{
  "openapi": "3.0.1",
  "info": {
    "description": "> **NOTE:** As of February 15, 2023, any automation using this API should support\n> redirects for all endpoints to avoid any disruptions in the future.\n\nThis API is intended to be used in conjunction with\n[Unity DevOps Build Automation](https://cloud.unity.com/home/cloud-build).\n\n## Making requests\nThis website is built to allow requests to be made against the API. If you are\ncurrently logged into Unity DevOps you should be able to make requests without\nentering an API key.\n\n\nYou can find your API key in the Unity Cloud Services portal by clicking on\n'Build Automation Settings' in the sidebar. Copy the API Key and paste it into the\nupper left corner of this website. It will be used in all subsequent requests.\n\n## Clients\nThe Build Automation API is based upon Swagger. Client libraries to integrate with\nyour projects can easily be generated with the\n[Swagger Code Generator](https://github.com/swagger-api/swagger-codegen).\n\nThe JSON schema required to generate a client for this API version is located here:\n\n```\n[API_URL][BASE_PATH]/api.json\n```\n\n## Authorization\nThe Build Automation API requires an access token from your Unity DevOps account, which can be found by selecting **Settings** under **DevOps > Build Automation** at https://cloud.unity.com/home/cloud-build\n\nTo authenticate requests, include a Basic Authentication header with\nyour API key as the value. e.g.\n\n```\nAuthorization: Basic [YOUR API KEY]\n```\n\n## Pagination\nPaged results will take two parameters. A page number that is calculated based\nupon the per_page amount. For instance if there are 40 results and you specify\npage 2 with per_page set to 10 you will receive records 11-20.\n\nPaged results will also return a Content-Range header. For the example above the\ncontent range header would look like this:\n\n```\nContent-Range: items 11-20/40\n```\n\n## Versioning\nThe API version is indicated in the request URL. Upgrading to a newer API\nversion can be done by changing the path.\n\nThe API will receive a new version in the following cases:\n\n  * removal of a path or request type\n  * addition of a required field\n  * removal of a required field\n\nThe following changes are considered backwards compatible and will not trigger a new\nAPI version:\n\n  * addition of an endpoint or request type\n  * addition of an optional field\n  * removal of an optional field\n  * changes to the format of ids\n\n## Identifiers\nIt should not be assumed that any of the identifiers used in paths will be a perfect match\nfor your user-entered information. If you see unexpected 403s or 404s from API calls then check your\nidentifiers match the ones used by the API. In particular, `projectId` does NOT typically\nchange when the project is renamed and in fact may not be a direct match for the project name even\nat initial creation time.\n\nTo avoid confusion we recommend that instead of using the human-readable autogenerated orgId and\nprojectId available from the API you should instead use:\n  * org foreign key for `orgId` (available from project APIs as `orgFk` and org APIs as `coreForeignKey`)\n  * `guid` for `projectId`\n\nAll links generated by the API and the Dashboard should follow this format already, making it easy to\nfigure out the correct parameters by making a comparison.\n\n## Hypermedia links\nResponses include a `links` object whose entries carry `href`, `method`, and (optionally)\n`meta` and `redirect`. **An `href` can be either absolute or relative.** Clients must\nhandle both forms:\n\n  * **Absolute** URLs (e.g. `https://storage.googleapis.com/...?Signature=...`) point at\n    an external storage backend and can be requested directly.\n  * **Relative** URLs (e.g. `/api/v1/orgs/{orgId}/projects/{projectId}/buildtargets/{buildTargetId}/builds/{number}/download/files.json`)\n    point back at this API and must be resolved against the same host you used to make\n    the original request. To form a complete URL, prepend the scheme and host of your\n    Build Automation request, e.g.\n    `https://build-api.cloud.unity3d.com` + `/api/v1/...`.\n\nA link is also tagged with `redirect: true` when its `href` is internal to this API\n(i.e. it points at one of our `/api/v1/...` endpoints rather than directly at a\nstorage backend).\n\n> **Caveat — `redirect: true` links don't auto-redirect.**\n> When a client `GET`s an internal `href`, the API returns a `303 See Other` whose\n> body is the freshly-signed storage URL as a JSON string (e.g. `\"https://storage.googleapis.com/...?Signature=...\"`)\n> and **does not set a `Location` response header**. Standard HTTP clients that\n> rely on the `Location` header to follow redirects (e.g. `curl -L`, browsers'\n> default fetch behavior, most HTTP libraries with redirect-following enabled)\n> will therefore *not* follow the redirect automatically. To consume an internal\n> download link, clients must:\n>\n>   1. Issue the `GET` against the internal `href`.\n>   2. Read the `303` response body as JSON.\n>   3. Issue a follow-up `GET` against the URL in the body to retrieve the artifact.\n>\n> For links whose `href` is already an absolute storage URL (`redirect` absent or\n> `false`), no extra step is required — the URL can be requested directly.\n\n## Rate Limiting\nRequests against the Build Automation API are limited to a rate of 100 per minute. To preserve\nthe quality of service throughout Build Automation, additional rate limits may apply to some\nactions. For example, polling aggressively instead of using webhooks or making API calls\nwith a high concurrency may result in rate limiting.\n\nIt is not intended for these rate limits to interfere with any legitimate use of the API.\nPlease contact support at <cloudbuild@unity3d.com> if your use is affected by this rate limit.\n\nYou can check the returned HTTP headers for any API request to see your current rate limit status.\n  * __X-RateLimit-Limit:__ maximum number of requests per minute\n  * __X-RateLimit-Remaining:__ remaining number of requests in the current window\n  * __X-RateLimit-Reset:__ time at which the current window will reset (UTC epoch seconds)\n\nOnce you go over the rate limit you will receive an error response:\n```\nHTTP Status: 429\n{\n  \"error\": \"Rate limit exceeded, retry in XX seconds\"\n}\n```\n",
    "title": "Unity DevOps Build Automation",
    "version": "2.0.0",
    "contact": {
      "name": "Unity DevOps Build Automation team",
      "x-slack-channel": "#uc-cs-devops-team-build",
      "x-slack-channel-alerts": "#uc-cs-devops-build-alerts"
    }
  },
  "servers": [
    {
      "url": "/api/v1"
    },
    {
      "url": "/api"
    }
  ],
  "security": [
    {
      "apikey": []
    },
    {
      "filetoken": []
    }
  ],
  "tags": [
    {
      "description": "Organizations are managed at the Unity level. You can retrieve information\nabout any organization a user belongs to and the entitlements the\nsubscription grants.",
      "name": "orgs"
    },
    {
      "description": "Users are managed at the Unity level. Users can be queried and CBuild Automation\nspecific preferences can be updated. Subscriptions for a given user can also\nbe upgraded and downgraded.",
      "name": "users"
    },
    {
      "description": "Projects are the basic organization element in Unity DevOps Build Automation. Each\nproject can contain multiple build targets across a variety of platforms\nand source control branches.",
      "name": "projects"
    },
    {
      "description": "Build Targets are the configuration to build a project for a specific\nplatform and/or source control branch.",
      "name": "buildtargets"
    },
    {
      "description": "Builds contain the output of building a Build Target for a Project. They\ncontain metadata about the build itself as well as links to the build\nartifacts.\n\nFor certain operations, you can substitute \"_all\" for the buildtargetid\nto operate across all configured build targets.",
      "name": "builds"
    },
    {
      "description": "Credentials for signing build artifacts are stored at the organizational\nlevel. Individual projects then point at the organizational level credentials.",
      "name": "credentials"
    },
    {
      "description": "Sharing allows unprivileged retrieval of build details to facilitate installing\nbuilds.\n\nCreating and revoking shares is done with Build operations.",
      "name": "shares"
    },
    {
      "description": "User devices are stored to make installation of builds easier by verifying\nthat devices are allowed in a provisioning profile.",
      "name": "userdevices"
    },
    {
      "description": "Global config values used throughout the API.",
      "name": "config"
    },
    {
      "description": "General information about the Unity DevOps Build Automation API and functionality for end-user consumption (not user or project specific).",
      "name": "public"
    },
    {
      "description": "Status messages used to inform users about the state of the service",
      "name": "status"
    },
    {
      "description": "Webhooks are events callbacks from Unity DevOps Build Automation to user-defined HTTP endpoints.\nWhen an event triggers a callback, Build Automation will send a POST request to the\nconfigured end point, with a payload that is relevant to the event type. The following table\ndescribes the available event types.",
      "name": "webhooks"
    }
  ],
  "paths": {
    "/versions/android_sdk_config": {
      "get": {
        "summary": "List Android SDK Config",
        "operationId": "listAndroidSdkConfig",
        "x-eov-operation-handler": "androidsdk",
        "tags": [
          "config"
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "[\n  {\n    \"minUnityVersion\": \"2022_2\",\n    \"ndkVersion\": \"android_ndk_r23b\",\n    \"sdkVersion\": \"android_sdk_33\"\n  }\n]",
                "schema": {
                  "items": {
                    "example": {
                      "allowAlphas": true,
                      "ndkVersion": "ndkVersion",
                      "maxUnityVersion": "maxUnityVersion",
                      "minUnityVersion": "minUnityVersion",
                      "sdkVersion": "sdkVersion",
                      "allowBetas": true
                    },
                    "properties": {
                      "maxUnityVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "minUnityVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "ndkVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "sdkVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "allowAlphas": {
                        "type": "boolean"
                      },
                      "allowBetas": {
                        "type": "boolean"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "items": {
                    "example": {
                      "allowAlphas": true,
                      "ndkVersion": "ndkVersion",
                      "maxUnityVersion": "maxUnityVersion",
                      "minUnityVersion": "minUnityVersion",
                      "sdkVersion": "sdkVersion",
                      "allowBetas": true
                    },
                    "properties": {
                      "maxUnityVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "minUnityVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "ndkVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "sdkVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "allowAlphas": {
                        "type": "boolean"
                      },
                      "allowBetas": {
                        "type": "boolean"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/plain": {
                "schema": {
                  "items": {
                    "example": {
                      "allowAlphas": true,
                      "ndkVersion": "ndkVersion",
                      "maxUnityVersion": "maxUnityVersion",
                      "minUnityVersion": "minUnityVersion",
                      "sdkVersion": "sdkVersion",
                      "allowBetas": true
                    },
                    "properties": {
                      "maxUnityVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "minUnityVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "ndkVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "sdkVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "allowAlphas": {
                        "type": "boolean"
                      },
                      "allowBetas": {
                        "type": "boolean"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/html": {
                "schema": {
                  "items": {
                    "example": {
                      "allowAlphas": true,
                      "ndkVersion": "ndkVersion",
                      "maxUnityVersion": "maxUnityVersion",
                      "minUnityVersion": "minUnityVersion",
                      "sdkVersion": "sdkVersion",
                      "allowBetas": true
                    },
                    "properties": {
                      "maxUnityVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "minUnityVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "ndkVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "sdkVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "allowAlphas": {
                        "type": "boolean"
                      },
                      "allowBetas": {
                        "type": "boolean"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/csv": {
                "schema": {
                  "items": {
                    "example": {
                      "allowAlphas": true,
                      "ndkVersion": "ndkVersion",
                      "maxUnityVersion": "maxUnityVersion",
                      "minUnityVersion": "minUnityVersion",
                      "sdkVersion": "sdkVersion",
                      "allowBetas": true
                    },
                    "properties": {
                      "maxUnityVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "minUnityVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "ndkVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "sdkVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "allowAlphas": {
                        "type": "boolean"
                      },
                      "allowBetas": {
                        "type": "boolean"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/x-generic": {
                "schema": {
                  "items": {
                    "example": {
                      "allowAlphas": true,
                      "ndkVersion": "ndkVersion",
                      "maxUnityVersion": "maxUnityVersion",
                      "minUnityVersion": "minUnityVersion",
                      "sdkVersion": "sdkVersion",
                      "allowBetas": true
                    },
                    "properties": {
                      "maxUnityVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "minUnityVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "ndkVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "sdkVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "allowAlphas": {
                        "type": "boolean"
                      },
                      "allowBetas": {
                        "type": "boolean"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "x-swagger-router-controller": "androidsdk"
    },
    "/versions/android_sdk_config/{unityVersionValue}": {
      "get": {
        "summary": "Get an Android SDK for a Unity Version",
        "operationId": "getAndroidSdk",
        "x-eov-operation-handler": "androidsdk",
        "tags": [
          "config"
        ],
        "parameters": [
          {
            "description": "Unity Version key (e.g. 2022_3_0f1)",
            "in": "path",
            "name": "unityVersionValue",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "[\n  {\n    \"name\": \"Android SDK 31\",\n    \"value\": \"android_sdk_31\"\n  },\n  {\n    \"name\": \"Android SDK 32\",\n    \"value\": \"android_sdk_32\"\n  },\n]",
                "schema": {
                  "items": {
                    "example": {
                      "name": "name",
                      "value": "value"
                    },
                    "properties": {
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "value": {
                        "type": "string",
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "items": {
                    "example": {
                      "name": "name",
                      "value": "value"
                    },
                    "properties": {
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "value": {
                        "type": "string",
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/plain": {
                "schema": {
                  "items": {
                    "example": {
                      "name": "name",
                      "value": "value"
                    },
                    "properties": {
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "value": {
                        "type": "string",
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/html": {
                "schema": {
                  "items": {
                    "example": {
                      "name": "name",
                      "value": "value"
                    },
                    "properties": {
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "value": {
                        "type": "string",
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/csv": {
                "schema": {
                  "items": {
                    "example": {
                      "name": "name",
                      "value": "value"
                    },
                    "properties": {
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "value": {
                        "type": "string",
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/x-generic": {
                "schema": {
                  "items": {
                    "example": {
                      "name": "name",
                      "value": "value"
                    },
                    "properties": {
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "value": {
                        "type": "string",
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "x-swagger-router-controller": "androidsdk"
    },
    "/orgs/{orgid}/projects/{projectid}/billingplan_alpha": {
      "get": {
        "summary": "Get billing plan",
        "description": "Get the billing plan for the specified organization (but pull from project)",
        "operationId": "billingPlan",
        "x-eov-operation-handler": "billing",
        "tags": [
          "billing",
          "projects"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          null
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "type": "object"
                }
              },
              "text/plain": {
                "schema": {
                  "type": "object"
                }
              },
              "text/html": {
                "schema": {
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object"
                }
              },
              "text/x-generic": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "x-swagger-router-controller": "billing"
    },
    "/orgs/{orgid}/builds": {
      "delete": {
        "summary": "Cancel builds for org",
        "description": "Cancel all in progress builds for an organization. Canceling an already finished build\nwill do nothing and respond successfully.\n",
        "operationId": "cancelBuildsForOrg",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "org:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "string"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "type": "string"
                }
              },
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              },
              "text/csv": {
                "schema": {
                  "type": "string"
                }
              },
              "text/x-generic": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "No Content"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "get": {
        "summary": "List all builds for org",
        "description": "List all running and finished builds, sorted by build number\n(optionally paginating the results). The response includes a Content-Range\nheader that identifies the range of results returned and the total number\nof results matching the given query parameters.\n",
        "operationId": "getBuildsForOrg",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "org:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Extra fields to include in the response",
            "in": "query",
            "name": "include",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          },
          {
            "description": "Number of audit log records to retrieve",
            "in": "query",
            "name": "per_page",
            "schema": {
              "default": 25,
              "type": "number"
            }
          },
          {
            "description": "Skip to page number, based on per_page value",
            "in": "query",
            "name": "page",
            "schema": {
              "default": 1,
              "type": "number"
            }
          },
          {
            "description": "Query for only builds of a specific status",
            "in": "query",
            "name": "buildStatus",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          },
          {
            "description": "Query for only builds of a specific platform",
            "in": "query",
            "name": "platform",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          },
          {
            "description": "Query for builds that have been deleted",
            "in": "query",
            "name": "showDeleted",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that have been favorited",
            "in": "query",
            "name": "onlyFavorites",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that have been set as the reference build attempt",
            "in": "query",
            "name": "onlyReferenceBuildAttempt",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that are eligible to be set as the reference build attempt for game patch builds",
            "in": "query",
            "name": "eligibleReferenceBuildAttempts",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that are eligible to be set as the reference build attempt for latest patch builds",
            "in": "query",
            "name": "eligibleLatestPatchBuildAttempts",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that have been created by the user",
            "in": "query",
            "name": "onlyMyBuilds",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that have been created by the Unity Editor",
            "in": "query",
            "name": "onlyEditorBuilds",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that have either been built clean or using caches",
            "in": "query",
            "name": "cleanBuild",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Filter builds by failure indicator label (e.g., git_lfs_checkout_smudgefail)",
            "in": "query",
            "name": "failureLabel",
            "schema": {
              "type": "string"
            },
            "example": "git_lfs_checkout_smudgefail"
          },
          {
            "description": "Regex string to use to restrict the results via search",
            "in": "query",
            "name": "search",
            "schema": {
              "type": "string"
            },
            "allowReserved": true
          },
          {
            "description": "Use internal API download URLs",
            "in": "query",
            "name": "internalUrls",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "[\n  {\n      \"orgId\": \"example-org-id\",\n      \"projectId\": \"new-project-id\",\n      \"projectName\": \"new-project-name\",\n      \"build\": 2,\n      \"buildtargetid\": \"android-builder\",\n      \"buildTargetName\": \"Android Builder\",\n      \"buildStatus\": \"success\",\n      \"cleanBuild\": \"true\",\n      \"platform\": \"android\",\n      \"workspaceSize\": 8911006,\n      \"created\": \"2015-07-14T21:56:28.202Z\",\n      \"finished\": \"2015-07-14T22:04:10.000Z\",\n      \"checkoutStartTime\": \"2015-07-14T22:00:20.000Z\",\n      \"checkoutTimeInSeconds\": 40,\n      \"buildStartTime\": \"2015-07-14T22:01:00.000Z\",\n      \"buildTimeInSeconds\": 152.386056,\n      \"publishStartTime\": \"2015-07-14T22:03:33.000Z\",\n      \"publishTimeInSeconds\": 10.371839,\n      \"totalTimeInSeconds\": 461.798,\n      \"lastBuiltRevision\": \"88e565df27ca35c2603c29eb924dc018f32a22c1\",\n      \"changeset\": [],\n      \"favorited\": false,\n      \"scmBranch\": \"master\",\n      \"unityVersion\": \"latest\",\n      \"auditChanges\": 0,\n      \"projectVersion\": {\n        \"name\": \"android-builder-2\",\n        \"filename\": \"example-org/new-project/android-builder-2/android-builder.apk\",\n        \"projectName\": \"New Project\",\n        \"platform\": \"android\",\n        \"size\": 14452762,\n        \"created\": \"2015-07-14T22:03:45.847Z\",\n        \"lastMod\": \"2015-07-14T22:03:46.251Z\",\n        \"bundleId\": \"com.unity3d.example\",\n        \"udids\": []\n      },\n      \"links\": {\n        \"self\": {\n          \"method\": \"get\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2\"\n        },\n        \"log\": {\n          \"method\": \"get\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/log\"\n        },\n        \"auditlog\": {\n          \"method\": \"get\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/auditlog\"\n        },\n        \"download_primary\": {\n          \"method\": \"get\",\n          \"href\": \"https://unitycloud-build-user-svc-dev-build.s3.amazonaws.com/example-org/new-project/android-builder-2/android-builder.apk?AWSAccessKeyId=AKIAI6ZGSQWNDMF7X33A&Expires=1447890477&Signature=e9Hs%2FYECpVlrMITqCRY5dSWXChE%3D&response-content-disposition=attachment%3B%20filename%3Dexample-org%2Fnew-project-android-2-1436910988202.apk&response-content-type=application%2Foctet-stream\",\n          \"meta\": {\n            \"type\": \"APK\"\n          }\n        },\n        \"create_share\": {\n          \"method\": \"post\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/share\"\n        },\n        \"revoke_share\": {\n          \"method\": \"delete\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/share\"\n        },\n        \"icon\": {\n          \"method\": \"get\",\n          \"href\": \"https://unitycloud-build-user-svc-dev-extras-pub.s3.amazonaws.com/example-org/new-project/android-builder-2/icon.png\"\n        }\n      }\n    },\n    {\n      \"orgId\": \"example-org-id\",\n      \"projectId\": \"new-project-id\",\n      \"projectName\": \"new-project-name\",\n      \"build\": 1,\n      \"buildtargetid\": \"android-builder\",\n      \"buildTargetName\": \"Android Builder\",\n      \"buildStatus\": \"success\",\n      \"cleanBuild\": \"false\",\n      \"platform\": \"android\",\n      \"workspaceSize\": 8910982,\n      \"created\": \"2015-07-14T21:51:26.520Z\",\n      \"finished\": \"2015-07-14T21:54:43.000Z\",\n      \"checkoutStartTime\": \"2015-07-14T21:51:45.000Z\",\n      \"checkoutTimeInSeconds\": 41,\n      \"buildStartTime\": \"2015-07-14T21:52:26.000Z\",\n      \"buildTimeInSeconds\": 120.410226,\n      \"publishStartTime\": \"2015-07-14T21:54:27.000Z\",\n      \"publishTimeInSeconds\": 4.846675,\n      \"totalTimeInSeconds\": 196.48,\n      \"lastBuiltRevision\": \"88e565df27ca35c2603c29eb924dc018f32a22c1\",\n      \"changeset\": [],\n      \"favorited\": false,\n      \"scmBranch\": \"master\",\n      \"unityVersion\": \"latest\",\n      \"auditChanges\": 0,\n      \"projectVersion\": {\n        \"name\": \"android-builder-1\",\n        \"filename\": \"example-org/new-project/android-builder-1/android-builder.apk\",\n        \"projectName\": \"Example Unity Project\",\n        \"platform\": \"android\",\n        \"size\": 14443743,\n        \"created\": \"2015-07-14T21:54:34.395Z\",\n        \"lastMod\": \"2015-07-14T21:54:34.776Z\",\n        \"bundleId\": \"com.tsugi.example\",\n        \"udids\": []\n      },\n      \"links\": {\n        \"self\": {\n          \"method\": \"get\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/1\"\n        },\n        \"log\": {\n          \"method\": \"get\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/1/log\"\n        },\n        \"auditlog\": {\n          \"method\": \"get\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/1/auditlog\"\n        },\n        \"download_primary\": {\n          \"method\": \"get\",\n          \"href\": \"https://unitycloud-build-user-svc-dev-build.s3.amazonaws.com/example-org/new-project/android-builder-1/android-builder.apk?AWSAccessKeyId=AKIAI6ZGSQWNDMF7X33A&Expires=1447890477&Signature=5Z4ouUFyVIJ8jaChE%2F6K%2FMHHpiM%3D&response-content-disposition=attachment%3B%20filename%3Dexample-org%2Fnew-project-android-1-1436910686520.apk&response-content-type=application%2Foctet-stream\",\n          \"meta\": {\n            \"type\": \"APK\"\n          }\n        },\n        \"create_share\": {\n          \"method\": \"post\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/1/share\"\n        },\n        \"revoke_share\": {\n          \"method\": \"delete\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/1/share\"\n        },\n        \"icon\": {\n          \"method\": \"get\",\n          \"href\": \"https://unitycloud-build-user-svc-dev-extras-pub.s3.amazonaws.com/example-org/new-project/android-builder-1/icon.png\"\n        }\n      }\n    }\n  ]",
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/plain": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/html": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/csv": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/x-generic": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/orgs/{orgid}/projects/{projectid}/artifacts/delete": {
      "post": {
        "summary": "Delete artifacts for a batch of builds",
        "description": "Delete all artifacts whose build target ids and build numbers are included in the builds array.\nAlternatively, delete all builds that match a given filter, excluding builds from the operation\nby including their build target ids and build numbers in the excludedBuilds array (the allWithExclusions\nquery parameter must be set to true for this to work). Builds that are favorited,\nor whose status does not match one of the following statuses, will not be deleted: success, failure, canceled, unknown.\nA maximum of 20000 build attempts may be deleted in a single request.\n",
        "operationId": "batchDeleteBuildArtifacts",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Flag to indicate that the request will attempt to delete all builds, minus the ones included in the body's excludedBuilds array",
            "in": "query",
            "name": "allWithExclusions",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "When true, retain build logs while deleting other artifacts",
            "in": "query",
            "name": "retainLogs",
            "required": false,
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "builds": {
                    "items": {
                      "properties": {
                        "buildtargetid": {
                          "type": "string",
                          "nullable": true
                        },
                        "build": {
                          "type": "number"
                        }
                      },
                      "required": [
                        "build",
                        "buildtargetid"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "type": "array"
                  },
                  "excludedBuilds": {
                    "items": {
                      "properties": {
                        "buildtargetid": {
                          "type": "string",
                          "nullable": true
                        },
                        "build": {
                          "type": "number"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "type": "array"
                  },
                  "filters": {
                    "properties": {
                      "target": {
                        "type": "string",
                        "nullable": true,
                        "description": "Build target ID to filter by"
                      },
                      "platform": {
                        "type": "string",
                        "nullable": true,
                        "description": "Build platform filter by"
                      },
                      "buildStatus": {
                        "type": "string",
                        "nullable": true,
                        "description": "Build status(es) to filter by"
                      },
                      "targetGroup": {
                        "type": "string",
                        "nullable": true,
                        "description": "Build target group ID to filter by"
                      },
                      "search": {
                        "type": "string",
                        "nullable": true,
                        "description": "Search term to filter builds by name, label, platform, or build number"
                      }
                    },
                    "additionalProperties": false,
                    "type": "object"
                  },
                  "deleteOnOrBeforeDate": {
                    "format": "date-time",
                    "type": "string",
                    "nullable": true
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            }
          },
          "description": "Options to specify what builds to delete",
          "required": true
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "example": {
                    "numberOfDeletedBuildArtifacts": 2,
                    "builds": [
                      {
                        "targetId": "android-default",
                        "buildTargetAttemptCount": 42
                      }
                    ]
                  },
                  "properties": {
                    "numberOfDeletedBuildArtifacts": {
                      "type": "number"
                    },
                    "builds": {
                      "description": "The build attempts that will be deleted",
                      "items": {
                        "properties": {
                          "targetId": {
                            "description": "Build target identifier",
                            "type": "string"
                          },
                          "buildTargetAttemptCount": {
                            "description": "Build number within the build target",
                            "type": "number"
                          }
                        },
                        "type": "object"
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "example": {
                    "numberOfDeletedBuildArtifacts": 2,
                    "builds": [
                      {
                        "targetId": "android-default",
                        "buildTargetAttemptCount": 42
                      }
                    ]
                  },
                  "properties": {
                    "numberOfDeletedBuildArtifacts": {
                      "type": "number"
                    },
                    "builds": {
                      "description": "The build attempts that will be deleted",
                      "items": {
                        "properties": {
                          "targetId": {
                            "description": "Build target identifier",
                            "type": "string"
                          },
                          "buildTargetAttemptCount": {
                            "description": "Build number within the build target",
                            "type": "number"
                          }
                        },
                        "type": "object"
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "example": {
                    "numberOfDeletedBuildArtifacts": 2,
                    "builds": [
                      {
                        "targetId": "android-default",
                        "buildTargetAttemptCount": 42
                      }
                    ]
                  },
                  "properties": {
                    "numberOfDeletedBuildArtifacts": {
                      "type": "number"
                    },
                    "builds": {
                      "description": "The build attempts that will be deleted",
                      "items": {
                        "properties": {
                          "targetId": {
                            "description": "Build target identifier",
                            "type": "string"
                          },
                          "buildTargetAttemptCount": {
                            "description": "Build number within the build target",
                            "type": "number"
                          }
                        },
                        "type": "object"
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "example": {
                    "numberOfDeletedBuildArtifacts": 2,
                    "builds": [
                      {
                        "targetId": "android-default",
                        "buildTargetAttemptCount": 42
                      }
                    ]
                  },
                  "properties": {
                    "numberOfDeletedBuildArtifacts": {
                      "type": "number"
                    },
                    "builds": {
                      "description": "The build attempts that will be deleted",
                      "items": {
                        "properties": {
                          "targetId": {
                            "description": "Build target identifier",
                            "type": "string"
                          },
                          "buildTargetAttemptCount": {
                            "description": "Build number within the build target",
                            "type": "number"
                          }
                        },
                        "type": "object"
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "example": {
                    "numberOfDeletedBuildArtifacts": 2,
                    "builds": [
                      {
                        "targetId": "android-default",
                        "buildTargetAttemptCount": 42
                      }
                    ]
                  },
                  "properties": {
                    "numberOfDeletedBuildArtifacts": {
                      "type": "number"
                    },
                    "builds": {
                      "description": "The build attempts that will be deleted",
                      "items": {
                        "properties": {
                          "targetId": {
                            "description": "Build target identifier",
                            "type": "string"
                          },
                          "buildTargetAttemptCount": {
                            "description": "Build number within the build target",
                            "type": "number"
                          }
                        },
                        "type": "object"
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "example": {
                    "numberOfDeletedBuildArtifacts": 2,
                    "builds": [
                      {
                        "targetId": "android-default",
                        "buildTargetAttemptCount": 42
                      }
                    ]
                  },
                  "properties": {
                    "numberOfDeletedBuildArtifacts": {
                      "type": "number"
                    },
                    "builds": {
                      "description": "The build attempts that will be deleted",
                      "items": {
                        "properties": {
                          "targetId": {
                            "description": "Build target identifier",
                            "type": "string"
                          },
                          "buildTargetAttemptCount": {
                            "description": "Build number within the build target",
                            "type": "number"
                          }
                        },
                        "type": "object"
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-codegen-request-body-name": "options"
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/orgs/{orgid}/projects/{projectid}/builds/cancel": {
      "post": {
        "summary": "Cancel artifacts for a batch of builds",
        "description": "Cancel all builds whose build target ids and build numbers are included in the builds array.\nBuilds that are not currently in progress will be ignored\n",
        "operationId": "batchCancelBuilds",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "builds": {
                    "items": {
                      "properties": {
                        "buildtargetid": {
                          "type": "string",
                          "nullable": true
                        },
                        "build": {
                          "type": "number"
                        }
                      },
                      "required": [
                        "build",
                        "buildtargetid"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "type": "array"
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            }
          },
          "description": "Options to specify what builds to cancel",
          "required": true
        },
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "string"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "type": "string"
                }
              },
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              },
              "text/csv": {
                "schema": {
                  "type": "string"
                }
              },
              "text/x-generic": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "No Content"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-codegen-request-body-name": "options"
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/builds": {
      "delete": {
        "summary": "Cancel all builds",
        "description": "Cancel all builds in progress for this build target (or all targets,\nif '_all' is specified as the buildtargetid). Canceling an already\nfinished build will do nothing and respond successfully.\n",
        "operationId": "cancelAllBuilds",
        "x-eov-operation-handler": "buildjobs",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "string"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "type": "string"
                }
              },
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              },
              "text/csv": {
                "schema": {
                  "type": "string"
                }
              },
              "text/x-generic": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "No Content"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "get": {
        "summary": "List all builds",
        "description": "List all running and finished builds, sorted by build number\n(optionally paginating the results). Use '_all' as the buildtargetid\nto get all configured build targets. The response includes a Content-Range\nheader that identifies the range of results returned and the total number\nof results matching the given query parameters.\n",
        "operationId": "getBuilds",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Extra fields to include in the response",
            "in": "query",
            "name": "include",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          },
          {
            "description": "Number of audit log records to retrieve",
            "in": "query",
            "name": "per_page",
            "schema": {
              "default": 25,
              "type": "number"
            }
          },
          {
            "description": "Skip to page number, based on per_page value",
            "in": "query",
            "name": "page",
            "schema": {
              "default": 1,
              "type": "number"
            }
          },
          {
            "description": "Query for only builds of a specific status",
            "in": "query",
            "name": "buildStatus",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          },
          {
            "description": "Query for only builds of a specific platform",
            "in": "query",
            "name": "platform",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          },
          {
            "description": "Query for only builds of a specific build profile",
            "in": "query",
            "name": "buildProfile",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          },
          {
            "description": "Query for builds that have been deleted",
            "in": "query",
            "name": "showDeleted",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that have been favorited",
            "in": "query",
            "name": "onlyFavorites",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that have been set as the reference build attempt",
            "in": "query",
            "name": "onlyReferenceBuildAttempt",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that have been set as the latest patch build attempt",
            "in": "query",
            "name": "onlyLatestPatchBuildAttempt",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that are eligible to be set as the reference build attempt for game patch builds",
            "in": "query",
            "name": "eligibleReferenceBuildAttempts",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that are eligible to be set as the reference build attempt for latest patch builds",
            "in": "query",
            "name": "eligibleLatestPatchBuildAttempts",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that have been created by the user",
            "in": "query",
            "name": "onlyMyBuilds",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that have been created by the Unity Editor",
            "in": "query",
            "name": "onlyEditorBuilds",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Query for builds that have either been built clean or using caches",
            "in": "query",
            "name": "cleanBuild",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Filter builds by failure indicator label (e.g., git_lfs_checkout_smudgefail)",
            "in": "query",
            "name": "failureLabel",
            "schema": {
              "type": "string"
            },
            "example": "git_lfs_checkout_smudgefail"
          },
          {
            "description": "Regex string to use to restrict the results via search",
            "in": "query",
            "name": "search",
            "schema": {
              "type": "string"
            },
            "allowReserved": true
          },
          {
            "description": "Query for only the most recent build per platform",
            "in": "query",
            "name": "latestBuildPerPlatformOnly",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "A build target group identifier",
            "in": "query",
            "name": "targetGroup",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "A group build identifier",
            "in": "query",
            "name": "groupBuildId",
            "schema": {
              "format": "uuid",
              "type": "string"
            }
          },
          {
            "description": "Use internal API download URLs",
            "in": "query",
            "name": "internalUrls",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "[\n  {\n      \"orgId\": \"example-org-id\",\n      \"projectId\": \"new-project-id\",\n      \"projectName\": \"new-project-name\",\n      \"build\": 2,\n      \"buildtargetid\": \"android-builder\",\n      \"buildTargetName\": \"Android Builder\",\n      \"buildStatus\": \"success\",\n      \"platform\": \"android\",\n      \"workspaceSize\": 8911006,\n      \"created\": \"2015-07-14T21:56:28.202Z\",\n      \"finished\": \"2015-07-14T22:04:10.000Z\",\n      \"checkoutStartTime\": \"2015-07-14T22:00:20.000Z\",\n      \"checkoutTimeInSeconds\": 40,\n      \"buildStartTime\": \"2015-07-14T22:01:00.000Z\",\n      \"buildTimeInSeconds\": 152.386056,\n      \"publishStartTime\": \"2015-07-14T22:03:33.000Z\",\n      \"publishTimeInSeconds\": 10.371839,\n      \"totalTimeInSeconds\": 461.798,\n      \"lastBuiltRevision\": \"88e565df27ca35c2603c29eb924dc018f32a22c1\",\n      \"changeset\": [],\n      \"favorited\": false,\n      \"scmBranch\": \"master\",\n      \"unityVersion\": \"latest\",\n      \"auditChanges\": 0,\n      \"projectVersion\": {\n        \"name\": \"android-builder-2\",\n        \"filename\": \"example-org/new-project/android-builder-2/android-builder.apk\",\n        \"projectName\": \"New Project\",\n        \"platform\": \"android\",\n        \"size\": 14452762,\n        \"created\": \"2015-07-14T22:03:45.847Z\",\n        \"lastMod\": \"2015-07-14T22:03:46.251Z\",\n        \"bundleId\": \"com.unity3d.example\",\n        \"udids\": []\n      },\n      \"links\": {\n        \"self\": {\n          \"method\": \"get\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2\"\n        },\n        \"log\": {\n          \"method\": \"get\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/log\"\n        },\n        \"auditlog\": {\n          \"method\": \"get\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/auditlog\"\n        },\n        \"download_primary\": {\n          \"method\": \"get\",\n          \"href\": \"https://unitycloud-build-user-svc-dev-build.s3.amazonaws.com/example-org/new-project/android-builder-2/android-builder.apk?AWSAccessKeyId=AKIAI6ZGSQWNDMF7X33A&Expires=1447890477&Signature=e9Hs%2FYECpVlrMITqCRY5dSWXChE%3D&response-content-disposition=attachment%3B%20filename%3Dexample-org%2Fnew-project-android-2-1436910988202.apk&response-content-type=application%2Foctet-stream\",\n          \"meta\": {\n            \"type\": \"APK\"\n          }\n        },\n        \"create_share\": {\n          \"method\": \"post\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/share\"\n        },\n        \"revoke_share\": {\n          \"method\": \"delete\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/share\"\n        },\n        \"icon\": {\n          \"method\": \"get\",\n          \"href\": \"https://unitycloud-build-user-svc-dev-extras-pub.s3.amazonaws.com/example-org/new-project/android-builder-2/icon.png\"\n        }\n      }\n    },\n    {\n      \"orgId\": \"example-org-id\",\n      \"projectId\": \"new-project-id\",\n      \"projectName\": \"new-project-name\",\n      \"build\": 1,\n      \"buildtargetid\": \"android-builder\",\n      \"buildTargetName\": \"Android Builder\",\n      \"buildStatus\": \"success\",\n      \"cleanBuild\": \"false\",\n      \"platform\": \"android\",\n      \"workspaceSize\": 8910982,\n      \"created\": \"2015-07-14T21:51:26.520Z\",\n      \"finished\": \"2015-07-14T21:54:43.000Z\",\n      \"checkoutStartTime\": \"2015-07-14T21:51:45.000Z\",\n      \"checkoutTimeInSeconds\": 41,\n      \"buildStartTime\": \"2015-07-14T21:52:26.000Z\",\n      \"buildTimeInSeconds\": 120.410226,\n      \"publishStartTime\": \"2015-07-14T21:54:27.000Z\",\n      \"publishTimeInSeconds\": 4.846675,\n      \"totalTimeInSeconds\": 196.48,\n      \"lastBuiltRevision\": \"88e565df27ca35c2603c29eb924dc018f32a22c1\",\n      \"changeset\": [],\n      \"favorited\": false,\n      \"scmBranch\": \"master\",\n      \"unityVersion\": \"latest\",\n      \"auditChanges\": 0,\n      \"projectVersion\": {\n        \"name\": \"android-builder-1\",\n        \"filename\": \"example-org/new-project/android-builder-1/android-builder.apk\",\n        \"projectName\": \"Example Unity Project\",\n        \"platform\": \"android\",\n        \"size\": 14443743,\n        \"created\": \"2015-07-14T21:54:34.395Z\",\n        \"lastMod\": \"2015-07-14T21:54:34.776Z\",\n        \"bundleId\": \"com.tsugi.example\",\n        \"udids\": []\n      },\n      \"links\": {\n        \"self\": {\n          \"method\": \"get\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/1\"\n        },\n        \"log\": {\n          \"method\": \"get\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/1/log\"\n        },\n        \"auditlog\": {\n          \"method\": \"get\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/1/auditlog\"\n        },\n        \"download_primary\": {\n          \"method\": \"get\",\n          \"href\": \"https://unitycloud-build-user-svc-dev-build.s3.amazonaws.com/example-org/new-project/android-builder-1/android-builder.apk?AWSAccessKeyId=AKIAI6ZGSQWNDMF7X33A&Expires=1447890477&Signature=5Z4ouUFyVIJ8jaChE%2F6K%2FMHHpiM%3D&response-content-disposition=attachment%3B%20filename%3Dexample-org%2Fnew-project-android-1-1436910686520.apk&response-content-type=application%2Foctet-stream\",\n          \"meta\": {\n            \"type\": \"APK\"\n          }\n        },\n        \"create_share\": {\n          \"method\": \"post\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/1/share\"\n        },\n        \"revoke_share\": {\n          \"method\": \"delete\",\n          \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/1/share\"\n        },\n        \"icon\": {\n          \"method\": \"get\",\n          \"href\": \"https://unitycloud-build-user-svc-dev-extras-pub.s3.amazonaws.com/example-org/new-project/android-builder-1/icon.png\"\n        }\n      }\n    }\n  ]",
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/plain": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/html": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/csv": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/x-generic": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Create new build",
        "description": "Start the build process for this build target (or all targets,\nif '_all' is specified as the buildtargetid), if there is not one\ncurrently in process.\n\nIf a build is currently in process that information will be related\nin the 'error' field.\n",
        "operationId": "startBuilds",
        "x-eov-operation-handler": "buildjobs",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "clean": {
                    "type": "boolean"
                  },
                  "delay": {
                    "description": "Delay to start build, in milliseconds",
                    "type": "number"
                  },
                  "commit": {
                    "type": "string",
                    "nullable": true
                  },
                  "branch": {
                    "description": "Optional override for the default branch",
                    "type": "string",
                    "nullable": true
                  },
                  "headless": {
                    "description": "Only valid for local builds\n",
                    "type": "boolean"
                  },
                  "label": {
                    "description": "Only valid for local builds\n",
                    "type": "string",
                    "nullable": true
                  },
                  "platform": {
                    "description": "Only valid for local builds\n",
                    "enum": [
                      "ios",
                      "android",
                      "webplayer",
                      "webgl",
                      "standaloneosxintel",
                      "standaloneosxintel64",
                      "standaloneosxuniversal",
                      "standaloneosx",
                      "standalonewindows",
                      "standalonewindows64",
                      "standalonelinux",
                      "standalonelinux64",
                      "standalonelinuxuniversal",
                      "wsaplayer",
                      "gamecorescarlett",
                      "ps5",
                      "switch"
                    ],
                    "type": "string",
                    "nullable": true
                  },
                  "operatingSystemSelected": {
                    "description": "Optional operating system family for the build",
                    "type": "string",
                    "nullable": true
                  },
                  "operatingSystemVersion": {
                    "description": "Optional operating system version for the build",
                    "type": "string",
                    "nullable": true
                  },
                  "buildTargetGroupIds": {
                    "description": "Optional group ids for build. Must correspond to existing BuildTargetGroup id.\ngroupBuildId field is required if buildTargetGroupId is set.\n",
                    "items": {
                      "type": "string",
                      "nullable": true
                    },
                    "type": "array"
                  },
                  "groupBuildId": {
                    "description": "Optional group build id for build. Must be unique id within the group.\nbuildTargetGroupIds field is required if groupBuildId is set.\n",
                    "format": "uuid",
                    "type": "string",
                    "nullable": true
                  },
                  "machineTypeLabel": {
                    "description": "Optional machine type override at build time.\n",
                    "enum": [
                      "win_premium_v1",
                      "win_standard_v1",
                      "mac_standard_v1",
                      "mac_premium_v1"
                    ],
                    "type": "string",
                    "nullable": true
                  },
                  "architecture": {
                    "description": "Optional editor architecture override for the build.",
                    "type": "string",
                    "nullable": true
                  },
                  "androidSDKVersion": {
                    "description": "Android SDK Version",
                    "type": "string",
                    "nullable": true
                  },
                  "files": {
                    "description": "Only valid for local builds. If provided, signed URLs will be generated\nfor direct upload to GCS, and returned in the response.\n",
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "key": {
                          "type": "string",
                          "description": "Filename/key for the file"
                        },
                        "contentType": {
                          "type": "string",
                          "description": "MIME type of the file"
                        },
                        "public": {
                          "type": "boolean",
                          "description": "Whether the file should be publicly accessible"
                        },
                        "resumable": {
                          "type": "boolean",
                          "description": "Returns a GCS resumable upload URI. Defaults to true.\nSet to false to get a simple signed URL instead (not recommended for large files).\n",
                          "default": true
                        },
                        "fileSize": {
                          "type": "integer",
                          "description": "Total file size in bytes"
                        }
                      },
                      "required": [
                        "key",
                        "contentType"
                      ]
                    }
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            }
          },
          "description": "Options for starting the builds. You can specify a platform and label only when\nstarting a local (_local) build. A local build will return immediately and be\nmarked as successful.\n",
          "required": false
        },
        "responses": {
          "202": {
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/plain": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/html": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/csv": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/x-generic": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "application/json-accepted": {
                "example": "Build Accepted\n[\n  {\n    \"build\": 3,\n    \"buildtargetid\": \"android-builder\",\n    \"buildTargetName\": \"Android Builder\",\n    \"buildStatus\": \"queued\",\n    \"cleanBuild\": \"false\",\n    \"platform\": \"a ndroid\",\n    \"created\": \"2015-11-19T22:02:20.244Z\",\n    \"changeset\": [],\n    \"favorited\": false,\n    \"auditChanges\": 1,\n    \"links\": {\n      \"self\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-ios/builds/3\"\n      },\n      \"log\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-ios/builds/3/log\"\n      },\n      \"auditlog\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-ios/builds/3/auditlog\"\n      },\n      \"cancel\": {\n        \"method\": \"delete\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-ios/builds/3\"\n      }\n    }\n  }\n]"
              },
              "application/json-already-building": {
                "example": "Build Already Started\n[\n  {\n    \"buildtargetid\": \"android-builder\",\n    \"buildTargetName\": \"Android Builder\",\n    \"error\": \"Cannot start build - already a build pending.\"\n  }\n]"
              }
            },
            "description": "Accepted"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-codegen-request-body-name": "options"
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/builds/{number}": {
      "delete": {
        "summary": "Cancel build",
        "description": "Cancel a build in progress. Canceling an already finished build\nwill do nothing and respond successfully.\n",
        "operationId": "cancelBuild",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build number or in some cases _all",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "string"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "type": "string"
                }
              },
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              },
              "text/csv": {
                "schema": {
                  "type": "string"
                }
              },
              "text/x-generic": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "No Content"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "get": {
        "summary": "Build Status",
        "description": "Retrieve information for a specific build. A Build resource contains\ninformation related to a build attempt for a build target, including\nthe build number, changeset, build times, and other pertinent data.\n",
        "operationId": "getBuild",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "filetoken": []
          },
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build number or in some cases _all",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Extra fields to include in the response",
            "in": "query",
            "name": "include",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          },
          null
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/json-accepted": {
                "example": "{\n  \"build\": 2,\n  \"buildtargetid\": \"android-builder\",\n  \"buildTargetName\": \"Android Builder\",\n  \"buildStatus\": \"success\",\n  \"cleanBuild\": \"false\",\n  \"platform\": \"android\",\n  \"workspaceSize\": 8911006,\n  \"created\": \"2015-07-14T21:56:28.202Z\",\n  \"finished\": \"2015-07-14T22:04:10.000Z\",\n  \"checkoutStartTime\": \"2015-07-14T22:00:20.000Z\",\n  \"checkoutTimeInSeconds\": 40,\n  \"buildStartTime\": \"2015-07-14T22:01:00.000Z\",\n  \"buildTimeInSeconds\": 152.386056,\n  \"publishStartTime\": \"2015-07-14T22:03:33.000Z\",\n  \"publishTimeInSeconds\": 10.371839,\n  \"totalTimeInSeconds\": 461.798,\n  \"lastBuiltRevision\": \"88e565df27ca35c2603c29eb924dc018f32a22c1\",\n  \"changeset\": [],\n  \"favorited\": true,\n  \"auditChanges\": 0,\n  \"projectVersion\": {\n    \"name\": \"android-builder-2\",\n    \"filename\": \"example-org/new-project/android-builder-2/android-builder.apk\",\n    \"projectName\": \"Example Unity Project\",\n    \"platform\": \"android\",\n    \"size\": 14452762,\n    \"created\": \"2015-07-14T22:03:45.847Z\",\n    \"lastMod\": \"2015-07-14T22:03:46.251Z\",\n    \"bundleId\": \"com.tsugi.example\",\n    \"udids\": []\n  },\n  \"links\": {\n    \"self\": {\n      \"method\": \"get\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2\"\n    },\n    \"log\": {\n      \"method\": \"get\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/log\"\n    },\n    \"auditlog\": {\n      \"method\": \"get\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/auditlog\"\n    },\n    \"download_primary\": {\n      \"method\": \"get\",\n      \"href\": \"https://unitycloud-build-user-svc-dev-build.s3.amazonaws.com/example-org/new-project/android-builder-2/android-builder.apk?AWSAccessKeyId=AKIAI6ZGSQWNDMF7X33A&Expires=1447973385&Signature=ffKQIKOJsKN6qrwzxObXSSyCVts%3D&response-content-disposition=attachment%3B%20filename%3Dexample-org%2Fnew-project-android-2-1436910988202.apk&response-content-type=application%2Foctet-stream\",\n      \"meta\": {\n        \"type\": \"APK\"\n      }\n    },\n    \"create_share\": {\n      \"method\": \"post\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/share\"\n    },\n    \"revoke_share\": {\n      \"method\": \"delete\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/share\"\n    },\n    \"icon\": {\n      \"method\": \"get\",\n      \"href\": \"https://unitycloud-build-user-svc-dev-extras-pub.s3.amazonaws.com/example-org/new-project/android-builder-2/icon.png\"\n    }\n  }\n}"
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-includequery-properties": [
          "testResults"
        ]
      },
      "put": {
        "summary": "Update build information",
        "operationId": "updateBuild",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build number or in some cases _all",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "favorited": {
                    "type": "boolean"
                  },
                  "label": {
                    "type": "string",
                    "nullable": true
                  },
                  "buildTimeoutMinutes": {
                    "description": "total allowed build time before the build attempt times out",
                    "type": "number"
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            }
          },
          "description": "Options for build update",
          "required": true
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/json-accepted": {
                "example": "{\n  \"build\": 2,\n  \"buildtargetid\": \"android-builder\",\n  \"buildTargetName\": \"Android Builder\",\n  \"buildStatus\": \"success\",\n  \"cleanBuild\": \"false\",\n  \"platform\": \"android\",\n  \"workspaceSize\": 8911006,\n  \"created\": \"2015-07-14T21:56:28.202Z\",\n  \"finished\": \"2015-07-14T22:04:10.000Z\",\n  \"checkoutStartTime\": \"2015-07-14T22:00:20.000Z\",\n  \"checkoutTimeInSeconds\": 40,\n  \"buildStartTime\": \"2015-07-14T22:01:00.000Z\",\n  \"buildTimeInSeconds\": 152.386056,\n  \"publishStartTime\": \"2015-07-14T22:03:33.000Z\",\n  \"publishTimeInSeconds\": 10.371839,\n  \"totalTimeInSeconds\": 461.798,\n  \"lastBuiltRevision\": \"88e565df27ca35c2603c29eb924dc018f32a22c1\",\n  \"changeset\": [],\n  \"favorited\": true,\n  \"auditChanges\": 0,\n  \"projectVersion\": {\n    \"name\": \"android-builder-2\",\n    \"filename\": \"example-org/new-project/android-builder-2/android-builder.apk\",\n    \"projectName\": \"Example Unity Project\",\n    \"platform\": \"android\",\n    \"size\": 14452762,\n    \"created\": \"2015-07-14T22:03:45.847Z\",\n    \"lastMod\": \"2015-07-14T22:03:46.251Z\",\n    \"bundleId\": \"com.tsugi.example\",\n    \"udids\": []\n  },\n  \"links\": {\n    \"self\": {\n      \"method\": \"get\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2\"\n    },\n    \"log\": {\n      \"method\": \"get\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/log\"\n    },\n    \"auditlog\": {\n      \"method\": \"get\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/auditlog\"\n    },\n    \"download_primary\": {\n      \"method\": \"get\",\n      \"href\": \"https://unitycloud-build-user-svc-dev-build.s3.amazonaws.com/example-org/new-project/android-builder-2/android-builder.apk?AWSAccessKeyId=AKIAI6ZGSQWNDMF7X33A&Expires=1447973385&Signature=ffKQIKOJsKN6qrwzxObXSSyCVts%3D&response-content-disposition=attachment%3B%20filename%3Dexample-org%2Fnew-project-android-2-1436910988202.apk&response-content-type=application%2Foctet-stream\",\n      \"meta\": {\n        \"type\": \"APK\"\n      }\n    },\n    \"create_share\": {\n      \"method\": \"post\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/share\"\n    },\n    \"revoke_share\": {\n      \"method\": \"delete\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/android-builder/builds/2/share\"\n    },\n    \"icon\": {\n      \"method\": \"get\",\n      \"href\": \"https://unitycloud-build-user-svc-dev-extras-pub.s3.amazonaws.com/example-org/new-project/android-builder-2/icon.png\"\n    }\n  }\n}"
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-codegen-request-body-name": "options"
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/builds/{number}/artifacts": {
      "delete": {
        "summary": "Delete all artifacts associated with a specific build",
        "operationId": "deleteBuildArtifacts",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build number or in some cases _all",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "When true, retain build logs while deleting other artifacts",
            "in": "query",
            "name": "retainLogs",
            "required": false,
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "string"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "type": "string"
                }
              },
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              },
              "text/csv": {
                "schema": {
                  "type": "string"
                }
              },
              "text/x-generic": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "No Content"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/builds/{number}/auditlog": {
      "get": {
        "summary": "Get audit log",
        "description": "Retrieve a list of settings changes between the last and current build.",
        "operationId": "getAuditLog",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build number or in some cases _all",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Number of audit log records to retrieve",
            "in": "query",
            "name": "per_page",
            "schema": {
              "default": 25,
              "type": "number"
            }
          },
          {
            "description": "Skip to page number, based on per_page value",
            "in": "query",
            "name": "page",
            "schema": {
              "default": 1,
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "[\n  {\n    \"updatingUserEmail\": \"julie.smith@example.org\",\n    \"updated\": \"2015-08-04T17:18:24.532Z\",\n    \"lines\": [{\n      \"from\": \"Latest 4.x\",\n      \"to\": \"4.6.5\",\n      \"label\": \"Unity version\",\n      \"field\": \"buildtarget.settings.unityVersion\"\n    }]\n  },\n  {\n    \"updatingUserEmail\": \"sandra.johnson@example.org\",\n    \"updated\": \"2015-08-02T12:02:44.532Z\",\n    \"lines\": [{\n      \"label\": \"Keypass\",\n      \"field\": \"buildtarget.settings.platform.keystoreInfo.keypass\",\n      \"from\": \"\",\n      \"to\": \"changed\"\n    }]\n  }\n]",
                "schema": {
                  "items": {
                    "example": {
                      "updatingUserEmail": "updatingUserEmail",
                      "lines": [
                        {
                          "field": "field",
                          "from": "from",
                          "label": "label",
                          "to": "to"
                        },
                        {
                          "field": "field",
                          "from": "from",
                          "label": "label",
                          "to": "to"
                        }
                      ],
                      "updated": "updated"
                    },
                    "properties": {
                      "updatingUserEmail": {
                        "type": "string",
                        "nullable": true
                      },
                      "updated": {
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "lines": {
                        "items": {
                          "example": {
                            "field": "field",
                            "from": "from",
                            "label": "label",
                            "to": "to"
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "field": {
                              "type": "string",
                              "nullable": true
                            },
                            "to": {
                              "type": "string",
                              "nullable": true
                            },
                            "from": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "required": [
                            "field"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "lines",
                      "updated"
                    ],
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "items": {
                    "example": {
                      "updatingUserEmail": "updatingUserEmail",
                      "lines": [
                        {
                          "field": "field",
                          "from": "from",
                          "label": "label",
                          "to": "to"
                        },
                        {
                          "field": "field",
                          "from": "from",
                          "label": "label",
                          "to": "to"
                        }
                      ],
                      "updated": "updated"
                    },
                    "properties": {
                      "updatingUserEmail": {
                        "type": "string",
                        "nullable": true
                      },
                      "updated": {
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "lines": {
                        "items": {
                          "example": {
                            "field": "field",
                            "from": "from",
                            "label": "label",
                            "to": "to"
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "field": {
                              "type": "string",
                              "nullable": true
                            },
                            "to": {
                              "type": "string",
                              "nullable": true
                            },
                            "from": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "required": [
                            "field"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "lines",
                      "updated"
                    ],
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/plain": {
                "schema": {
                  "items": {
                    "example": {
                      "updatingUserEmail": "updatingUserEmail",
                      "lines": [
                        {
                          "field": "field",
                          "from": "from",
                          "label": "label",
                          "to": "to"
                        },
                        {
                          "field": "field",
                          "from": "from",
                          "label": "label",
                          "to": "to"
                        }
                      ],
                      "updated": "updated"
                    },
                    "properties": {
                      "updatingUserEmail": {
                        "type": "string",
                        "nullable": true
                      },
                      "updated": {
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "lines": {
                        "items": {
                          "example": {
                            "field": "field",
                            "from": "from",
                            "label": "label",
                            "to": "to"
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "field": {
                              "type": "string",
                              "nullable": true
                            },
                            "to": {
                              "type": "string",
                              "nullable": true
                            },
                            "from": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "required": [
                            "field"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "lines",
                      "updated"
                    ],
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/html": {
                "schema": {
                  "items": {
                    "example": {
                      "updatingUserEmail": "updatingUserEmail",
                      "lines": [
                        {
                          "field": "field",
                          "from": "from",
                          "label": "label",
                          "to": "to"
                        },
                        {
                          "field": "field",
                          "from": "from",
                          "label": "label",
                          "to": "to"
                        }
                      ],
                      "updated": "updated"
                    },
                    "properties": {
                      "updatingUserEmail": {
                        "type": "string",
                        "nullable": true
                      },
                      "updated": {
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "lines": {
                        "items": {
                          "example": {
                            "field": "field",
                            "from": "from",
                            "label": "label",
                            "to": "to"
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "field": {
                              "type": "string",
                              "nullable": true
                            },
                            "to": {
                              "type": "string",
                              "nullable": true
                            },
                            "from": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "required": [
                            "field"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "lines",
                      "updated"
                    ],
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/csv": {
                "schema": {
                  "items": {
                    "example": {
                      "updatingUserEmail": "updatingUserEmail",
                      "lines": [
                        {
                          "field": "field",
                          "from": "from",
                          "label": "label",
                          "to": "to"
                        },
                        {
                          "field": "field",
                          "from": "from",
                          "label": "label",
                          "to": "to"
                        }
                      ],
                      "updated": "updated"
                    },
                    "properties": {
                      "updatingUserEmail": {
                        "type": "string",
                        "nullable": true
                      },
                      "updated": {
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "lines": {
                        "items": {
                          "example": {
                            "field": "field",
                            "from": "from",
                            "label": "label",
                            "to": "to"
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "field": {
                              "type": "string",
                              "nullable": true
                            },
                            "to": {
                              "type": "string",
                              "nullable": true
                            },
                            "from": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "required": [
                            "field"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "lines",
                      "updated"
                    ],
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/x-generic": {
                "schema": {
                  "items": {
                    "example": {
                      "updatingUserEmail": "updatingUserEmail",
                      "lines": [
                        {
                          "field": "field",
                          "from": "from",
                          "label": "label",
                          "to": "to"
                        },
                        {
                          "field": "field",
                          "from": "from",
                          "label": "label",
                          "to": "to"
                        }
                      ],
                      "updated": "updated"
                    },
                    "properties": {
                      "updatingUserEmail": {
                        "type": "string",
                        "nullable": true
                      },
                      "updated": {
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "lines": {
                        "items": {
                          "example": {
                            "field": "field",
                            "from": "from",
                            "label": "label",
                            "to": "to"
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "field": {
                              "type": "string",
                              "nullable": true
                            },
                            "to": {
                              "type": "string",
                              "nullable": true
                            },
                            "from": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "required": [
                            "field"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "lines",
                      "updated"
                    ],
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/builds/{number}/failures": {
      "get": {
        "summary": "Get categorized failures for a specific build",
        "description": "Returns active failure indicators for the given build attempt.",
        "operationId": "getBuildFailuresForBuild",
        "x-eov-operation-handler": "buildfailures",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build number",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "failures": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "displayName": {
                            "type": "string"
                          },
                          "stage": {
                            "type": "string"
                          },
                          "step": {
                            "type": "string"
                          },
                          "publicMessage": {
                            "type": "string"
                          },
                          "link": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "integer"
                          },
                          "failureIndicatorLabel": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                }
              },
              "text/plain": {
                "schema": {
                  "type": "object"
                }
              },
              "text/html": {
                "schema": {
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object"
                }
              },
              "text/x-generic": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "x-swagger-router-controller": "buildfailures"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/builds/{number}/log": {
      "get": {
        "summary": "Get build log",
        "description": "Retrieve the plain text log for a specific build.\n\nPlease note that this route will normally redirect with a 303 code to the build log for a completed job, so it is important to follow redirects.",
        "operationId": "getBuildLog",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build number or in some cases _all",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          null,
          {
            "description": "Stream log from the given line number",
            "in": "query",
            "name": "offsetlines",
            "schema": {
              "default": 1,
              "type": "number"
            }
          },
          {
            "description": "Include log line numbers in the text output",
            "in": "query",
            "name": "linenumbers",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "The last line number seen, numbering will continue from here",
            "in": "query",
            "name": "lastLineNumber",
            "schema": {
              "default": 0,
              "type": "number"
            }
          },
          {
            "description": "Return the compact log, showing only errors and warnings",
            "in": "query",
            "name": "compact",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Surround important lines (errors, warnings) with SPAN and CSS markup\n",
            "in": "query",
            "name": "withHtml",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Use the progressiveText API for fetching jenkins logs",
            "in": "query",
            "name": "progressive",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          null,
          {
            "description": "Controls redirect behavior when a signed URL can be generated.\n - 'auto' returns a 307 redirect (default)\n - 'manual' returns a 202 with `redirect_url` in the response body\n - 'none' always streams the log directly\n",
            "in": "query",
            "name": "redirect",
            "schema": {
              "default": "auto",
              "type": "string",
              "enum": [
                "auto",
                "manual",
                "none"
              ]
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "OK"
          },
          "202": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "redirect_url": {
                      "type": "string",
                      "description": "The signed URL to the log file"
                    }
                  }
                }
              }
            },
            "description": "Accepted - log URL provided in response body (redirect=manual)"
          },
          "307": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "string"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "type": "string"
                }
              },
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              },
              "text/csv": {
                "schema": {
                  "type": "string"
                }
              },
              "text/x-generic": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "Temporary redirect to signed URL (redirect=auto)"
          },
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "example": {
                    "errorCode": "errorCode",
                    "detail": [
                      "detail",
                      "detail"
                    ],
                    "error": "error"
                  },
                  "properties": {
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "errorCode": {
                      "type": "string",
                      "nullable": true
                    },
                    "detail": {
                      "items": {
                        "type": "string",
                        "nullable": true
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "example": {
                    "errorCode": "errorCode",
                    "detail": [
                      "detail",
                      "detail"
                    ],
                    "error": "error"
                  },
                  "properties": {
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "errorCode": {
                      "type": "string",
                      "nullable": true
                    },
                    "detail": {
                      "items": {
                        "type": "string",
                        "nullable": true
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "example": {
                    "errorCode": "errorCode",
                    "detail": [
                      "detail",
                      "detail"
                    ],
                    "error": "error"
                  },
                  "properties": {
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "errorCode": {
                      "type": "string",
                      "nullable": true
                    },
                    "detail": {
                      "items": {
                        "type": "string",
                        "nullable": true
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "example": {
                    "errorCode": "errorCode",
                    "detail": [
                      "detail",
                      "detail"
                    ],
                    "error": "error"
                  },
                  "properties": {
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "errorCode": {
                      "type": "string",
                      "nullable": true
                    },
                    "detail": {
                      "items": {
                        "type": "string",
                        "nullable": true
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "example": {
                    "errorCode": "errorCode",
                    "detail": [
                      "detail",
                      "detail"
                    ],
                    "error": "error"
                  },
                  "properties": {
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "errorCode": {
                      "type": "string",
                      "nullable": true
                    },
                    "detail": {
                      "items": {
                        "type": "string",
                        "nullable": true
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "example": {
                    "errorCode": "errorCode",
                    "detail": [
                      "detail",
                      "detail"
                    ],
                    "error": "error"
                  },
                  "properties": {
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "errorCode": {
                      "type": "string",
                      "nullable": true
                    },
                    "detail": {
                      "items": {
                        "type": "string",
                        "nullable": true
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "Error"
          }
        }
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/builds/{number}/rawsteps": {
      "x-swagger-router-controller": "buildattempts"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/builds/{number}/resign": {
      "post": {
        "summary": "Re-sign a build artifact",
        "description": "Re-sign a build artifact using the most recent credentials associated with the buildtarget.\n",
        "operationId": "resignBuildArtifact",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build number or in some cases _all",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "202": {
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/plain": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/html": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/csv": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/x-generic": {
                "schema": {
                  "items": {
                    "description": "buildattempt",
                    "example": {
                      "checkoutTimeInSeconds": 7.061401241503109,
                      "auditChanges": 1.4894159098541704,
                      "operatingSystem": "operatingSystem",
                      "buildGUID": "buildGUID",
                      "changeset": [
                        "{}",
                        "{}"
                      ],
                      "buildReport": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "unityVersion": "unityVersion",
                      "lastBuiltRevision": "lastBuiltRevision",
                      "failureDetails": [
                        {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        {
                          "stage": "build",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 126,
                          "stageMatch": false
                        }
                      ],
                      "orgFk": "orgFk",
                      "links": {
                        "key": {
                          "method": "method",
                          "meta": "{}",
                          "href": "href"
                        }
                      },
                      "cooldownDate": "cooldownDate",
                      "created": "created",
                      "causedBy": "causedBy",
                      "playModeTestTimeInSeconds": 1.0246457001441578,
                      "workspaceSize": 2.3021358869347655,
                      "finished": "finished",
                      "billableTimeInSeconds": 4.145608029883936,
                      "credentialsOutdated": true,
                      "editorIcon": "editorIcon",
                      "publishTimeInSeconds": 3.616076749251911,
                      "queuedReason": "targetConcurrency",
                      "projectGuid": "projectGuid",
                      "buildTargetGroups": [
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        }
                      ],
                      "projectName": "projectName",
                      "publishStartTime": "publishStartTime",
                      "projectId": "projectId",
                      "projectVersion": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "cleanBuild": true,
                      "formattedPlatformName": "formattedPlatformName",
                      "totalTimeInSeconds": 2.027123023002322,
                      "canceledBy": "api",
                      "error": "error",
                      "filetoken": "filetoken",
                      "platform": "ios",
                      "checkoutStartTime": "checkoutStartTime",
                      "deletedBy": "deletedBy",
                      "orgId": "orgId",
                      "buildStatus": "created",
                      "unitTestTimeInSeconds": 7.386281948385884,
                      "androidSdkVersion": "androidSdkVersion",
                      "operatingSystemVersion": "operatingSystemVersion",
                      "editModeTestTimeInSeconds": 1.2315135367772556,
                      "buildStartTime": "buildStartTime",
                      "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                      "causedByUser": "causedByUser",
                      "buildTimeInSeconds": 9.301444243932576,
                      "machineType": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "buildtargetid": "buildtargetid",
                      "favorited": true,
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "requestedRevision": "requestedRevision",
                      "label": "label",
                      "headless": true,
                      "scmBranch": "scmBranch",
                      "deleted": true,
                      "build": 5.962133916683182,
                      "buildTargetName": "buildTargetName",
                      "xcodeVersion": "xcodeVersion",
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "build": {
                        "type": "number"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "anyOf": [
                          {
                            "type": "string",
                            "nullable": true
                          },
                          {
                            "type": "string",
                            "format": "object-id"
                          }
                        ]
                      },
                      "buildTargetName": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildGUID": {
                        "description": "unique GUID identifying this build",
                        "type": "string",
                        "nullable": true
                      },
                      "buildStatus": {
                        "enum": [
                          "created",
                          "queued",
                          "sentToBuilder",
                          "started",
                          "restarted",
                          "success",
                          "failure",
                          "canceled",
                          "unknown",
                          "processing"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cleanBuild": {
                        "description": "if the build was built without using data cached from previous builds",
                        "type": "boolean"
                      },
                      "failureDetails": {
                        "description": "list of failure details for this build attempt, when available",
                        "items": {
                          "example": {
                            "stage": "checkout",
                            "failureType": "failureType",
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName",
                            "logline": 42,
                            "stageMatch": true
                          },
                          "properties": {
                            "label": {
                              "type": "string",
                              "nullable": true
                            },
                            "publicMessage": {
                              "type": "string",
                              "nullable": true
                            },
                            "link": {
                              "type": "string",
                              "nullable": true
                            },
                            "stage": {
                              "type": "string",
                              "description": "Build stage where the failure occurred"
                            },
                            "failureType": {
                              "type": "string",
                              "nullable": true
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "logline": {
                              "type": "number",
                              "nullable": true,
                              "description": "The line number in the build log where the failure occurred"
                            },
                            "stageMatch": {
                              "type": "boolean",
                              "nullable": true,
                              "description": "Whether the failure stage matched the expected stage"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "canceledBy": {
                        "enum": [
                          "api",
                          "service",
                          "service-timelimit",
                          "concurrency-timelimit",
                          "restart-limit",
                          "evaluation-timelimit",
                          "jenkins-timelimit",
                          "service-badconfiguration",
                          "billing-invalidsubscription"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "causedBy": {
                        "description": "What triggered the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "causedByUser": {
                        "description": "Name of the user who caused the build to be created",
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "formattedPlatformName": {
                        "type": "string",
                        "nullable": true
                      },
                      "editorIcon": {
                        "type": "string",
                        "nullable": true
                      },
                      "workspaceSize": {
                        "description": "size of workspace in bytes",
                        "type": "number"
                      },
                      "created": {
                        "description": "when the build was created",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "finished": {
                        "description": "when the build completely finished",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutStartTime": {
                        "description": "when the build starting checking out code",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "checkoutTimeInSeconds": {
                        "description": "amount of time spent checking out code",
                        "type": "number"
                      },
                      "buildStartTime": {
                        "description": "when the build started compiling",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "buildTimeInSeconds": {
                        "description": "amount of time spend compiling",
                        "type": "number"
                      },
                      "buildTimeoutMinutes": {
                        "description": "total allowed build time before the build attempt times out",
                        "type": "number"
                      },
                      "publishStartTime": {
                        "description": "when the build started saving build artifacts",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "publishTimeInSeconds": {
                        "description": "amount of time spent saving build artifacts",
                        "type": "number"
                      },
                      "totalTimeInSeconds": {
                        "description": "total time for the build",
                        "type": "number"
                      },
                      "billableTimeInSeconds": {
                        "description": "total billable time for the build",
                        "type": "number"
                      },
                      "unitTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "editModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "playModeTestTimeInSeconds": {
                        "description": "total time for unit test execution step",
                        "type": "number"
                      },
                      "lastBuiltRevision": {
                        "description": "source control commit id for the build",
                        "type": "string",
                        "nullable": true
                      },
                      "changeset": {
                        "description": "a list of source control changes between this and the last build",
                        "type": "array"
                      },
                      "favorited": {
                        "description": "if the build is marked as do not delete or not",
                        "type": "boolean"
                      },
                      "label": {
                        "description": "description given when a build is favorited",
                        "type": "string",
                        "nullable": true
                      },
                      "deleted": {
                        "description": "if the build is deleted or not",
                        "type": "boolean"
                      },
                      "headless": {
                        "description": "if the build was built to run in linux headless mode",
                        "type": "boolean"
                      },
                      "credentialsOutdated": {
                        "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                        "type": "boolean"
                      },
                      "groupBuildId": {
                        "description": "the unique ID used to launch a group of attempts",
                        "format": "uuid",
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetGroups": {
                        "description": "list of build target groups this build attempt is a part of",
                        "items": {
                          "example": {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          "properties": {
                            "name": {
                              "type": "string",
                              "nullable": true
                            },
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "enabled": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "deleted",
                            "enabled",
                            "id",
                            "name"
                          ],
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "machineType": {
                        "description": "the type of machine used to build this build",
                        "example": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "operatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "required": [
                          "enabled",
                          "label",
                          "name",
                          "operatingSystem"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "deletedBy": {
                        "description": "email address of the user who deleted this attempt",
                        "type": "string",
                        "nullable": true
                      },
                      "queuedReason": {
                        "description": "reason the build is currently waiting",
                        "enum": [
                          "targetConcurrency",
                          "cooldown",
                          "buildConcurrency",
                          "concurrency",
                          "waitingForBuildAgent",
                          "evaluating",
                          "sentToBuilder",
                          "notPending"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "cooldownDate": {
                        "description": "time until this build will be reconsidered for building",
                        "type": "string",
                        "format": "date-time",
                        "nullable": true
                      },
                      "scmBranch": {
                        "description": "scm branch to be built",
                        "type": "string",
                        "nullable": true
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "The Unity editor architecture used for building",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "a supported operating system version (ex. 'monterey')",
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystem": {
                        "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                        "type": "string",
                        "nullable": true
                      },
                      "xcodeVersion": {
                        "description": "a supported xcode version (ex. 'xcode13_0_0')",
                        "type": "string",
                        "nullable": true
                      },
                      "androidSdkVersion": {
                        "description": "a supported android sdk version (ex. 'android_sdk_34')",
                        "type": "string",
                        "nullable": true
                      },
                      "auditChanges": {
                        "type": "number"
                      },
                      "projectVersion": {
                        "example": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "properties": {
                          "name": {
                            "description": "automatically generated name for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "filename": {
                            "description": "filename for the primary artifact",
                            "type": "string",
                            "nullable": true
                          },
                          "projectName": {
                            "description": "name of the project",
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "size": {
                            "description": "size of the the primary build artifact in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "creation date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "lastMod": {
                            "description": "last modified date",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "udids": {
                            "description": "iPhone unique identifiers that are able to install this build",
                            "items": {
                              "type": "string",
                              "nullable": true
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "nullable": true,
                        "additionalProperties": false
                      },
                      "projectName": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectId": {
                        "type": "string",
                        "nullable": true
                      },
                      "projectGuid": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgId": {
                        "type": "string",
                        "nullable": true
                      },
                      "orgFk": {
                        "type": "string",
                        "nullable": true
                      },
                      "filetoken": {
                        "type": "string",
                        "nullable": true
                      },
                      "links": {
                        "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                        "properties": {
                          "artifacts": {
                            "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                            "type": "array"
                          }
                        },
                        "additionalProperties": {
                          "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                          "example": {
                            "method": "method",
                            "href": "href"
                          },
                          "properties": {
                            "href": {
                              "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                              "type": "string",
                              "nullable": true
                            },
                            "method": {
                              "type": "string",
                              "nullable": true
                            },
                            "redirect": {
                              "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                              "type": "boolean",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "object"
                      },
                      "buildReport": {
                        "example": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "properties": {
                          "errors": {
                            "type": "integer"
                          },
                          "warnings": {
                            "type": "integer"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "requestedRevision": {
                        "type": "string",
                        "nullable": true
                      },
                      "error": {
                        "type": "string",
                        "nullable": true
                      },
                      "signedUrls": {
                        "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                        "type": "object",
                        "additionalProperties": {
                          "type": "object",
                          "properties": {
                            "ResumableUri": {
                              "type": "string"
                            },
                            "SignedUrl": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": false
                        },
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "application/json-accepted": {
                "example": "Resign Accepted\n[\n  {\n    \"build\": 3,\n    \"buildtargetid\": \"default-ios\",\n    \"buildTargetName\": \"iOS Builder\",\n    \"buildStatus\": \"queued\",\n    \"cleanBuild\": \"false\",\n    \"platform\": \"ios\",\n    \"created\": \"2015-11-19T22:02:20.244Z\",\n    \"changeset\": [],\n    \"favorited\": false,\n    \"auditChanges\": 1,\n    \"links\": {\n      \"self\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-ios/builds/3\"\n      },\n      \"log\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-ios/builds/3/log\"\n      },\n      \"auditlog\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-ios/builds/3/auditlog\"\n      },\n      \"cancel\": {\n        \"method\": \"delete\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-ios/builds/3\"\n      }\n    }\n  }\n]"
              },
              "application/json-already-building": {
                "example": "Resign Already Started\n[\n  {\n    \"buildtargetid\": \"default-ios\",\n    \"buildTargetName\": \"iOS Builder\",\n    \"error\": \"Cannot start build - already a build pending.\"\n  }\n]"
              }
            },
            "description": "Accepted"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/builds/{number}/share": {
      "delete": {
        "summary": "Revoke a shared link",
        "description": "Revoke a shared link, both {buildtargetid} and {number} may use _all to revoke all share links for a given buildtarget or entire project.",
        "operationId": "revokeShare",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build number or in some cases _all",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "string"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "type": "string"
                }
              },
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              },
              "text/csv": {
                "schema": {
                  "type": "string"
                }
              },
              "text/x-generic": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "No Content"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "get": {
        "summary": "Get the share link",
        "description": "Gets a share link if it exists",
        "operationId": "getShare",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build number or in some cases _all",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{\n  \"shareid\": \"bJ5Pu6RYFl\"\n}",
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Create a new link to share a project",
        "description": "Create a new short link to share a project. If this is called when a share already exists, that share\nwill be revoked and a new one created.",
        "operationId": "createShare",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build number or in some cases _all",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "shareExpiry": {
                    "type": "string",
                    "format": "date-time",
                    "nullable": true
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            },
            "application/x-www-form-urlencoded": {
              "schema": {
                "properties": {
                  "shareExpiry": {
                    "type": "string",
                    "format": "date-time",
                    "nullable": true
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            }
          },
          "description": "Date when share link will expire",
          "required": false
        },
        "responses": {
          "201": {
            "content": {
              "application/json": {
                "example": "{\n  \"shareid\": \"bJ5Pu6RYFl\"\n}",
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-codegen-request-body-name": "shareExpiry"
      },
      "put": {
        "summary": "Modify existing share link",
        "description": "Modify an existing share link. Only intended for updating the Expiry without revoking the link.",
        "operationId": "modifyShare",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build number or in some cases _all",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "shareExpiry": {
                    "type": "string",
                    "format": "date-time",
                    "nullable": true
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            },
            "application/x-www-form-urlencoded": {
              "schema": {
                "properties": {
                  "shareExpiry": {
                    "type": "string",
                    "format": "date-time",
                    "nullable": true
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            }
          },
          "description": "Date when share link will expire",
          "required": false
        },
        "responses": {
          "201": {
            "content": {
              "application/json": {
                "example": "{\n  \"shareid\": \"bJ5Pu6RYFl\"\n}",
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "example": {
                    "shareid": "shareid",
                    "shareExpiry": "shareExpiry"
                  },
                  "properties": {
                    "shareid": {
                      "type": "string",
                      "nullable": true
                    },
                    "shareExpiry": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-codegen-request-body-name": "shareExpiry"
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/builds/{number}/steps": {
      "get": {
        "summary": "Get the build steps for a given build",
        "description": "Retrieves all build steps for a build, this replaces the old method where we would manually download the\nbuild report artifacts and allows us to add more functionality into build steps.\n",
        "operationId": "getBuildSteps",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build number or in some cases _all",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          null
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "[{\n    \"depth\": 0,\n    \"duration\": 67138.5108,\n    \"name\": \"Build player\",\n    \"messages\": []\n}, {\n    \"depth\": 1,\n    \"duration\": 2839.5708,\n    \"name\": \"Compile scripts\",\n    \"messages\": [{\n        \"content\": \"Library/PackageCache/com.unity.analytics@3.2.2/DataPrivacy/DataPrivacyButton.cs(28,13): warning CS0618: 'Application.ExternalEval(string)' is obsolete: 'Application.ExternalEval is deprecated. See https://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html for alternatives.'\",\n        \"typeCode\": 2,\n    }]\n}, {\n    \"depth\": 1,\n    \"duration\": 0.027,\n    \"name\": \"Prepare splash screen\",\n    \"messages\": []\n}])",
                "schema": {
                  "items": {
                    "example": {
                      "duration": 6.027456183070403,
                      "depth": 0,
                      "name": "name",
                      "messages": [
                        {
                          "content": "content",
                          "typeCode": 1
                        },
                        {
                          "content": "content",
                          "typeCode": 1
                        }
                      ]
                    },
                    "properties": {
                      "depth": {
                        "type": "integer"
                      },
                      "duration": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "messages": {
                        "items": {
                          "example": {
                            "content": "content",
                            "typeCode": 1
                          },
                          "properties": {
                            "content": {
                              "type": "string",
                              "nullable": true
                            },
                            "typeCode": {
                              "type": "integer"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "name"
                    ],
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "items": {
                    "example": {
                      "duration": 6.027456183070403,
                      "depth": 0,
                      "name": "name",
                      "messages": [
                        {
                          "content": "content",
                          "typeCode": 1
                        },
                        {
                          "content": "content",
                          "typeCode": 1
                        }
                      ]
                    },
                    "properties": {
                      "depth": {
                        "type": "integer"
                      },
                      "duration": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "messages": {
                        "items": {
                          "example": {
                            "content": "content",
                            "typeCode": 1
                          },
                          "properties": {
                            "content": {
                              "type": "string",
                              "nullable": true
                            },
                            "typeCode": {
                              "type": "integer"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "name"
                    ],
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/plain": {
                "schema": {
                  "items": {
                    "example": {
                      "duration": 6.027456183070403,
                      "depth": 0,
                      "name": "name",
                      "messages": [
                        {
                          "content": "content",
                          "typeCode": 1
                        },
                        {
                          "content": "content",
                          "typeCode": 1
                        }
                      ]
                    },
                    "properties": {
                      "depth": {
                        "type": "integer"
                      },
                      "duration": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "messages": {
                        "items": {
                          "example": {
                            "content": "content",
                            "typeCode": 1
                          },
                          "properties": {
                            "content": {
                              "type": "string",
                              "nullable": true
                            },
                            "typeCode": {
                              "type": "integer"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "name"
                    ],
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/html": {
                "schema": {
                  "items": {
                    "example": {
                      "duration": 6.027456183070403,
                      "depth": 0,
                      "name": "name",
                      "messages": [
                        {
                          "content": "content",
                          "typeCode": 1
                        },
                        {
                          "content": "content",
                          "typeCode": 1
                        }
                      ]
                    },
                    "properties": {
                      "depth": {
                        "type": "integer"
                      },
                      "duration": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "messages": {
                        "items": {
                          "example": {
                            "content": "content",
                            "typeCode": 1
                          },
                          "properties": {
                            "content": {
                              "type": "string",
                              "nullable": true
                            },
                            "typeCode": {
                              "type": "integer"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "name"
                    ],
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/csv": {
                "schema": {
                  "items": {
                    "example": {
                      "duration": 6.027456183070403,
                      "depth": 0,
                      "name": "name",
                      "messages": [
                        {
                          "content": "content",
                          "typeCode": 1
                        },
                        {
                          "content": "content",
                          "typeCode": 1
                        }
                      ]
                    },
                    "properties": {
                      "depth": {
                        "type": "integer"
                      },
                      "duration": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "messages": {
                        "items": {
                          "example": {
                            "content": "content",
                            "typeCode": 1
                          },
                          "properties": {
                            "content": {
                              "type": "string",
                              "nullable": true
                            },
                            "typeCode": {
                              "type": "integer"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "name"
                    ],
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/x-generic": {
                "schema": {
                  "items": {
                    "example": {
                      "duration": 6.027456183070403,
                      "depth": 0,
                      "name": "name",
                      "messages": [
                        {
                          "content": "content",
                          "typeCode": 1
                        },
                        {
                          "content": "content",
                          "typeCode": 1
                        }
                      ]
                    },
                    "properties": {
                      "depth": {
                        "type": "integer"
                      },
                      "duration": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "messages": {
                        "items": {
                          "example": {
                            "content": "content",
                            "typeCode": 1
                          },
                          "properties": {
                            "content": {
                              "type": "string",
                              "nullable": true
                            },
                            "typeCode": {
                              "type": "integer"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "name"
                    ],
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/builds/{number}/download/{filename}": {
      "get": {
        "summary": "Get build artifact download link",
        "description": "Retrieve the download link for a specified build artifact.\n\n> **Caveat — this endpoint does not behave like a standard HTTP\n> redirect.** The response status is `303 See Other`, but the\n> signed storage URL is returned as a JSON string in the **response\n> body**; no `Location` header is set. Clients that auto-follow\n> redirects (e.g. `curl -L`, browser fetch with default settings,\n> most HTTP libraries) will therefore *not* follow it. To consume\n> the link, parse the body to get the signed URL and `GET` it\n> directly.\n>\n> Example response body:\n> ```json\n> \"https://storage.googleapis.com/bucket/path/to/file.apk?Signature=...\"\n> ```\n",
        "operationId": "getFileDownloadUrl",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "filetoken": []
          },
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build attempt number",
            "in": "path",
            "name": "number",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Filename to download",
            "in": "path",
            "name": "filename",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "303": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "string"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "type": "string"
                }
              },
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              },
              "text/csv": {
                "schema": {
                  "type": "string"
                }
              },
              "text/x-generic": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "The response body is the signed storage URL for the requested\nartifact, as a JSON string. The `Location` header is **not**\nset, so clients must read the URL from the body rather than\nrelying on automatic redirect following."
          },
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "example": {
                    "errorCode": "errorCode",
                    "detail": [
                      "detail",
                      "detail"
                    ],
                    "error": "error"
                  },
                  "properties": {
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "errorCode": {
                      "type": "string",
                      "nullable": true
                    },
                    "detail": {
                      "items": {
                        "type": "string",
                        "nullable": true
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "example": {
                    "errorCode": "errorCode",
                    "detail": [
                      "detail",
                      "detail"
                    ],
                    "error": "error"
                  },
                  "properties": {
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "errorCode": {
                      "type": "string",
                      "nullable": true
                    },
                    "detail": {
                      "items": {
                        "type": "string",
                        "nullable": true
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "example": {
                    "errorCode": "errorCode",
                    "detail": [
                      "detail",
                      "detail"
                    ],
                    "error": "error"
                  },
                  "properties": {
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "errorCode": {
                      "type": "string",
                      "nullable": true
                    },
                    "detail": {
                      "items": {
                        "type": "string",
                        "nullable": true
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "example": {
                    "errorCode": "errorCode",
                    "detail": [
                      "detail",
                      "detail"
                    ],
                    "error": "error"
                  },
                  "properties": {
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "errorCode": {
                      "type": "string",
                      "nullable": true
                    },
                    "detail": {
                      "items": {
                        "type": "string",
                        "nullable": true
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "example": {
                    "errorCode": "errorCode",
                    "detail": [
                      "detail",
                      "detail"
                    ],
                    "error": "error"
                  },
                  "properties": {
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "errorCode": {
                      "type": "string",
                      "nullable": true
                    },
                    "detail": {
                      "items": {
                        "type": "string",
                        "nullable": true
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "example": {
                    "errorCode": "errorCode",
                    "detail": [
                      "detail",
                      "detail"
                    ],
                    "error": "error"
                  },
                  "properties": {
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "errorCode": {
                      "type": "string",
                      "nullable": true
                    },
                    "detail": {
                      "items": {
                        "type": "string",
                        "nullable": true
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "Error"
          }
        }
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/builds/artifacts": {
      "delete": {
        "summary": "Delete all artifacts associated with all non-favorited builds for a specified buildtargetid (_all is allowed).",
        "operationId": "deleteAllBuildArtifacts",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "builds"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "string"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "type": "string"
                }
              },
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              },
              "text/csv": {
                "schema": {
                  "type": "string"
                }
              },
              "text/x-generic": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "No Content"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/shares/{shareid}": {
      "get": {
        "summary": "Get details on shared build including download link",
        "description": "This is an endpoint accessible without an api key that provides information about a\nspecific build including download links.\nA shareid is generated by POSTing to a <a href=\"#!/builds/createShare\">build's share endpoint</a>.",
        "operationId": "getShareMetadata",
        "x-eov-operation-handler": "buildattempts",
        "tags": [
          "shares"
        ],
        "security": [],
        "x-security-unauthenticated": true,
        "parameters": [
          {
            "in": "path",
            "name": "shareid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Extra fields to include in the response",
            "in": "query",
            "name": "include",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{\n    \"build\": 3,\n    \"buildTargetName\": \"android-builder\",\n    \"buildStatus\": \"success\",\n    \"cleanBuild\": \"true\",\n    \"platform\": \"android\",\n    \"workspaceSize\": 284147365,\n    \"created\": \"2015-07-27T21:03:00.000Z\",\n    \"finished\": \"2015-07-27T21:55:02.551Z\",\n    \"checkoutStartTime\": \"2015-07-27T21:54:57.464Z\",\n    \"buildStartTime\": \"2015-07-27T21:03:00.000Z\",\n    \"buildTimeInSeconds\": 53.347359,\n    \"publishStartTime\": \"2015-07-27T21:54:57.000Z\",\n    \"publishTimeInSeconds\": 4.694443,\n    \"totalTimeInSeconds\": 58.041802,\n    \"changeset\": [],\n    \"scmBranch\": \"master\",\n    \"unityVersion\": \"latest\",\n    \"projectVersion\": {\n      \"name\": \"android-builder\",\n      \"platform\": \"android\",\n      \"size\": 17332776,\n      \"created\": \"2015-07-27T21:55:02.497Z\",\n      \"lastMod\": \"2015-07-27T21:55:02.524Z\",\n      \"udids\": []\n    },\n    \"links\": {\n      \"self\": {\n        \"method\": \"get\",\n        \"href\": \"[BASE_PATH]/shares/123f34a\"\n      },\n      \"download\": {\n        \"method\": \"get\",\n        \"href\": \"http://unitycloud-build-user-svc-dev-build.s3.amazonaws.com/unity3d/new-project/android-builder/android-builder.apk?response-content-disposition=attachment%3B%20filename%3Dunity3d%2Fandroid-builder-3-1438039039.apk&response-content-type=application%2Foctet-stream&Expires=1438362634&Signature=I7ny1dMUeX338a6zpDJR2gHJRpM%3D\"\n      }\n    }\n}",
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "description": "buildattempt",
                  "example": {
                    "checkoutTimeInSeconds": 7.061401241503109,
                    "auditChanges": 1.4894159098541704,
                    "operatingSystem": "operatingSystem",
                    "buildGUID": "buildGUID",
                    "changeset": [
                      "{}",
                      "{}"
                    ],
                    "buildReport": {
                      "warnings": 1,
                      "errors": 7
                    },
                    "unityVersion": "unityVersion",
                    "lastBuiltRevision": "lastBuiltRevision",
                    "failureDetails": [
                      {
                        "stage": "checkout",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 42,
                        "stageMatch": true
                      },
                      {
                        "stage": "build",
                        "failureType": "failureType",
                        "label": "label",
                        "publicMessage": "publicMessage",
                        "link": "link",
                        "displayName": "displayName",
                        "logline": 126,
                        "stageMatch": false
                      }
                    ],
                    "orgFk": "orgFk",
                    "links": {
                      "key": {
                        "method": "method",
                        "meta": "{}",
                        "href": "href"
                      }
                    },
                    "cooldownDate": "cooldownDate",
                    "created": "created",
                    "causedBy": "causedBy",
                    "playModeTestTimeInSeconds": 1.0246457001441578,
                    "workspaceSize": 2.3021358869347655,
                    "finished": "finished",
                    "billableTimeInSeconds": 4.145608029883936,
                    "credentialsOutdated": true,
                    "editorIcon": "editorIcon",
                    "publishTimeInSeconds": 3.616076749251911,
                    "queuedReason": "targetConcurrency",
                    "projectGuid": "projectGuid",
                    "buildTargetGroups": [
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "name": "name",
                        "id": "id",
                        "enabled": true
                      }
                    ],
                    "projectName": "projectName",
                    "publishStartTime": "publishStartTime",
                    "projectId": "projectId",
                    "projectVersion": {
                      "filename": "filename",
                      "size": 6.84685269835264,
                      "created": "created",
                      "udids": [
                        "udids",
                        "udids"
                      ],
                      "name": "name",
                      "bundleId": "bundleId",
                      "projectName": "projectName",
                      "lastMod": "lastMod",
                      "platform": "ios"
                    },
                    "cleanBuild": true,
                    "formattedPlatformName": "formattedPlatformName",
                    "totalTimeInSeconds": 2.027123023002322,
                    "canceledBy": "api",
                    "error": "error",
                    "filetoken": "filetoken",
                    "platform": "ios",
                    "checkoutStartTime": "checkoutStartTime",
                    "deletedBy": "deletedBy",
                    "orgId": "orgId",
                    "buildStatus": "created",
                    "unitTestTimeInSeconds": 7.386281948385884,
                    "androidSdkVersion": "androidSdkVersion",
                    "operatingSystemVersion": "operatingSystemVersion",
                    "editModeTestTimeInSeconds": 1.2315135367772556,
                    "buildStartTime": "buildStartTime",
                    "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                    "causedByUser": "causedByUser",
                    "buildTimeInSeconds": 9.301444243932576,
                    "machineType": {
                      "name": "name",
                      "label": "label",
                      "operatingSystem": "operatingSystem",
                      "enabled": true
                    },
                    "buildtargetid": "buildtargetid",
                    "favorited": true,
                    "architecture": "architecture",
                    "buildProfilePath": "buildProfilePath",
                    "requestedRevision": "requestedRevision",
                    "label": "label",
                    "headless": true,
                    "scmBranch": "scmBranch",
                    "deleted": true,
                    "build": 5.962133916683182,
                    "buildTargetName": "buildTargetName",
                    "xcodeVersion": "xcodeVersion",
                    "machineTypeLabel": "machineTypeLabel"
                  },
                  "properties": {
                    "build": {
                      "type": "number"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "anyOf": [
                        {
                          "type": "string",
                          "nullable": true
                        },
                        {
                          "type": "string",
                          "format": "object-id"
                        }
                      ]
                    },
                    "buildTargetName": {
                      "type": "string",
                      "nullable": true
                    },
                    "buildGUID": {
                      "description": "unique GUID identifying this build",
                      "type": "string",
                      "nullable": true
                    },
                    "buildStatus": {
                      "enum": [
                        "created",
                        "queued",
                        "sentToBuilder",
                        "started",
                        "restarted",
                        "success",
                        "failure",
                        "canceled",
                        "unknown",
                        "processing"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cleanBuild": {
                      "description": "if the build was built without using data cached from previous builds",
                      "type": "boolean"
                    },
                    "failureDetails": {
                      "description": "list of failure details for this build attempt, when available",
                      "items": {
                        "example": {
                          "stage": "checkout",
                          "failureType": "failureType",
                          "label": "label",
                          "publicMessage": "publicMessage",
                          "link": "link",
                          "displayName": "displayName",
                          "logline": 42,
                          "stageMatch": true
                        },
                        "properties": {
                          "label": {
                            "type": "string",
                            "nullable": true
                          },
                          "publicMessage": {
                            "type": "string",
                            "nullable": true
                          },
                          "link": {
                            "type": "string",
                            "nullable": true
                          },
                          "stage": {
                            "type": "string",
                            "description": "Build stage where the failure occurred"
                          },
                          "failureType": {
                            "type": "string",
                            "nullable": true
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "logline": {
                            "type": "number",
                            "nullable": true,
                            "description": "The line number in the build log where the failure occurred"
                          },
                          "stageMatch": {
                            "type": "boolean",
                            "nullable": true,
                            "description": "Whether the failure stage matched the expected stage"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "canceledBy": {
                      "enum": [
                        "api",
                        "service",
                        "service-timelimit",
                        "concurrency-timelimit",
                        "restart-limit",
                        "evaluation-timelimit",
                        "jenkins-timelimit",
                        "service-badconfiguration",
                        "billing-invalidsubscription"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "causedBy": {
                      "description": "What triggered the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "causedByUser": {
                      "description": "Name of the user who caused the build to be created",
                      "type": "string",
                      "nullable": true
                    },
                    "buildProfilePath": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "formattedPlatformName": {
                      "type": "string",
                      "nullable": true
                    },
                    "editorIcon": {
                      "type": "string",
                      "nullable": true
                    },
                    "workspaceSize": {
                      "description": "size of workspace in bytes",
                      "type": "number"
                    },
                    "created": {
                      "description": "when the build was created",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "finished": {
                      "description": "when the build completely finished",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutStartTime": {
                      "description": "when the build starting checking out code",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "checkoutTimeInSeconds": {
                      "description": "amount of time spent checking out code",
                      "type": "number"
                    },
                    "buildStartTime": {
                      "description": "when the build started compiling",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "buildTimeInSeconds": {
                      "description": "amount of time spend compiling",
                      "type": "number"
                    },
                    "buildTimeoutMinutes": {
                      "description": "total allowed build time before the build attempt times out",
                      "type": "number"
                    },
                    "publishStartTime": {
                      "description": "when the build started saving build artifacts",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "publishTimeInSeconds": {
                      "description": "amount of time spent saving build artifacts",
                      "type": "number"
                    },
                    "totalTimeInSeconds": {
                      "description": "total time for the build",
                      "type": "number"
                    },
                    "billableTimeInSeconds": {
                      "description": "total billable time for the build",
                      "type": "number"
                    },
                    "unitTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "editModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "playModeTestTimeInSeconds": {
                      "description": "total time for unit test execution step",
                      "type": "number"
                    },
                    "lastBuiltRevision": {
                      "description": "source control commit id for the build",
                      "type": "string",
                      "nullable": true
                    },
                    "changeset": {
                      "description": "a list of source control changes between this and the last build",
                      "type": "array"
                    },
                    "favorited": {
                      "description": "if the build is marked as do not delete or not",
                      "type": "boolean"
                    },
                    "label": {
                      "description": "description given when a build is favorited",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "description": "if the build is deleted or not",
                      "type": "boolean"
                    },
                    "headless": {
                      "description": "if the build was built to run in linux headless mode",
                      "type": "boolean"
                    },
                    "credentialsOutdated": {
                      "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                      "type": "boolean"
                    },
                    "groupBuildId": {
                      "description": "the unique ID used to launch a group of attempts",
                      "format": "uuid",
                      "type": "string",
                      "nullable": true
                    },
                    "buildTargetGroups": {
                      "description": "list of build target groups this build attempt is a part of",
                      "items": {
                        "example": {
                          "deleted": true,
                          "name": "name",
                          "id": "id",
                          "enabled": true
                        },
                        "properties": {
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "deleted",
                          "enabled",
                          "id",
                          "name"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "machineType": {
                      "description": "the type of machine used to build this build",
                      "example": {
                        "name": "name",
                        "label": "label",
                        "operatingSystem": "operatingSystem",
                        "enabled": true
                      },
                      "properties": {
                        "name": {
                          "type": "string",
                          "nullable": true
                        },
                        "label": {
                          "type": "string",
                          "nullable": true
                        },
                        "enabled": {
                          "type": "boolean"
                        },
                        "operatingSystem": {
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "required": [
                        "enabled",
                        "label",
                        "name",
                        "operatingSystem"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    },
                    "deletedBy": {
                      "description": "email address of the user who deleted this attempt",
                      "type": "string",
                      "nullable": true
                    },
                    "queuedReason": {
                      "description": "reason the build is currently waiting",
                      "enum": [
                        "targetConcurrency",
                        "cooldown",
                        "buildConcurrency",
                        "concurrency",
                        "waitingForBuildAgent",
                        "evaluating",
                        "sentToBuilder",
                        "notPending"
                      ],
                      "type": "string",
                      "nullable": true
                    },
                    "cooldownDate": {
                      "description": "time until this build will be reconsidered for building",
                      "type": "string",
                      "format": "date-time",
                      "nullable": true
                    },
                    "scmBranch": {
                      "description": "scm branch to be built",
                      "type": "string",
                      "nullable": true
                    },
                    "unityVersion": {
                      "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                      "type": "string",
                      "nullable": true
                    },
                    "architecture": {
                      "description": "The Unity editor architecture used for building",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystemVersion": {
                      "description": "a supported operating system version (ex. 'monterey')",
                      "type": "string",
                      "nullable": true
                    },
                    "operatingSystem": {
                      "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                      "type": "string",
                      "nullable": true
                    },
                    "xcodeVersion": {
                      "description": "a supported xcode version (ex. 'xcode13_0_0')",
                      "type": "string",
                      "nullable": true
                    },
                    "androidSdkVersion": {
                      "description": "a supported android sdk version (ex. 'android_sdk_34')",
                      "type": "string",
                      "nullable": true
                    },
                    "auditChanges": {
                      "type": "number"
                    },
                    "projectVersion": {
                      "example": {
                        "filename": "filename",
                        "size": 6.84685269835264,
                        "created": "created",
                        "udids": [
                          "udids",
                          "udids"
                        ],
                        "name": "name",
                        "bundleId": "bundleId",
                        "projectName": "projectName",
                        "lastMod": "lastMod",
                        "platform": "ios"
                      },
                      "properties": {
                        "name": {
                          "description": "automatically generated name for the build",
                          "type": "string",
                          "nullable": true
                        },
                        "filename": {
                          "description": "filename for the primary artifact",
                          "type": "string",
                          "nullable": true
                        },
                        "projectName": {
                          "description": "name of the project",
                          "type": "string",
                          "nullable": true
                        },
                        "platform": {
                          "enum": [
                            "ios",
                            "android",
                            "webplayer",
                            "webgl",
                            "standaloneosxintel",
                            "standaloneosxintel64",
                            "standaloneosxuniversal",
                            "standaloneosx",
                            "standalonewindows",
                            "standalonewindows64",
                            "standalonelinux",
                            "standalonelinux64",
                            "standalonelinuxuniversal",
                            "wsaplayer",
                            "gamecorescarlett",
                            "ps5",
                            "switch"
                          ],
                          "type": "string"
                        },
                        "size": {
                          "description": "size of the the primary build artifact in bytes",
                          "type": "number"
                        },
                        "created": {
                          "description": "creation date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "lastMod": {
                          "description": "last modified date",
                          "type": "string",
                          "format": "date-time",
                          "nullable": true
                        },
                        "bundleId": {
                          "description": "a unique identifier (com.example.name)",
                          "type": "string",
                          "nullable": true
                        },
                        "udids": {
                          "description": "iPhone unique identifiers that are able to install this build",
                          "items": {
                            "type": "string",
                            "nullable": true
                          },
                          "type": "array"
                        }
                      },
                      "type": "object",
                      "nullable": true,
                      "additionalProperties": false
                    },
                    "projectName": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectId": {
                      "type": "string",
                      "nullable": true
                    },
                    "projectGuid": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgId": {
                      "type": "string",
                      "nullable": true
                    },
                    "orgFk": {
                      "type": "string",
                      "nullable": true
                    },
                    "filetoken": {
                      "type": "string",
                      "nullable": true
                    },
                    "links": {
                      "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                      "properties": {
                        "artifacts": {
                          "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                          "type": "array"
                        }
                      },
                      "additionalProperties": {
                        "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                        "example": {
                          "method": "method",
                          "href": "href"
                        },
                        "properties": {
                          "href": {
                            "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                            "type": "string",
                            "nullable": true
                          },
                          "method": {
                            "type": "string",
                            "nullable": true
                          },
                          "redirect": {
                            "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                            "type": "boolean",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "object"
                    },
                    "buildReport": {
                      "example": {
                        "warnings": 1,
                        "errors": 7
                      },
                      "properties": {
                        "errors": {
                          "type": "integer"
                        },
                        "warnings": {
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "machineTypeLabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "requestedRevision": {
                      "type": "string",
                      "nullable": true
                    },
                    "error": {
                      "type": "string",
                      "nullable": true
                    },
                    "signedUrls": {
                      "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                      "type": "object",
                      "additionalProperties": {
                        "type": "object",
                        "properties": {
                          "ResumableUri": {
                            "type": "string"
                          },
                          "SignedUrl": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      },
                      "nullable": true
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "x-swagger-router-controller": "buildattempts"
    },
    "/admin/failureinfo/recategorize": {
      "post": {
        "summary": "Recategorizes build failures for one or more build attempts",
        "operationId": "recategorizeBuildFailuresBatch",
        "x-eov-operation-handler": "buildfailures",
        "tags": [
          "admin"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "admin"
            ]
          }
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "buildAttemptIds": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    },
                    "description": "Array of build attempt IDs to recategorize"
                  },
                  "buildTargetId": {
                    "type": "string",
                    "description": "ID of the build target to recategorize attempts for"
                  },
                  "buildNumbers": {
                    "type": "array",
                    "items": {
                      "type": "integer"
                    },
                    "description": "Array of build numbers to recategorize"
                  },
                  "dateRange": {
                    "type": "object",
                    "description": "Date range to recategorize builds within",
                    "properties": {
                      "start": {
                        "type": "string",
                        "format": "date-time",
                        "description": "Start date (ISO 8601 format)"
                      },
                      "end": {
                        "type": "string",
                        "format": "date-time",
                        "description": "End date (ISO 8601 format)"
                      }
                    },
                    "required": [
                      "start",
                      "end"
                    ]
                  }
                },
                "oneOf": [
                  {
                    "required": [
                      "buildAttemptIds"
                    ]
                  },
                  {
                    "required": [
                      "buildTargetId",
                      "buildNumbers"
                    ]
                  },
                  {
                    "required": [
                      "dateRange"
                    ]
                  }
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    },
                    "jobDetails": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            },
            "description": "OK"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "x-codegen-request-body-name": "options"
      },
      "x-swagger-router-controller": "buildfailures"
    },
    "/failureinfo/feedback/stats": {},
    "/orgs/{orgid}/projects/{projectid}/failure-indicator-labels": {
      "get": {
        "summary": "Retrieves failure indicator labels for a project",
        "operationId": "getProjectFailureIndicatorLabels",
        "x-eov-operation-handler": "buildfailures",
        "tags": [
          "projects"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Organization identifier"
          },
          {
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Project identifier"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "indicators": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "label": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": "Successful response containing failure indicator labels"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "x-swagger-router-controller": "buildfailures"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}/failure-indicator-labels": {
      "get": {
        "summary": "Retrieves failure indicator labels for a specific build target",
        "operationId": "getBuildTargetFailureIndicatorLabels",
        "x-eov-operation-handler": "buildfailures",
        "tags": [
          "buildtargets"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Organization identifier"
          },
          {
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Project identifier"
          },
          {
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Build target identifier"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "indicators": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "label": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": "Successful response containing failure indicator labels"
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "x-swagger-router-controller": "buildfailures"
    },
    "/orgs/{orgid}/projects/{projectid}/buildTargetGroups": {
      "delete": {
        "summary": "Delete build target groups for a project",
        "operationId": "deleteBuildTargetGroups",
        "x-eov-operation-handler": "buildtargetgroups",
        "tags": [
          "build target groups"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "buildTargetGroupIds": {
                    "items": {
                      "type": "string",
                      "nullable": true
                    },
                    "maxItems": 500,
                    "type": "array"
                  }
                },
                "required": [
                  "buildTargetGroupIds"
                ],
                "type": "object",
                "additionalProperties": false
              }
            }
          },
          "description": "Options for deleting build target groups",
          "required": true
        },
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "string"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "type": "string"
                }
              },
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              },
              "text/csv": {
                "schema": {
                  "type": "string"
                }
              },
              "text/x-generic": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "No Content"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-codegen-request-body-name": "options"
      },
      "get": {
        "summary": "List all build target groups for a project",
        "operationId": "getBuildTargetGroups",
        "x-eov-operation-handler": "buildtargetgroups",
        "tags": [
          "build target groups"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{\n  \"data\": [\n    {\n      \"id\": \"63e31979d9efa30438dcbee5\",\n      \"name\": \"test group number 3\",\n      \"description\": \"hi this is a description\",\n      \"created\": \"2023-02-08T03:39:37.545Z\",\n      \"lastModified\": \"2023-02-08T03:39:37.548Z\",\n      \"deleted\": false,\n      \"enabled\": true,\n      \"buildTargets\": [\n        {\n            \"buildTargetId\": \"default-mac-desktop-universal\",\n            \"name\": \"Default Mac desktop Universal\",\n            \"enabled\": true,\n            \"platform\": \"standaloneosx\",\n            \"builderOperatingSystem\": \"mac\"\n        }\n      ]\n    },\n    {\n      \"id\": \"63e31979d9efa30438dcbee6\",\n      \"name\": \"test group number 4\",\n      \"description\": \"hi this is a description\",\n      \"created\": \"2023-02-11T03:39:37.545Z\",\n      \"lastModified\": \"2023-02-11T03:39:37.548Z\",\n      \"deleted\": false,\n      \"enabled\": true,\n      \"buildTargets\": [\n        {\n            \"buildTargetId\": \"default-mac-desktop-universal\",\n            \"name\": \"Default Mac desktop Universal\",\n            \"enabled\": true,\n            \"platform\": \"standaloneosx\",\n            \"builderOperatingSystem\": \"mac\"\n        }\n      ]\n    }\n  ]\n}",
                "schema": {
                  "example": {
                    "data": [
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      }
                    ]
                  },
                  "properties": {
                    "data": {
                      "items": {
                        "example": {
                          "deleted": true,
                          "created": "2000-01-23T04:56:07.000+00:00",
                          "buildTargets": [
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            },
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            }
                          ],
                          "name": "name",
                          "description": "description",
                          "id": "id",
                          "lastModified": "2000-01-23T04:56:07.000+00:00",
                          "enabled": true
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "description": {
                            "type": "string",
                            "nullable": true
                          },
                          "created": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "lastModified": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "buildTargets": {
                            "items": {
                              "example": {
                                "builderOperatingSystem": "builderOperatingSystem",
                                "name": "name",
                                "buildTargetId": "buildTargetId",
                                "enabled": true,
                                "platform": "platform"
                              },
                              "properties": {
                                "buildTargetId": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "platform": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "builderOperatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "example": {
                    "data": [
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      }
                    ]
                  },
                  "properties": {
                    "data": {
                      "items": {
                        "example": {
                          "deleted": true,
                          "created": "2000-01-23T04:56:07.000+00:00",
                          "buildTargets": [
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            },
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            }
                          ],
                          "name": "name",
                          "description": "description",
                          "id": "id",
                          "lastModified": "2000-01-23T04:56:07.000+00:00",
                          "enabled": true
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "description": {
                            "type": "string",
                            "nullable": true
                          },
                          "created": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "lastModified": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "buildTargets": {
                            "items": {
                              "example": {
                                "builderOperatingSystem": "builderOperatingSystem",
                                "name": "name",
                                "buildTargetId": "buildTargetId",
                                "enabled": true,
                                "platform": "platform"
                              },
                              "properties": {
                                "buildTargetId": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "platform": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "builderOperatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "example": {
                    "data": [
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      }
                    ]
                  },
                  "properties": {
                    "data": {
                      "items": {
                        "example": {
                          "deleted": true,
                          "created": "2000-01-23T04:56:07.000+00:00",
                          "buildTargets": [
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            },
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            }
                          ],
                          "name": "name",
                          "description": "description",
                          "id": "id",
                          "lastModified": "2000-01-23T04:56:07.000+00:00",
                          "enabled": true
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "description": {
                            "type": "string",
                            "nullable": true
                          },
                          "created": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "lastModified": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "buildTargets": {
                            "items": {
                              "example": {
                                "builderOperatingSystem": "builderOperatingSystem",
                                "name": "name",
                                "buildTargetId": "buildTargetId",
                                "enabled": true,
                                "platform": "platform"
                              },
                              "properties": {
                                "buildTargetId": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "platform": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "builderOperatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "example": {
                    "data": [
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      }
                    ]
                  },
                  "properties": {
                    "data": {
                      "items": {
                        "example": {
                          "deleted": true,
                          "created": "2000-01-23T04:56:07.000+00:00",
                          "buildTargets": [
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            },
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            }
                          ],
                          "name": "name",
                          "description": "description",
                          "id": "id",
                          "lastModified": "2000-01-23T04:56:07.000+00:00",
                          "enabled": true
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "description": {
                            "type": "string",
                            "nullable": true
                          },
                          "created": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "lastModified": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "buildTargets": {
                            "items": {
                              "example": {
                                "builderOperatingSystem": "builderOperatingSystem",
                                "name": "name",
                                "buildTargetId": "buildTargetId",
                                "enabled": true,
                                "platform": "platform"
                              },
                              "properties": {
                                "buildTargetId": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "platform": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "builderOperatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "example": {
                    "data": [
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      }
                    ]
                  },
                  "properties": {
                    "data": {
                      "items": {
                        "example": {
                          "deleted": true,
                          "created": "2000-01-23T04:56:07.000+00:00",
                          "buildTargets": [
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            },
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            }
                          ],
                          "name": "name",
                          "description": "description",
                          "id": "id",
                          "lastModified": "2000-01-23T04:56:07.000+00:00",
                          "enabled": true
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "description": {
                            "type": "string",
                            "nullable": true
                          },
                          "created": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "lastModified": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "buildTargets": {
                            "items": {
                              "example": {
                                "builderOperatingSystem": "builderOperatingSystem",
                                "name": "name",
                                "buildTargetId": "buildTargetId",
                                "enabled": true,
                                "platform": "platform"
                              },
                              "properties": {
                                "buildTargetId": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "platform": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "builderOperatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "example": {
                    "data": [
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      }
                    ]
                  },
                  "properties": {
                    "data": {
                      "items": {
                        "example": {
                          "deleted": true,
                          "created": "2000-01-23T04:56:07.000+00:00",
                          "buildTargets": [
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            },
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            }
                          ],
                          "name": "name",
                          "description": "description",
                          "id": "id",
                          "lastModified": "2000-01-23T04:56:07.000+00:00",
                          "enabled": true
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "description": {
                            "type": "string",
                            "nullable": true
                          },
                          "created": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "lastModified": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "buildTargets": {
                            "items": {
                              "example": {
                                "builderOperatingSystem": "builderOperatingSystem",
                                "name": "name",
                                "buildTargetId": "buildTargetId",
                                "enabled": true,
                                "platform": "platform"
                              },
                              "properties": {
                                "buildTargetId": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "platform": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "builderOperatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "post": {
        "summary": "Create build target group for a project",
        "operationId": "createBuildTargetGroup",
        "x-eov-operation-handler": "buildtargetgroups",
        "tags": [
          "build target groups"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "name": {
                    "type": "string",
                    "nullable": true
                  },
                  "description": {
                    "type": "string",
                    "nullable": true
                  },
                  "buildTargetIds": {
                    "items": {
                      "type": "string",
                      "nullable": true
                    },
                    "type": "array"
                  }
                },
                "required": [
                  "buildTargetIds",
                  "name"
                ],
                "type": "object",
                "additionalProperties": false
              }
            }
          },
          "description": "Options for creating a build target group",
          "required": true
        },
        "responses": {
          "201": {
            "content": {
              "application/json": {
                "example": "{\n  \"id\": \"63e31979d9efa30438dcbee5\",\n  \"name\": \"test group number 3\",\n  \"description\": \"hi this is a description\",\n  \"created\": \"2023-02-08T03:39:37.545Z\",\n  \"lastModified\": \"2023-02-08T03:39:37.548Z\",\n  \"deleted\": false,\n  \"enabled\": true,\n  \"buildTargets\": [\n    {\n        \"buildTargetId\": \"default-mac-desktop-universal\",\n        \"name\": \"Default Mac desktop Universal\",\n        \"enabled\": true,\n        \"platform\": \"standaloneosx\",\n        \"builderOperatingSystem\": \"mac\"\n    }\n  ]\n}",
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "CREATED"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-codegen-request-body-name": "options"
      },
      "x-swagger-router-controller": "buildtargetgroups"
    },
    "/orgs/{orgid}/projects/{projectid}/buildTargetGroups/{buildtargetgroupid}": {
      "patch": {
        "summary": "Update build target group for a project",
        "operationId": "updateBuildTargetGroup",
        "x-eov-operation-handler": "buildtargetgroups",
        "tags": [
          "build target groups"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build target group identifier",
            "in": "path",
            "name": "buildtargetgroupid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "name": {
                    "type": "string",
                    "nullable": true
                  },
                  "description": {
                    "type": "string",
                    "nullable": true
                  },
                  "buildTargetIds": {
                    "items": {
                      "type": "string",
                      "nullable": true
                    },
                    "type": "array"
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            }
          },
          "description": "Options for updating a build target group",
          "required": true
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{\n  \"id\": \"63e31979d9efa30438dcbee5\",\n  \"name\": \"test group number 3\",\n  \"description\": \"This is a newly added description\",\n  \"created\": \"2023-02-08T03:39:37.545Z\",\n  \"lastModified\": \"2023-02-08T03:39:37.548Z\",\n  \"deleted\": false,\n  \"enabled\": true,\n  \"buildTargets\": [\n    {\n        \"buildTargetId\": \"default-mac-desktop-universal\",\n        \"name\": \"Default Mac desktop Universal\",\n        \"enabled\": true,\n        \"platform\": \"standaloneosx\",\n        \"builderOperatingSystem\": \"mac\"\n    }\n  ]\n}",
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-codegen-request-body-name": "options"
      },
      "x-swagger-router-controller": "buildtargetgroups"
    },
    "/orgs/{orgid}/projects/{projectid}/buildTargetGroups/{buildtargetgroupid}/enabled": {
      "put": {
        "summary": "Set enabled state of build target group for a project",
        "operationId": "updateBuildTargetGroupEnabled",
        "x-eov-operation-handler": "buildtargetgroups",
        "tags": [
          "build target groups"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Build target group identifier",
            "in": "path",
            "name": "buildtargetgroupid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "enabled": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "enabled"
                ],
                "type": "object",
                "additionalProperties": false
              }
            }
          },
          "description": "Options for updating the enabled state of a build target group",
          "required": true
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{\n  \"id\": \"63e31979d9efa30438dcbee5\",\n  \"name\": \"test group number 3\",\n  \"description\": \"This is a newly added description\",\n  \"created\": \"2023-02-08T03:39:37.545Z\",\n  \"lastModified\": \"2023-02-08T03:39:37.548Z\",\n  \"deleted\": false,\n  \"enabled\": true,\n  \"buildTargets\": [\n    {\n        \"buildTargetId\": \"default-mac-desktop-universal\",\n        \"name\": \"Default Mac desktop Universal\",\n        \"enabled\": true,\n        \"platform\": \"standaloneosx\",\n        \"builderOperatingSystem\": \"mac\"\n    }\n  ]\n}",
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "example": {
                    "deleted": true,
                    "created": "2000-01-23T04:56:07.000+00:00",
                    "buildTargets": [
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      },
                      {
                        "builderOperatingSystem": "builderOperatingSystem",
                        "name": "name",
                        "buildTargetId": "buildTargetId",
                        "enabled": true,
                        "platform": "platform"
                      }
                    ],
                    "name": "name",
                    "description": "description",
                    "id": "id",
                    "lastModified": "2000-01-23T04:56:07.000+00:00",
                    "enabled": true
                  },
                  "properties": {
                    "id": {
                      "type": "string",
                      "format": "object-id",
                      "nullable": true
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "description": {
                      "type": "string",
                      "nullable": true
                    },
                    "created": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "lastModified": {
                      "format": "date-time",
                      "type": "string",
                      "nullable": true
                    },
                    "deleted": {
                      "type": "boolean"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "buildTargets": {
                      "items": {
                        "example": {
                          "builderOperatingSystem": "builderOperatingSystem",
                          "name": "name",
                          "buildTargetId": "buildTargetId",
                          "enabled": true,
                          "platform": "platform"
                        },
                        "properties": {
                          "buildTargetId": {
                            "type": "string",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "platform": {
                            "type": "string",
                            "nullable": true
                          },
                          "builderOperatingSystem": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-codegen-request-body-name": "options"
      },
      "x-swagger-router-controller": "buildtargetgroups"
    },
    "/orgs/{orgid}/projects/{projectid}/buildTargetGroups/enabled": {
      "put": {
        "summary": "Set enabled state of build target groups for a project",
        "operationId": "updateBuildTargetGroupsEnabled",
        "x-eov-operation-handler": "buildtargetgroups",
        "tags": [
          "build target groups"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "buildTargetGroupIds": {
                    "items": {
                      "type": "string",
                      "nullable": true
                    },
                    "maxItems": 500,
                    "minItems": 1,
                    "type": "array"
                  },
                  "enabled": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "buildTargetGroupIds",
                  "enabled"
                ],
                "type": "object",
                "additionalProperties": false
              }
            }
          },
          "description": "Options for updating the enabled state of build target groups",
          "required": true
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{\n  \"data\": [\n    {\n      \"id\": \"63e31979d9efa30438dcbee5\",\n      \"name\": \"test group number 3\",\n      \"description\": \"hi this is a description\",\n      \"created\": \"2023-02-08T03:39:37.545Z\",\n      \"lastModified\": \"2023-02-08T03:39:37.548Z\",\n      \"deleted\": false,\n      \"enabled\": false,\n      \"buildTargets\": [\n        {\n            \"buildTargetId\": \"default-mac-desktop-universal\",\n            \"name\": \"Default Mac desktop Universal\",\n            \"enabled\": true,\n            \"platform\": \"standaloneosx\",\n            \"builderOperatingSystem\": \"mac\"\n        }\n      ]\n    }\n  ]\n}",
                "schema": {
                  "example": {
                    "data": [
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      }
                    ]
                  },
                  "properties": {
                    "data": {
                      "items": {
                        "example": {
                          "deleted": true,
                          "created": "2000-01-23T04:56:07.000+00:00",
                          "buildTargets": [
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            },
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            }
                          ],
                          "name": "name",
                          "description": "description",
                          "id": "id",
                          "lastModified": "2000-01-23T04:56:07.000+00:00",
                          "enabled": true
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "description": {
                            "type": "string",
                            "nullable": true
                          },
                          "created": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "lastModified": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "buildTargets": {
                            "items": {
                              "example": {
                                "builderOperatingSystem": "builderOperatingSystem",
                                "name": "name",
                                "buildTargetId": "buildTargetId",
                                "enabled": true,
                                "platform": "platform"
                              },
                              "properties": {
                                "buildTargetId": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "platform": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "builderOperatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "example": {
                    "data": [
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      }
                    ]
                  },
                  "properties": {
                    "data": {
                      "items": {
                        "example": {
                          "deleted": true,
                          "created": "2000-01-23T04:56:07.000+00:00",
                          "buildTargets": [
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            },
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            }
                          ],
                          "name": "name",
                          "description": "description",
                          "id": "id",
                          "lastModified": "2000-01-23T04:56:07.000+00:00",
                          "enabled": true
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "description": {
                            "type": "string",
                            "nullable": true
                          },
                          "created": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "lastModified": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "buildTargets": {
                            "items": {
                              "example": {
                                "builderOperatingSystem": "builderOperatingSystem",
                                "name": "name",
                                "buildTargetId": "buildTargetId",
                                "enabled": true,
                                "platform": "platform"
                              },
                              "properties": {
                                "buildTargetId": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "platform": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "builderOperatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "example": {
                    "data": [
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      }
                    ]
                  },
                  "properties": {
                    "data": {
                      "items": {
                        "example": {
                          "deleted": true,
                          "created": "2000-01-23T04:56:07.000+00:00",
                          "buildTargets": [
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            },
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            }
                          ],
                          "name": "name",
                          "description": "description",
                          "id": "id",
                          "lastModified": "2000-01-23T04:56:07.000+00:00",
                          "enabled": true
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "description": {
                            "type": "string",
                            "nullable": true
                          },
                          "created": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "lastModified": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "buildTargets": {
                            "items": {
                              "example": {
                                "builderOperatingSystem": "builderOperatingSystem",
                                "name": "name",
                                "buildTargetId": "buildTargetId",
                                "enabled": true,
                                "platform": "platform"
                              },
                              "properties": {
                                "buildTargetId": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "platform": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "builderOperatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "example": {
                    "data": [
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      }
                    ]
                  },
                  "properties": {
                    "data": {
                      "items": {
                        "example": {
                          "deleted": true,
                          "created": "2000-01-23T04:56:07.000+00:00",
                          "buildTargets": [
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            },
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            }
                          ],
                          "name": "name",
                          "description": "description",
                          "id": "id",
                          "lastModified": "2000-01-23T04:56:07.000+00:00",
                          "enabled": true
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "description": {
                            "type": "string",
                            "nullable": true
                          },
                          "created": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "lastModified": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "buildTargets": {
                            "items": {
                              "example": {
                                "builderOperatingSystem": "builderOperatingSystem",
                                "name": "name",
                                "buildTargetId": "buildTargetId",
                                "enabled": true,
                                "platform": "platform"
                              },
                              "properties": {
                                "buildTargetId": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "platform": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "builderOperatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "example": {
                    "data": [
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      }
                    ]
                  },
                  "properties": {
                    "data": {
                      "items": {
                        "example": {
                          "deleted": true,
                          "created": "2000-01-23T04:56:07.000+00:00",
                          "buildTargets": [
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            },
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            }
                          ],
                          "name": "name",
                          "description": "description",
                          "id": "id",
                          "lastModified": "2000-01-23T04:56:07.000+00:00",
                          "enabled": true
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "description": {
                            "type": "string",
                            "nullable": true
                          },
                          "created": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "lastModified": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "buildTargets": {
                            "items": {
                              "example": {
                                "builderOperatingSystem": "builderOperatingSystem",
                                "name": "name",
                                "buildTargetId": "buildTargetId",
                                "enabled": true,
                                "platform": "platform"
                              },
                              "properties": {
                                "buildTargetId": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "platform": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "builderOperatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "example": {
                    "data": [
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      },
                      {
                        "deleted": true,
                        "created": "2000-01-23T04:56:07.000+00:00",
                        "buildTargets": [
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          },
                          {
                            "builderOperatingSystem": "builderOperatingSystem",
                            "name": "name",
                            "buildTargetId": "buildTargetId",
                            "enabled": true,
                            "platform": "platform"
                          }
                        ],
                        "name": "name",
                        "description": "description",
                        "id": "id",
                        "lastModified": "2000-01-23T04:56:07.000+00:00",
                        "enabled": true
                      }
                    ]
                  },
                  "properties": {
                    "data": {
                      "items": {
                        "example": {
                          "deleted": true,
                          "created": "2000-01-23T04:56:07.000+00:00",
                          "buildTargets": [
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            },
                            {
                              "builderOperatingSystem": "builderOperatingSystem",
                              "name": "name",
                              "buildTargetId": "buildTargetId",
                              "enabled": true,
                              "platform": "platform"
                            }
                          ],
                          "name": "name",
                          "description": "description",
                          "id": "id",
                          "lastModified": "2000-01-23T04:56:07.000+00:00",
                          "enabled": true
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          },
                          "description": {
                            "type": "string",
                            "nullable": true
                          },
                          "created": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "lastModified": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "type": "boolean"
                          },
                          "enabled": {
                            "type": "boolean"
                          },
                          "buildTargets": {
                            "items": {
                              "example": {
                                "builderOperatingSystem": "builderOperatingSystem",
                                "name": "name",
                                "buildTargetId": "buildTargetId",
                                "enabled": true,
                                "platform": "platform"
                              },
                              "properties": {
                                "buildTargetId": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "platform": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "builderOperatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-codegen-request-body-name": "options"
      },
      "x-swagger-router-controller": "buildtargetgroups"
    },
    "/orgs/{orgid}/buildtargets": {
      "get": {
        "summary": "List all build targets for an org",
        "description": "Gets all configured build targets for an org, regardless of whether they are enabled. Add \"?include=settings,credentials\"\nas a query parameter to include the build target settings and credentials with the response.\n",
        "operationId": "getBuildTargetsForOrg",
        "x-eov-operation-handler": "buildtargets",
        "tags": [
          "buildtargets"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "org:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Extra fields to include in the response",
            "in": "query",
            "name": "include",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          },
          {
            "description": "Number of records to return",
            "in": "query",
            "name": "limit",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Number of records to skip",
            "in": "query",
            "name": "offset",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Regex string to use to restrict the results via search",
            "in": "query",
            "name": "search",
            "schema": {
              "type": "string"
            },
            "allowReserved": true
          },
          {
            "description": "Sort by one or more comma-separated fields (minus sign '-' means descending order, e.g. 'name,-created')",
            "in": "query",
            "name": "sortby",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          },
          {
            "description": "Include last successful build",
            "in": "query",
            "name": "include_last_success",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "[\n  {\n    \"name\": \"Default WebGL\",\n    \"platform\": \"webgl\",\n    \"buildtargetid\": \"default-webgl\",\n    \"enabled\": true,\n    \"links\": {\n      \"self\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl\"\n      },\n      \"start_builds\": {\n        \"method\": \"post\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl/builds\"\n      },\n      \"list_builds\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl/builds\"\n      },\n      \"cancel_builds\": {\n        \"method\": \"delete\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl/builds\"\n      },\n      \"polling\": {\n        \"method\": \"post\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl/polling\"\n      }\n    }\n  },\n  {\n    \"name\": \"Default Linux desktop Universal\",\n    \"platform\": \"standalonelinuxuniversal\",\n    \"buildtargetid\": \"default-linux-desktop-universal\",\n    \"enabled\": true,\n    \"links\": {\n      \"self\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-linux-desktop-universal\"\n      },\n      \"start_builds\": {\n        \"method\": \"post\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-linux-desktop-universal/builds\"\n      },\n      \"list_builds\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-linux-desktop-universal/builds\"\n      },\n      \"cancel_builds\": {\n        \"method\": \"delete\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-linux-desktop-universal/builds\"\n      },\n      \"polling\": {\n        \"method\": \"post\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-linux-desktop-universal/polling\"\n      }\n    }\n  }\n]",
                "schema": {
                  "items": {
                    "example": {
                      "lastBuilt": {
                        "unityVersion": "unityVersion"
                      },
                      "settings": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "createdBy": "createdBy",
                      "credentials": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "name": "name",
                      "builds": [
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        }
                      ],
                      "buildTargetGroups": [
                        {
                          "name": "name",
                          "id": "id"
                        },
                        {
                          "name": "name",
                          "id": "id"
                        }
                      ],
                      "platform": "ios",
                      "enabled": true,
                      "buildtargetid": "buildtargetid"
                    },
                    "properties": {
                      "guid": {
                        "description": "globally unique id for the build target",
                        "type": "string"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "createdBy": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "type": "string",
                        "nullable": true
                      },
                      "enabled": {
                        "description": "whether this target can be built by the API",
                        "type": "boolean"
                      },
                      "settings": {
                        "example": {
                          "advanced": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "platform": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "autoBuildLatest": "inherit",
                          "unityVersion": "unityVersion",
                          "autoBuild": true,
                          "operatingSystemVersion": "operatingSystemVersion",
                          "ignorePlasticCheckedInLibrary": true,
                          "remoteCacheStrategy": "none",
                          "scm": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "executablename": "executablename",
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "fallbackPatchVersion": true,
                          "artifactCompressionLevel": "inherit",
                          "rubyVersion": "rubyVersion",
                          "buildTargetCopyCache": "buildTargetCopyCache",
                          "cacheCompressionLevel": "inherit",
                          "autoDetectUnityVersion": true,
                          "windowsGitBinary": "inherit",
                          "operatingSystemSelected": "mac",
                          "autoBuildCancellation": false,
                          "buildSchedule": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "autoBuildLatest": {
                            "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                            "enum": [
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "autoBuild": {
                            "description": "start builds automatically when your repo is updated",
                            "type": "boolean"
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "autoDetectUnityVersion": {
                            "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                            "type": "boolean"
                          },
                          "fallbackPatchVersion": {
                            "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                            "type": "boolean"
                          },
                          "executablename": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "scm": {
                            "example": {
                              "repo": "repo",
                              "isUnityCloudDrive": true,
                              "client": "client",
                              "type": "git",
                              "branch": "branch",
                              "subdirectory": "subdirectory"
                            },
                            "properties": {
                              "type": {
                                "enum": [
                                  "git",
                                  "svn",
                                  "p4",
                                  "oauth",
                                  "plastic"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "isUnityCloudDrive": {
                                "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                                "type": "boolean"
                              },
                              "repo": {
                                "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                                "type": "string",
                                "nullable": true
                              },
                              "branch": {
                                "type": "string",
                                "nullable": true
                              },
                              "subdirectory": {
                                "description": "subdirectory to build from",
                                "type": "string",
                                "nullable": true
                              },
                              "client": {
                                "description": "perforce only client workspace to build from",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "platform": {
                            "example": {
                              "bundleId": "bundleId",
                              "xcodeVersion": "xcodeVersion"
                            },
                            "properties": {
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "xcodeVersion": {
                                "description": "a supported xcode version (ex. 'xcode13_0_0')",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "buildSchedule": {
                            "description": "For Scheduling builds",
                            "example": {
                              "date": "2000-01-23T04:56:07.000+00:00",
                              "cronScheduleString": "cronScheduleString",
                              "cleanBuild": false,
                              "repeatCycle": "once",
                              "isEnabled": false,
                              "skipBuildIfSameCommit": true,
                              "cronScheduleTimezone": "cronScheduleTimezone"
                            },
                            "properties": {
                              "isEnabled": {
                                "default": false,
                                "type": "boolean"
                              },
                              "date": {
                                "format": "date-time",
                                "type": "string",
                                "nullable": true
                              },
                              "repeatCycle": {
                                "enum": [
                                  "none",
                                  "once",
                                  "daily",
                                  "weekly",
                                  "monthly",
                                  "yearly",
                                  "cron"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleString": {
                                "description": "cron schedule in string format (* * * * *)",
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleTimezone": {
                                "description": "cron schedule timezone (default UTC)",
                                "type": "string",
                                "nullable": true
                              },
                              "cleanBuild": {
                                "default": false,
                                "type": "boolean"
                              },
                              "skipBuildIfSameCommit": {
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "autoBuildCancellation": {
                            "type": "boolean"
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemSelected": {
                            "enum": [
                              "mac",
                              "windows"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "Choose the version of the operating system for building your project.",
                            "type": "string",
                            "nullable": true
                          },
                          "rubyVersion": {
                            "type": "string",
                            "nullable": true
                          },
                          "remoteCacheStrategy": {
                            "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                            "enum": [
                              "none",
                              "library",
                              "workspace",
                              "boostdisk",
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "windowsGitBinary": {
                            "description": "Specifies the Git binary that will be used for Windows builds",
                            "enum": [
                              "inherit",
                              "native",
                              "cygwin"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetCopyCache": {
                            "description": "Specifies the id of the build target that this target's cache was copied from",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "Specifies the Unity editor architecture to use for building the project.",
                            "type": "string",
                            "nullable": true
                          },
                          "cacheCompressionLevel": {
                            "description": "Specifies the compression level for caching workspace or Library.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "artifactCompressionLevel": {
                            "description": "Specifies the compression level for compressed final artifacts.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "advanced": {
                            "example": {
                              "unity": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "android": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "xcode": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "uwp": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              }
                            },
                            "properties": {
                              "xcode": {
                                "example": {
                                  "customFastlaneConfigPath": "customFastlaneConfigPath",
                                  "useArchiveAndExport": true,
                                  "uploadXCArchive": true,
                                  "shouldNotarize": true
                                },
                                "properties": {
                                  "useArchiveAndExport": {
                                    "type": "boolean"
                                  },
                                  "customFastlaneConfigPath": {
                                    "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "uploadXCArchive": {
                                    "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                    "type": "boolean"
                                  },
                                  "shouldNotarize": {
                                    "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "android": {
                                "example": {
                                  "buildAssetPacks": true,
                                  "androidSDKVersion": "androidSDKVersion",
                                  "buildAppBundle": true
                                },
                                "properties": {
                                  "buildAppBundle": {
                                    "type": "boolean"
                                  },
                                  "buildAssetPacks": {
                                    "type": "boolean"
                                  },
                                  "androidSDKVersion": {
                                    "description": "Android SDK Version",
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "unity": {
                                "example": {
                                  "postBuildScriptFailsBuild": true,
                                  "preExportMethod": "preExportMethod",
                                  "playerSettings": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "preBuildScriptFailsBuild": true,
                                  "runPlayModeTests": true,
                                  "disableAssemblyUpdater": true,
                                  "editorUserBuildSettings": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "runUnitTests": true,
                                  "runEditModeTests": true,
                                  "postBuildScript": "postBuildScript",
                                  "acceptApiUpdate": true,
                                  "enableLightBake": true,
                                  "postExportMethod": "postExportMethod",
                                  "assetBundles": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "failedUnitTestFailsBuild": true,
                                  "addressables": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "unitTestMethod": "unitTestMethod",
                                  "playerExporter": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "scriptingDefineSymbols": "scriptingDefineSymbols",
                                  "preBuildScript": "preBuildScript"
                                },
                                "properties": {
                                  "preExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScript": {
                                    "description": "Relative path to the script that should be run before the build process starts.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postBuildScript": {
                                    "description": "Relative path to the script that should be run after the build process finishes.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "postBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "scriptingDefineSymbols": {
                                    "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "playerExporter": {
                                    "example": {
                                      "buildOptions": [
                                        "buildOptions",
                                        "buildOptions"
                                      ],
                                      "sceneList": [
                                        "sceneList",
                                        "sceneList"
                                      ],
                                      "export": true
                                    },
                                    "properties": {
                                      "sceneList": {
                                        "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                        "items": {
                                          "description": "scene names",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "buildOptions": {
                                        "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "export": {
                                        "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "playerSettings": {
                                    "example": {
                                      "Android": {
                                        "useAPKExpansionFiles": true
                                      }
                                    },
                                    "properties": {
                                      "Android": {
                                        "example": {
                                          "useAPKExpansionFiles": true
                                        },
                                        "properties": {
                                          "useAPKExpansionFiles": {
                                            "description": "break up android apk into an installable apk and expansion files",
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "editorUserBuildSettings": {
                                    "example": {
                                      "androidBuildSystem": "internal",
                                      "standaloneBuildSubtarget": "Player"
                                    },
                                    "properties": {
                                      "androidBuildSystem": {
                                        "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                        "enum": [
                                          "internal",
                                          "gradle"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "standaloneBuildSubtarget": {
                                        "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                        "enum": [
                                          "Player",
                                          "Server"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "assetBundles": {
                                    "example": {
                                      "copyToStreamingAssets": true,
                                      "basePath": "basePath",
                                      "buildAssetBundleOptions": "buildAssetBundleOptions",
                                      "copyBundlePatterns": [
                                        "copyBundlePatterns",
                                        "copyBundlePatterns"
                                      ],
                                      "buildBundles": true
                                    },
                                    "properties": {
                                      "buildBundles": {
                                        "description": "enable asset bundle builds for this target",
                                        "type": "boolean"
                                      },
                                      "basePath": {
                                        "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "buildAssetBundleOptions": {
                                        "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "copyToStreamingAssets": {
                                        "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                        "type": "boolean"
                                      },
                                      "copyBundlePatterns": {
                                        "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "addressables": {
                                    "example": {
                                      "profileName": "profileName",
                                      "failedAddressablesFailsBuild": true,
                                      "buildLayoutReportFileFormat": "JSON",
                                      "contentUpdate": true,
                                      "buildAddressables": true,
                                      "generateBuildLayout": true,
                                      "contentUpdateSettings": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      }
                                    },
                                    "properties": {
                                      "buildAddressables": {
                                        "description": "enable addressable builds for this target",
                                        "type": "boolean"
                                      },
                                      "contentUpdate": {
                                        "description": "Update a previously built player with new Addressable Content.",
                                        "type": "boolean"
                                      },
                                      "profileName": {
                                        "description": "which addressables profile should be used for the build",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "failedAddressablesFailsBuild": {
                                        "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                        "type": "boolean"
                                      },
                                      "contentUpdateSettings": {
                                        "example": {
                                          "linkedTargetId": "linkedTargetId",
                                          "contentStatePath": "contentStatePath"
                                        },
                                        "properties": {
                                          "contentStatePath": {
                                            "description": "The path to a Content State .bin file relative to the project root",
                                            "type": "string",
                                            "nullable": true
                                          },
                                          "linkedTargetId": {
                                            "description": "The Id of the build target to obtain a Content State .bin file from",
                                            "type": "string",
                                            "nullable": true
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "generateBuildLayout": {
                                        "description": "Whether to generate the bundle build layout report.",
                                        "type": "boolean"
                                      },
                                      "buildLayoutReportFileFormat": {
                                        "description": "The format of the bundle build layout report.",
                                        "enum": [
                                          "JSON",
                                          "TXT"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "runUnitTests": {
                                    "description": "Run any unit tests your project has when a build happens.",
                                    "type": "boolean"
                                  },
                                  "runEditModeTests": {
                                    "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "runPlayModeTests": {
                                    "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "failedUnitTestFailsBuild": {
                                    "description": "Mark builds as failed if the unit tests do not pass.",
                                    "type": "boolean"
                                  },
                                  "unitTestMethod": {
                                    "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "disableAssemblyUpdater": {
                                    "description": "Disable assembly updater when running Unity",
                                    "type": "boolean"
                                  },
                                  "acceptApiUpdate": {
                                    "description": "Accept API changes when running Unity",
                                    "type": "boolean"
                                  },
                                  "enableLightBake": {
                                    "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "webGL": {
                                "example": {
                                  "beautifulCorner": true,
                                  "beautifulCornerContent": false
                                },
                                "properties": {
                                  "beautifulCorner": {
                                    "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  },
                                  "beautifulCornerContent": {
                                    "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "uwp": {
                                "example": {
                                  "capabilities": [
                                    "EnterpriseAuthentication",
                                    "EnterpriseAuthentication"
                                  ],
                                  "wsaArchitecture": "x64",
                                  "windowsSDKVersion": "10.0.17134.0",
                                  "buildType": "ExecutableOnly",
                                  "msbuildConfiguration": "Debug",
                                  "publishVisualStudioSolution": true,
                                  "visualStudioVersion": "2019",
                                  "targetFamily": [
                                    "Universal",
                                    "Universal"
                                  ],
                                  "platforms": [
                                    "x64",
                                    "x64"
                                  ]
                                },
                                "properties": {
                                  "windowsSDKVersion": {
                                    "description": "Sets Windows SDK Version to use when building UWP",
                                    "enum": [
                                      "10.0.17134.0",
                                      "10.0.17763.0",
                                      "10.0.18362.0",
                                      "10.0.19041.0",
                                      "10.0.20348.0",
                                      "10.0.22621.0",
                                      "10.0.22000.0"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "visualStudioVersion": {
                                    "description": "Sets the Visual Studio Version to use when building UWP",
                                    "enum": [
                                      "2019",
                                      "2022"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "wsaArchitecture": {
                                    "description": "Sets target architecture for Exectuable Only builds",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "capabilities": {
                                    "description": "Sets the capabilities of the build UWP application",
                                    "items": {
                                      "description": "UWP Capabilities",
                                      "enum": [
                                        "EnterpriseAuthentication",
                                        "InternetClient",
                                        "InternetClientServer",
                                        "MusicLibrary",
                                        "PicturesLibrary",
                                        "PrivateNetworkClientServer",
                                        "SharedUserCertificates",
                                        "VideosLibrary",
                                        "WebCam",
                                        "RemovableStorage",
                                        "Proximity",
                                        "Microphone",
                                        "Location",
                                        "HumanInterfaceDevice",
                                        "AllJoyn",
                                        "BlockedChatMessages",
                                        "Chat",
                                        "CodeGeneration",
                                        "Objects3D",
                                        "PhoneCall",
                                        "UserAccountInformation",
                                        "VoipCall",
                                        "Bluetooth",
                                        "SpatialPerception",
                                        "InputInjectionBrokered",
                                        "Appointments",
                                        "BackgroundMediaPlayback",
                                        "Contacts",
                                        "LowLevelDevices",
                                        "OfflineMapsManagement",
                                        "PhoneCallHistoryPublic",
                                        "PointOfService",
                                        "RecordedCallsFolder",
                                        "RemoteSystem",
                                        "SystemManagement",
                                        "UserDataTasks",
                                        "UserNotificationListener",
                                        "GazeInput"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "targetFamily": {
                                    "description": "Sets the target device family for the build",
                                    "items": {
                                      "description": "The target device family",
                                      "enum": [
                                        "Universal",
                                        "Desktop",
                                        "Mobile",
                                        "Xbox",
                                        "Holographic",
                                        "IoT",
                                        "IoTHeadless"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildType": {
                                    "description": "Sets the build type for UWP. Executable",
                                    "enum": [
                                      "ExecutableOnly",
                                      "D3D",
                                      "XAML"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "msbuildConfiguration": {
                                    "description": "Sets the ms build configuration for UWP",
                                    "enum": [
                                      "Debug",
                                      "Release",
                                      "Master",
                                      "MasterWithLTCG"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "platforms": {
                                    "description": "Sets the target platforms for the AppXBundle",
                                    "items": {
                                      "description": "Target Platform",
                                      "enum": [
                                        "x64",
                                        "x86",
                                        "ARM",
                                        "ARM64"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "publishVisualStudioSolution": {
                                    "description": "Enable publishing of the visual studio .sln file",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "ignorePlasticCheckedInLibrary": {
                            "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildTargetGroups": {
                        "items": {
                          "example": {
                            "name": "name",
                            "id": "id"
                          },
                          "properties": {
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "name": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "lastBuilt": {
                        "example": {
                          "unityVersion": "unityVersion"
                        },
                        "properties": {
                          "unityVersion": {
                            "description": "Last Unity version built by this target. Setting this has no effect.",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "credentials": {
                        "example": {
                          "signing": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          }
                        },
                        "properties": {
                          "signing": {
                            "example": {
                              "credentialResourceRef": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "credentialid": "credentialid"
                            },
                            "properties": {
                              "credentialid": {
                                "type": "string",
                                "nullable": true
                              },
                              "credentialResourceRef": {
                                "example": {
                                  "created": "created",
                                  "certificate": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "credentialid": "credentialid",
                                  "provisioningProfile": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "keystore": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "label": "label",
                                  "lastMod": "lastMod",
                                  "platform": "ios"
                                },
                                "properties": {
                                  "platform": {
                                    "enum": [
                                      "ios",
                                      "android",
                                      "webplayer",
                                      "webgl",
                                      "standaloneosxintel",
                                      "standaloneosxintel64",
                                      "standaloneosxuniversal",
                                      "standaloneosx",
                                      "standalonewindows",
                                      "standalonewindows64",
                                      "standalonelinux",
                                      "standalonelinux64",
                                      "standalonelinuxuniversal",
                                      "wsaplayer",
                                      "gamecorescarlett",
                                      "ps5",
                                      "switch"
                                    ],
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "credentialid": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "created": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "lastMod": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "certificate": {
                                    "example": {
                                      "certName": "certName",
                                      "teamId": "teamId",
                                      "uploaded": "uploaded",
                                      "isDistribution": true,
                                      "expiration": "expiration",
                                      "issuer": "issuer"
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "certName": {
                                        "description": "certificate name (from the certificate)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isDistribution": {
                                        "description": "if this is a distribution certificate",
                                        "type": "boolean"
                                      },
                                      "issuer": {
                                        "description": "issuer of the certificate",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "provisioningProfile": {
                                    "example": {
                                      "numDevices": 1.4658129805029452,
                                      "teamId": "teamId",
                                      "bundleId": "bundleId",
                                      "uploaded": "uploaded",
                                      "expiration": "expiration",
                                      "type": "developer",
                                      "uuid": "uuid",
                                      "isEnterpriseProfile": true
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "bundleId": {
                                        "description": "a unique identifier (com.example.name)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uuid": {
                                        "description": "generated UUID of the profile",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isEnterpriseProfile": {
                                        "description": "is this compiled for Apple's enterprise program",
                                        "type": "boolean"
                                      },
                                      "type": {
                                        "enum": [
                                          "developer",
                                          "adhoc",
                                          "appstore"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "numDevices": {
                                        "description": "number of devices provisioned for this certificate",
                                        "type": "number"
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "keystore": {
                                    "example": {
                                      "debug": true,
                                      "alias": "alias",
                                      "expiration": "expiration"
                                    },
                                    "properties": {
                                      "alias": {
                                        "description": "friendly name for keystore",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "debug": {
                                        "description": "whether this is a debug or production keystore",
                                        "type": "boolean"
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "builds": {
                        "items": {
                          "description": "buildattempt",
                          "example": {
                            "checkoutTimeInSeconds": 7.061401241503109,
                            "auditChanges": 1.4894159098541704,
                            "operatingSystem": "operatingSystem",
                            "buildGUID": "buildGUID",
                            "changeset": [
                              "{}",
                              "{}"
                            ],
                            "buildReport": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "unityVersion": "unityVersion",
                            "lastBuiltRevision": "lastBuiltRevision",
                            "failureDetails": [
                              {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              {
                                "stage": "build",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 126,
                                "stageMatch": false
                              }
                            ],
                            "orgFk": "orgFk",
                            "links": {
                              "key": {
                                "method": "method",
                                "meta": "{}",
                                "href": "href"
                              }
                            },
                            "cooldownDate": "cooldownDate",
                            "created": "created",
                            "causedBy": "causedBy",
                            "playModeTestTimeInSeconds": 1.0246457001441578,
                            "workspaceSize": 2.3021358869347655,
                            "finished": "finished",
                            "billableTimeInSeconds": 4.145608029883936,
                            "credentialsOutdated": true,
                            "editorIcon": "editorIcon",
                            "publishTimeInSeconds": 3.616076749251911,
                            "queuedReason": "targetConcurrency",
                            "projectGuid": "projectGuid",
                            "buildTargetGroups": [
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              }
                            ],
                            "projectName": "projectName",
                            "publishStartTime": "publishStartTime",
                            "projectId": "projectId",
                            "projectVersion": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "cleanBuild": true,
                            "formattedPlatformName": "formattedPlatformName",
                            "totalTimeInSeconds": 2.027123023002322,
                            "canceledBy": "api",
                            "error": "error",
                            "filetoken": "filetoken",
                            "platform": "ios",
                            "checkoutStartTime": "checkoutStartTime",
                            "deletedBy": "deletedBy",
                            "orgId": "orgId",
                            "buildStatus": "created",
                            "unitTestTimeInSeconds": 7.386281948385884,
                            "androidSdkVersion": "androidSdkVersion",
                            "operatingSystemVersion": "operatingSystemVersion",
                            "editModeTestTimeInSeconds": 1.2315135367772556,
                            "buildStartTime": "buildStartTime",
                            "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                            "causedByUser": "causedByUser",
                            "buildTimeInSeconds": 9.301444243932576,
                            "machineType": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "buildtargetid": "buildtargetid",
                            "favorited": true,
                            "architecture": "architecture",
                            "buildProfilePath": "buildProfilePath",
                            "requestedRevision": "requestedRevision",
                            "label": "label",
                            "headless": true,
                            "scmBranch": "scmBranch",
                            "deleted": true,
                            "build": 5.962133916683182,
                            "buildTargetName": "buildTargetName",
                            "xcodeVersion": "xcodeVersion",
                            "machineTypeLabel": "machineTypeLabel"
                          },
                          "properties": {
                            "build": {
                              "type": "number"
                            },
                            "buildtargetid": {
                              "description": "unique id auto-generated from the build target name",
                              "anyOf": [
                                {
                                  "type": "string",
                                  "nullable": true
                                },
                                {
                                  "type": "string",
                                  "format": "object-id"
                                }
                              ]
                            },
                            "buildTargetName": {
                              "type": "string",
                              "nullable": true
                            },
                            "buildGUID": {
                              "description": "unique GUID identifying this build",
                              "type": "string",
                              "nullable": true
                            },
                            "buildStatus": {
                              "enum": [
                                "created",
                                "queued",
                                "sentToBuilder",
                                "started",
                                "restarted",
                                "success",
                                "failure",
                                "canceled",
                                "unknown",
                                "processing"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "description": "if the build was built without using data cached from previous builds",
                              "type": "boolean"
                            },
                            "failureDetails": {
                              "description": "list of failure details for this build attempt, when available",
                              "items": {
                                "example": {
                                  "stage": "checkout",
                                  "failureType": "failureType",
                                  "label": "label",
                                  "publicMessage": "publicMessage",
                                  "link": "link",
                                  "displayName": "displayName",
                                  "logline": 42,
                                  "stageMatch": true
                                },
                                "properties": {
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "publicMessage": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "link": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "stage": {
                                    "type": "string",
                                    "description": "Build stage where the failure occurred"
                                  },
                                  "failureType": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "logline": {
                                    "type": "number",
                                    "nullable": true,
                                    "description": "The line number in the build log where the failure occurred"
                                  },
                                  "stageMatch": {
                                    "type": "boolean",
                                    "nullable": true,
                                    "description": "Whether the failure stage matched the expected stage"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "canceledBy": {
                              "enum": [
                                "api",
                                "service",
                                "service-timelimit",
                                "concurrency-timelimit",
                                "restart-limit",
                                "evaluation-timelimit",
                                "jenkins-timelimit",
                                "service-badconfiguration",
                                "billing-invalidsubscription"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "causedBy": {
                              "description": "What triggered the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "causedByUser": {
                              "description": "Name of the user who caused the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "buildProfilePath": {
                              "type": "string",
                              "nullable": true
                            },
                            "platform": {
                              "enum": [
                                "ios",
                                "android",
                                "webplayer",
                                "webgl",
                                "standaloneosxintel",
                                "standaloneosxintel64",
                                "standaloneosxuniversal",
                                "standaloneosx",
                                "standalonewindows",
                                "standalonewindows64",
                                "standalonelinux",
                                "standalonelinux64",
                                "standalonelinuxuniversal",
                                "wsaplayer",
                                "gamecorescarlett",
                                "ps5",
                                "switch"
                              ],
                              "type": "string"
                            },
                            "formattedPlatformName": {
                              "type": "string",
                              "nullable": true
                            },
                            "editorIcon": {
                              "type": "string",
                              "nullable": true
                            },
                            "workspaceSize": {
                              "description": "size of workspace in bytes",
                              "type": "number"
                            },
                            "created": {
                              "description": "when the build was created",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "finished": {
                              "description": "when the build completely finished",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutStartTime": {
                              "description": "when the build starting checking out code",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutTimeInSeconds": {
                              "description": "amount of time spent checking out code",
                              "type": "number"
                            },
                            "buildStartTime": {
                              "description": "when the build started compiling",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "buildTimeInSeconds": {
                              "description": "amount of time spend compiling",
                              "type": "number"
                            },
                            "buildTimeoutMinutes": {
                              "description": "total allowed build time before the build attempt times out",
                              "type": "number"
                            },
                            "publishStartTime": {
                              "description": "when the build started saving build artifacts",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "publishTimeInSeconds": {
                              "description": "amount of time spent saving build artifacts",
                              "type": "number"
                            },
                            "totalTimeInSeconds": {
                              "description": "total time for the build",
                              "type": "number"
                            },
                            "billableTimeInSeconds": {
                              "description": "total billable time for the build",
                              "type": "number"
                            },
                            "unitTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "editModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "playModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "lastBuiltRevision": {
                              "description": "source control commit id for the build",
                              "type": "string",
                              "nullable": true
                            },
                            "changeset": {
                              "description": "a list of source control changes between this and the last build",
                              "type": "array"
                            },
                            "favorited": {
                              "description": "if the build is marked as do not delete or not",
                              "type": "boolean"
                            },
                            "label": {
                              "description": "description given when a build is favorited",
                              "type": "string",
                              "nullable": true
                            },
                            "deleted": {
                              "description": "if the build is deleted or not",
                              "type": "boolean"
                            },
                            "headless": {
                              "description": "if the build was built to run in linux headless mode",
                              "type": "boolean"
                            },
                            "credentialsOutdated": {
                              "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                              "type": "boolean"
                            },
                            "groupBuildId": {
                              "description": "the unique ID used to launch a group of attempts",
                              "format": "uuid",
                              "type": "string",
                              "nullable": true
                            },
                            "buildTargetGroups": {
                              "description": "list of build target groups this build attempt is a part of",
                              "items": {
                                "example": {
                                  "deleted": true,
                                  "name": "name",
                                  "id": "id",
                                  "enabled": true
                                },
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "id": {
                                    "type": "string",
                                    "format": "object-id",
                                    "nullable": true
                                  },
                                  "deleted": {
                                    "type": "boolean"
                                  },
                                  "enabled": {
                                    "type": "boolean"
                                  }
                                },
                                "required": [
                                  "deleted",
                                  "enabled",
                                  "id",
                                  "name"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "machineType": {
                              "description": "the type of machine used to build this build",
                              "example": {
                                "name": "name",
                                "label": "label",
                                "operatingSystem": "operatingSystem",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "operatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "required": [
                                "enabled",
                                "label",
                                "name",
                                "operatingSystem"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "deletedBy": {
                              "description": "email address of the user who deleted this attempt",
                              "type": "string",
                              "nullable": true
                            },
                            "queuedReason": {
                              "description": "reason the build is currently waiting",
                              "enum": [
                                "targetConcurrency",
                                "cooldown",
                                "buildConcurrency",
                                "concurrency",
                                "waitingForBuildAgent",
                                "evaluating",
                                "sentToBuilder",
                                "notPending"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cooldownDate": {
                              "description": "time until this build will be reconsidered for building",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "scmBranch": {
                              "description": "scm branch to be built",
                              "type": "string",
                              "nullable": true
                            },
                            "unityVersion": {
                              "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                              "type": "string",
                              "nullable": true
                            },
                            "architecture": {
                              "description": "The Unity editor architecture used for building",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystemVersion": {
                              "description": "a supported operating system version (ex. 'monterey')",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystem": {
                              "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            },
                            "androidSdkVersion": {
                              "description": "a supported android sdk version (ex. 'android_sdk_34')",
                              "type": "string",
                              "nullable": true
                            },
                            "auditChanges": {
                              "type": "number"
                            },
                            "projectVersion": {
                              "example": {
                                "filename": "filename",
                                "size": 6.84685269835264,
                                "created": "created",
                                "udids": [
                                  "udids",
                                  "udids"
                                ],
                                "name": "name",
                                "bundleId": "bundleId",
                                "projectName": "projectName",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "name": {
                                  "description": "automatically generated name for the build",
                                  "type": "string",
                                  "nullable": true
                                },
                                "filename": {
                                  "description": "filename for the primary artifact",
                                  "type": "string",
                                  "nullable": true
                                },
                                "projectName": {
                                  "description": "name of the project",
                                  "type": "string",
                                  "nullable": true
                                },
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "size": {
                                  "description": "size of the the primary build artifact in bytes",
                                  "type": "number"
                                },
                                "created": {
                                  "description": "creation date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "description": "last modified date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "bundleId": {
                                  "description": "a unique identifier (com.example.name)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "udids": {
                                  "description": "iPhone unique identifiers that are able to install this build",
                                  "items": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object",
                              "nullable": true,
                              "additionalProperties": false
                            },
                            "projectName": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectId": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectGuid": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgId": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgFk": {
                              "type": "string",
                              "nullable": true
                            },
                            "filetoken": {
                              "type": "string",
                              "nullable": true
                            },
                            "links": {
                              "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                              "properties": {
                                "artifacts": {
                                  "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                  "type": "array"
                                }
                              },
                              "additionalProperties": {
                                "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                                "example": {
                                  "method": "method",
                                  "href": "href"
                                },
                                "properties": {
                                  "href": {
                                    "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "method": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "redirect": {
                                    "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "object"
                            },
                            "buildReport": {
                              "example": {
                                "warnings": 1,
                                "errors": 7
                              },
                              "properties": {
                                "errors": {
                                  "type": "integer"
                                },
                                "warnings": {
                                  "type": "integer"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "machineTypeLabel": {
                              "type": "string",
                              "nullable": true
                            },
                            "requestedRevision": {
                              "type": "string",
                              "nullable": true
                            },
                            "error": {
                              "type": "string",
                              "nullable": true
                            },
                            "signedUrls": {
                              "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                              "type": "object",
                              "additionalProperties": {
                                "type": "object",
                                "properties": {
                                  "ResumableUri": {
                                    "type": "string"
                                  },
                                  "SignedUrl": {
                                    "type": "string"
                                  }
                                },
                                "additionalProperties": false
                              },
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "items": {
                    "example": {
                      "lastBuilt": {
                        "unityVersion": "unityVersion"
                      },
                      "settings": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "createdBy": "createdBy",
                      "credentials": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "name": "name",
                      "builds": [
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        }
                      ],
                      "buildTargetGroups": [
                        {
                          "name": "name",
                          "id": "id"
                        },
                        {
                          "name": "name",
                          "id": "id"
                        }
                      ],
                      "platform": "ios",
                      "enabled": true,
                      "buildtargetid": "buildtargetid"
                    },
                    "properties": {
                      "guid": {
                        "description": "globally unique id for the build target",
                        "type": "string"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "createdBy": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "type": "string",
                        "nullable": true
                      },
                      "enabled": {
                        "description": "whether this target can be built by the API",
                        "type": "boolean"
                      },
                      "settings": {
                        "example": {
                          "advanced": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "platform": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "autoBuildLatest": "inherit",
                          "unityVersion": "unityVersion",
                          "autoBuild": true,
                          "operatingSystemVersion": "operatingSystemVersion",
                          "ignorePlasticCheckedInLibrary": true,
                          "remoteCacheStrategy": "none",
                          "scm": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "executablename": "executablename",
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "fallbackPatchVersion": true,
                          "artifactCompressionLevel": "inherit",
                          "rubyVersion": "rubyVersion",
                          "buildTargetCopyCache": "buildTargetCopyCache",
                          "cacheCompressionLevel": "inherit",
                          "autoDetectUnityVersion": true,
                          "windowsGitBinary": "inherit",
                          "operatingSystemSelected": "mac",
                          "autoBuildCancellation": false,
                          "buildSchedule": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "autoBuildLatest": {
                            "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                            "enum": [
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "autoBuild": {
                            "description": "start builds automatically when your repo is updated",
                            "type": "boolean"
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "autoDetectUnityVersion": {
                            "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                            "type": "boolean"
                          },
                          "fallbackPatchVersion": {
                            "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                            "type": "boolean"
                          },
                          "executablename": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "scm": {
                            "example": {
                              "repo": "repo",
                              "isUnityCloudDrive": true,
                              "client": "client",
                              "type": "git",
                              "branch": "branch",
                              "subdirectory": "subdirectory"
                            },
                            "properties": {
                              "type": {
                                "enum": [
                                  "git",
                                  "svn",
                                  "p4",
                                  "oauth",
                                  "plastic"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "isUnityCloudDrive": {
                                "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                                "type": "boolean"
                              },
                              "repo": {
                                "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                                "type": "string",
                                "nullable": true
                              },
                              "branch": {
                                "type": "string",
                                "nullable": true
                              },
                              "subdirectory": {
                                "description": "subdirectory to build from",
                                "type": "string",
                                "nullable": true
                              },
                              "client": {
                                "description": "perforce only client workspace to build from",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "platform": {
                            "example": {
                              "bundleId": "bundleId",
                              "xcodeVersion": "xcodeVersion"
                            },
                            "properties": {
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "xcodeVersion": {
                                "description": "a supported xcode version (ex. 'xcode13_0_0')",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "buildSchedule": {
                            "description": "For Scheduling builds",
                            "example": {
                              "date": "2000-01-23T04:56:07.000+00:00",
                              "cronScheduleString": "cronScheduleString",
                              "cleanBuild": false,
                              "repeatCycle": "once",
                              "isEnabled": false,
                              "skipBuildIfSameCommit": true,
                              "cronScheduleTimezone": "cronScheduleTimezone"
                            },
                            "properties": {
                              "isEnabled": {
                                "default": false,
                                "type": "boolean"
                              },
                              "date": {
                                "format": "date-time",
                                "type": "string",
                                "nullable": true
                              },
                              "repeatCycle": {
                                "enum": [
                                  "none",
                                  "once",
                                  "daily",
                                  "weekly",
                                  "monthly",
                                  "yearly",
                                  "cron"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleString": {
                                "description": "cron schedule in string format (* * * * *)",
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleTimezone": {
                                "description": "cron schedule timezone (default UTC)",
                                "type": "string",
                                "nullable": true
                              },
                              "cleanBuild": {
                                "default": false,
                                "type": "boolean"
                              },
                              "skipBuildIfSameCommit": {
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "autoBuildCancellation": {
                            "type": "boolean"
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemSelected": {
                            "enum": [
                              "mac",
                              "windows"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "Choose the version of the operating system for building your project.",
                            "type": "string",
                            "nullable": true
                          },
                          "rubyVersion": {
                            "type": "string",
                            "nullable": true
                          },
                          "remoteCacheStrategy": {
                            "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                            "enum": [
                              "none",
                              "library",
                              "workspace",
                              "boostdisk",
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "windowsGitBinary": {
                            "description": "Specifies the Git binary that will be used for Windows builds",
                            "enum": [
                              "inherit",
                              "native",
                              "cygwin"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetCopyCache": {
                            "description": "Specifies the id of the build target that this target's cache was copied from",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "Specifies the Unity editor architecture to use for building the project.",
                            "type": "string",
                            "nullable": true
                          },
                          "cacheCompressionLevel": {
                            "description": "Specifies the compression level for caching workspace or Library.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "artifactCompressionLevel": {
                            "description": "Specifies the compression level for compressed final artifacts.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "advanced": {
                            "example": {
                              "unity": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "android": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "xcode": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "uwp": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              }
                            },
                            "properties": {
                              "xcode": {
                                "example": {
                                  "customFastlaneConfigPath": "customFastlaneConfigPath",
                                  "useArchiveAndExport": true,
                                  "uploadXCArchive": true,
                                  "shouldNotarize": true
                                },
                                "properties": {
                                  "useArchiveAndExport": {
                                    "type": "boolean"
                                  },
                                  "customFastlaneConfigPath": {
                                    "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "uploadXCArchive": {
                                    "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                    "type": "boolean"
                                  },
                                  "shouldNotarize": {
                                    "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "android": {
                                "example": {
                                  "buildAssetPacks": true,
                                  "androidSDKVersion": "androidSDKVersion",
                                  "buildAppBundle": true
                                },
                                "properties": {
                                  "buildAppBundle": {
                                    "type": "boolean"
                                  },
                                  "buildAssetPacks": {
                                    "type": "boolean"
                                  },
                                  "androidSDKVersion": {
                                    "description": "Android SDK Version",
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "unity": {
                                "example": {
                                  "postBuildScriptFailsBuild": true,
                                  "preExportMethod": "preExportMethod",
                                  "playerSettings": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "preBuildScriptFailsBuild": true,
                                  "runPlayModeTests": true,
                                  "disableAssemblyUpdater": true,
                                  "editorUserBuildSettings": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "runUnitTests": true,
                                  "runEditModeTests": true,
                                  "postBuildScript": "postBuildScript",
                                  "acceptApiUpdate": true,
                                  "enableLightBake": true,
                                  "postExportMethod": "postExportMethod",
                                  "assetBundles": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "failedUnitTestFailsBuild": true,
                                  "addressables": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "unitTestMethod": "unitTestMethod",
                                  "playerExporter": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "scriptingDefineSymbols": "scriptingDefineSymbols",
                                  "preBuildScript": "preBuildScript"
                                },
                                "properties": {
                                  "preExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScript": {
                                    "description": "Relative path to the script that should be run before the build process starts.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postBuildScript": {
                                    "description": "Relative path to the script that should be run after the build process finishes.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "postBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "scriptingDefineSymbols": {
                                    "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "playerExporter": {
                                    "example": {
                                      "buildOptions": [
                                        "buildOptions",
                                        "buildOptions"
                                      ],
                                      "sceneList": [
                                        "sceneList",
                                        "sceneList"
                                      ],
                                      "export": true
                                    },
                                    "properties": {
                                      "sceneList": {
                                        "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                        "items": {
                                          "description": "scene names",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "buildOptions": {
                                        "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "export": {
                                        "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "playerSettings": {
                                    "example": {
                                      "Android": {
                                        "useAPKExpansionFiles": true
                                      }
                                    },
                                    "properties": {
                                      "Android": {
                                        "example": {
                                          "useAPKExpansionFiles": true
                                        },
                                        "properties": {
                                          "useAPKExpansionFiles": {
                                            "description": "break up android apk into an installable apk and expansion files",
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "editorUserBuildSettings": {
                                    "example": {
                                      "androidBuildSystem": "internal",
                                      "standaloneBuildSubtarget": "Player"
                                    },
                                    "properties": {
                                      "androidBuildSystem": {
                                        "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                        "enum": [
                                          "internal",
                                          "gradle"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "standaloneBuildSubtarget": {
                                        "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                        "enum": [
                                          "Player",
                                          "Server"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "assetBundles": {
                                    "example": {
                                      "copyToStreamingAssets": true,
                                      "basePath": "basePath",
                                      "buildAssetBundleOptions": "buildAssetBundleOptions",
                                      "copyBundlePatterns": [
                                        "copyBundlePatterns",
                                        "copyBundlePatterns"
                                      ],
                                      "buildBundles": true
                                    },
                                    "properties": {
                                      "buildBundles": {
                                        "description": "enable asset bundle builds for this target",
                                        "type": "boolean"
                                      },
                                      "basePath": {
                                        "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "buildAssetBundleOptions": {
                                        "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "copyToStreamingAssets": {
                                        "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                        "type": "boolean"
                                      },
                                      "copyBundlePatterns": {
                                        "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "addressables": {
                                    "example": {
                                      "profileName": "profileName",
                                      "failedAddressablesFailsBuild": true,
                                      "buildLayoutReportFileFormat": "JSON",
                                      "contentUpdate": true,
                                      "buildAddressables": true,
                                      "generateBuildLayout": true,
                                      "contentUpdateSettings": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      }
                                    },
                                    "properties": {
                                      "buildAddressables": {
                                        "description": "enable addressable builds for this target",
                                        "type": "boolean"
                                      },
                                      "contentUpdate": {
                                        "description": "Update a previously built player with new Addressable Content.",
                                        "type": "boolean"
                                      },
                                      "profileName": {
                                        "description": "which addressables profile should be used for the build",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "failedAddressablesFailsBuild": {
                                        "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                        "type": "boolean"
                                      },
                                      "contentUpdateSettings": {
                                        "example": {
                                          "linkedTargetId": "linkedTargetId",
                                          "contentStatePath": "contentStatePath"
                                        },
                                        "properties": {
                                          "contentStatePath": {
                                            "description": "The path to a Content State .bin file relative to the project root",
                                            "type": "string",
                                            "nullable": true
                                          },
                                          "linkedTargetId": {
                                            "description": "The Id of the build target to obtain a Content State .bin file from",
                                            "type": "string",
                                            "nullable": true
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "generateBuildLayout": {
                                        "description": "Whether to generate the bundle build layout report.",
                                        "type": "boolean"
                                      },
                                      "buildLayoutReportFileFormat": {
                                        "description": "The format of the bundle build layout report.",
                                        "enum": [
                                          "JSON",
                                          "TXT"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "runUnitTests": {
                                    "description": "Run any unit tests your project has when a build happens.",
                                    "type": "boolean"
                                  },
                                  "runEditModeTests": {
                                    "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "runPlayModeTests": {
                                    "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "failedUnitTestFailsBuild": {
                                    "description": "Mark builds as failed if the unit tests do not pass.",
                                    "type": "boolean"
                                  },
                                  "unitTestMethod": {
                                    "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "disableAssemblyUpdater": {
                                    "description": "Disable assembly updater when running Unity",
                                    "type": "boolean"
                                  },
                                  "acceptApiUpdate": {
                                    "description": "Accept API changes when running Unity",
                                    "type": "boolean"
                                  },
                                  "enableLightBake": {
                                    "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "webGL": {
                                "example": {
                                  "beautifulCorner": true,
                                  "beautifulCornerContent": false
                                },
                                "properties": {
                                  "beautifulCorner": {
                                    "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  },
                                  "beautifulCornerContent": {
                                    "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "uwp": {
                                "example": {
                                  "capabilities": [
                                    "EnterpriseAuthentication",
                                    "EnterpriseAuthentication"
                                  ],
                                  "wsaArchitecture": "x64",
                                  "windowsSDKVersion": "10.0.17134.0",
                                  "buildType": "ExecutableOnly",
                                  "msbuildConfiguration": "Debug",
                                  "publishVisualStudioSolution": true,
                                  "visualStudioVersion": "2019",
                                  "targetFamily": [
                                    "Universal",
                                    "Universal"
                                  ],
                                  "platforms": [
                                    "x64",
                                    "x64"
                                  ]
                                },
                                "properties": {
                                  "windowsSDKVersion": {
                                    "description": "Sets Windows SDK Version to use when building UWP",
                                    "enum": [
                                      "10.0.17134.0",
                                      "10.0.17763.0",
                                      "10.0.18362.0",
                                      "10.0.19041.0",
                                      "10.0.20348.0",
                                      "10.0.22621.0",
                                      "10.0.22000.0"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "visualStudioVersion": {
                                    "description": "Sets the Visual Studio Version to use when building UWP",
                                    "enum": [
                                      "2019",
                                      "2022"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "wsaArchitecture": {
                                    "description": "Sets target architecture for Exectuable Only builds",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "capabilities": {
                                    "description": "Sets the capabilities of the build UWP application",
                                    "items": {
                                      "description": "UWP Capabilities",
                                      "enum": [
                                        "EnterpriseAuthentication",
                                        "InternetClient",
                                        "InternetClientServer",
                                        "MusicLibrary",
                                        "PicturesLibrary",
                                        "PrivateNetworkClientServer",
                                        "SharedUserCertificates",
                                        "VideosLibrary",
                                        "WebCam",
                                        "RemovableStorage",
                                        "Proximity",
                                        "Microphone",
                                        "Location",
                                        "HumanInterfaceDevice",
                                        "AllJoyn",
                                        "BlockedChatMessages",
                                        "Chat",
                                        "CodeGeneration",
                                        "Objects3D",
                                        "PhoneCall",
                                        "UserAccountInformation",
                                        "VoipCall",
                                        "Bluetooth",
                                        "SpatialPerception",
                                        "InputInjectionBrokered",
                                        "Appointments",
                                        "BackgroundMediaPlayback",
                                        "Contacts",
                                        "LowLevelDevices",
                                        "OfflineMapsManagement",
                                        "PhoneCallHistoryPublic",
                                        "PointOfService",
                                        "RecordedCallsFolder",
                                        "RemoteSystem",
                                        "SystemManagement",
                                        "UserDataTasks",
                                        "UserNotificationListener",
                                        "GazeInput"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "targetFamily": {
                                    "description": "Sets the target device family for the build",
                                    "items": {
                                      "description": "The target device family",
                                      "enum": [
                                        "Universal",
                                        "Desktop",
                                        "Mobile",
                                        "Xbox",
                                        "Holographic",
                                        "IoT",
                                        "IoTHeadless"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildType": {
                                    "description": "Sets the build type for UWP. Executable",
                                    "enum": [
                                      "ExecutableOnly",
                                      "D3D",
                                      "XAML"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "msbuildConfiguration": {
                                    "description": "Sets the ms build configuration for UWP",
                                    "enum": [
                                      "Debug",
                                      "Release",
                                      "Master",
                                      "MasterWithLTCG"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "platforms": {
                                    "description": "Sets the target platforms for the AppXBundle",
                                    "items": {
                                      "description": "Target Platform",
                                      "enum": [
                                        "x64",
                                        "x86",
                                        "ARM",
                                        "ARM64"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "publishVisualStudioSolution": {
                                    "description": "Enable publishing of the visual studio .sln file",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "ignorePlasticCheckedInLibrary": {
                            "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildTargetGroups": {
                        "items": {
                          "example": {
                            "name": "name",
                            "id": "id"
                          },
                          "properties": {
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "name": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "lastBuilt": {
                        "example": {
                          "unityVersion": "unityVersion"
                        },
                        "properties": {
                          "unityVersion": {
                            "description": "Last Unity version built by this target. Setting this has no effect.",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "credentials": {
                        "example": {
                          "signing": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          }
                        },
                        "properties": {
                          "signing": {
                            "example": {
                              "credentialResourceRef": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "credentialid": "credentialid"
                            },
                            "properties": {
                              "credentialid": {
                                "type": "string",
                                "nullable": true
                              },
                              "credentialResourceRef": {
                                "example": {
                                  "created": "created",
                                  "certificate": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "credentialid": "credentialid",
                                  "provisioningProfile": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "keystore": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "label": "label",
                                  "lastMod": "lastMod",
                                  "platform": "ios"
                                },
                                "properties": {
                                  "platform": {
                                    "enum": [
                                      "ios",
                                      "android",
                                      "webplayer",
                                      "webgl",
                                      "standaloneosxintel",
                                      "standaloneosxintel64",
                                      "standaloneosxuniversal",
                                      "standaloneosx",
                                      "standalonewindows",
                                      "standalonewindows64",
                                      "standalonelinux",
                                      "standalonelinux64",
                                      "standalonelinuxuniversal",
                                      "wsaplayer",
                                      "gamecorescarlett",
                                      "ps5",
                                      "switch"
                                    ],
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "credentialid": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "created": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "lastMod": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "certificate": {
                                    "example": {
                                      "certName": "certName",
                                      "teamId": "teamId",
                                      "uploaded": "uploaded",
                                      "isDistribution": true,
                                      "expiration": "expiration",
                                      "issuer": "issuer"
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "certName": {
                                        "description": "certificate name (from the certificate)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isDistribution": {
                                        "description": "if this is a distribution certificate",
                                        "type": "boolean"
                                      },
                                      "issuer": {
                                        "description": "issuer of the certificate",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "provisioningProfile": {
                                    "example": {
                                      "numDevices": 1.4658129805029452,
                                      "teamId": "teamId",
                                      "bundleId": "bundleId",
                                      "uploaded": "uploaded",
                                      "expiration": "expiration",
                                      "type": "developer",
                                      "uuid": "uuid",
                                      "isEnterpriseProfile": true
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "bundleId": {
                                        "description": "a unique identifier (com.example.name)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uuid": {
                                        "description": "generated UUID of the profile",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isEnterpriseProfile": {
                                        "description": "is this compiled for Apple's enterprise program",
                                        "type": "boolean"
                                      },
                                      "type": {
                                        "enum": [
                                          "developer",
                                          "adhoc",
                                          "appstore"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "numDevices": {
                                        "description": "number of devices provisioned for this certificate",
                                        "type": "number"
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "keystore": {
                                    "example": {
                                      "debug": true,
                                      "alias": "alias",
                                      "expiration": "expiration"
                                    },
                                    "properties": {
                                      "alias": {
                                        "description": "friendly name for keystore",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "debug": {
                                        "description": "whether this is a debug or production keystore",
                                        "type": "boolean"
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "builds": {
                        "items": {
                          "description": "buildattempt",
                          "example": {
                            "checkoutTimeInSeconds": 7.061401241503109,
                            "auditChanges": 1.4894159098541704,
                            "operatingSystem": "operatingSystem",
                            "buildGUID": "buildGUID",
                            "changeset": [
                              "{}",
                              "{}"
                            ],
                            "buildReport": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "unityVersion": "unityVersion",
                            "lastBuiltRevision": "lastBuiltRevision",
                            "failureDetails": [
                              {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              {
                                "stage": "build",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 126,
                                "stageMatch": false
                              }
                            ],
                            "orgFk": "orgFk",
                            "links": {
                              "key": {
                                "method": "method",
                                "meta": "{}",
                                "href": "href"
                              }
                            },
                            "cooldownDate": "cooldownDate",
                            "created": "created",
                            "causedBy": "causedBy",
                            "playModeTestTimeInSeconds": 1.0246457001441578,
                            "workspaceSize": 2.3021358869347655,
                            "finished": "finished",
                            "billableTimeInSeconds": 4.145608029883936,
                            "credentialsOutdated": true,
                            "editorIcon": "editorIcon",
                            "publishTimeInSeconds": 3.616076749251911,
                            "queuedReason": "targetConcurrency",
                            "projectGuid": "projectGuid",
                            "buildTargetGroups": [
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              }
                            ],
                            "projectName": "projectName",
                            "publishStartTime": "publishStartTime",
                            "projectId": "projectId",
                            "projectVersion": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "cleanBuild": true,
                            "formattedPlatformName": "formattedPlatformName",
                            "totalTimeInSeconds": 2.027123023002322,
                            "canceledBy": "api",
                            "error": "error",
                            "filetoken": "filetoken",
                            "platform": "ios",
                            "checkoutStartTime": "checkoutStartTime",
                            "deletedBy": "deletedBy",
                            "orgId": "orgId",
                            "buildStatus": "created",
                            "unitTestTimeInSeconds": 7.386281948385884,
                            "androidSdkVersion": "androidSdkVersion",
                            "operatingSystemVersion": "operatingSystemVersion",
                            "editModeTestTimeInSeconds": 1.2315135367772556,
                            "buildStartTime": "buildStartTime",
                            "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                            "causedByUser": "causedByUser",
                            "buildTimeInSeconds": 9.301444243932576,
                            "machineType": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "buildtargetid": "buildtargetid",
                            "favorited": true,
                            "architecture": "architecture",
                            "buildProfilePath": "buildProfilePath",
                            "requestedRevision": "requestedRevision",
                            "label": "label",
                            "headless": true,
                            "scmBranch": "scmBranch",
                            "deleted": true,
                            "build": 5.962133916683182,
                            "buildTargetName": "buildTargetName",
                            "xcodeVersion": "xcodeVersion",
                            "machineTypeLabel": "machineTypeLabel"
                          },
                          "properties": {
                            "build": {
                              "type": "number"
                            },
                            "buildtargetid": {
                              "description": "unique id auto-generated from the build target name",
                              "anyOf": [
                                {
                                  "type": "string",
                                  "nullable": true
                                },
                                {
                                  "type": "string",
                                  "format": "object-id"
                                }
                              ]
                            },
                            "buildTargetName": {
                              "type": "string",
                              "nullable": true
                            },
                            "buildGUID": {
                              "description": "unique GUID identifying this build",
                              "type": "string",
                              "nullable": true
                            },
                            "buildStatus": {
                              "enum": [
                                "created",
                                "queued",
                                "sentToBuilder",
                                "started",
                                "restarted",
                                "success",
                                "failure",
                                "canceled",
                                "unknown",
                                "processing"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "description": "if the build was built without using data cached from previous builds",
                              "type": "boolean"
                            },
                            "failureDetails": {
                              "description": "list of failure details for this build attempt, when available",
                              "items": {
                                "example": {
                                  "stage": "checkout",
                                  "failureType": "failureType",
                                  "label": "label",
                                  "publicMessage": "publicMessage",
                                  "link": "link",
                                  "displayName": "displayName",
                                  "logline": 42,
                                  "stageMatch": true
                                },
                                "properties": {
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "publicMessage": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "link": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "stage": {
                                    "type": "string",
                                    "description": "Build stage where the failure occurred"
                                  },
                                  "failureType": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "logline": {
                                    "type": "number",
                                    "nullable": true,
                                    "description": "The line number in the build log where the failure occurred"
                                  },
                                  "stageMatch": {
                                    "type": "boolean",
                                    "nullable": true,
                                    "description": "Whether the failure stage matched the expected stage"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "canceledBy": {
                              "enum": [
                                "api",
                                "service",
                                "service-timelimit",
                                "concurrency-timelimit",
                                "restart-limit",
                                "evaluation-timelimit",
                                "jenkins-timelimit",
                                "service-badconfiguration",
                                "billing-invalidsubscription"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "causedBy": {
                              "description": "What triggered the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "causedByUser": {
                              "description": "Name of the user who caused the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "buildProfilePath": {
                              "type": "string",
                              "nullable": true
                            },
                            "platform": {
                              "enum": [
                                "ios",
                                "android",
                                "webplayer",
                                "webgl",
                                "standaloneosxintel",
                                "standaloneosxintel64",
                                "standaloneosxuniversal",
                                "standaloneosx",
                                "standalonewindows",
                                "standalonewindows64",
                                "standalonelinux",
                                "standalonelinux64",
                                "standalonelinuxuniversal",
                                "wsaplayer",
                                "gamecorescarlett",
                                "ps5",
                                "switch"
                              ],
                              "type": "string"
                            },
                            "formattedPlatformName": {
                              "type": "string",
                              "nullable": true
                            },
                            "editorIcon": {
                              "type": "string",
                              "nullable": true
                            },
                            "workspaceSize": {
                              "description": "size of workspace in bytes",
                              "type": "number"
                            },
                            "created": {
                              "description": "when the build was created",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "finished": {
                              "description": "when the build completely finished",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutStartTime": {
                              "description": "when the build starting checking out code",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutTimeInSeconds": {
                              "description": "amount of time spent checking out code",
                              "type": "number"
                            },
                            "buildStartTime": {
                              "description": "when the build started compiling",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "buildTimeInSeconds": {
                              "description": "amount of time spend compiling",
                              "type": "number"
                            },
                            "buildTimeoutMinutes": {
                              "description": "total allowed build time before the build attempt times out",
                              "type": "number"
                            },
                            "publishStartTime": {
                              "description": "when the build started saving build artifacts",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "publishTimeInSeconds": {
                              "description": "amount of time spent saving build artifacts",
                              "type": "number"
                            },
                            "totalTimeInSeconds": {
                              "description": "total time for the build",
                              "type": "number"
                            },
                            "billableTimeInSeconds": {
                              "description": "total billable time for the build",
                              "type": "number"
                            },
                            "unitTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "editModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "playModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "lastBuiltRevision": {
                              "description": "source control commit id for the build",
                              "type": "string",
                              "nullable": true
                            },
                            "changeset": {
                              "description": "a list of source control changes between this and the last build",
                              "type": "array"
                            },
                            "favorited": {
                              "description": "if the build is marked as do not delete or not",
                              "type": "boolean"
                            },
                            "label": {
                              "description": "description given when a build is favorited",
                              "type": "string",
                              "nullable": true
                            },
                            "deleted": {
                              "description": "if the build is deleted or not",
                              "type": "boolean"
                            },
                            "headless": {
                              "description": "if the build was built to run in linux headless mode",
                              "type": "boolean"
                            },
                            "credentialsOutdated": {
                              "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                              "type": "boolean"
                            },
                            "groupBuildId": {
                              "description": "the unique ID used to launch a group of attempts",
                              "format": "uuid",
                              "type": "string",
                              "nullable": true
                            },
                            "buildTargetGroups": {
                              "description": "list of build target groups this build attempt is a part of",
                              "items": {
                                "example": {
                                  "deleted": true,
                                  "name": "name",
                                  "id": "id",
                                  "enabled": true
                                },
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "id": {
                                    "type": "string",
                                    "format": "object-id",
                                    "nullable": true
                                  },
                                  "deleted": {
                                    "type": "boolean"
                                  },
                                  "enabled": {
                                    "type": "boolean"
                                  }
                                },
                                "required": [
                                  "deleted",
                                  "enabled",
                                  "id",
                                  "name"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "machineType": {
                              "description": "the type of machine used to build this build",
                              "example": {
                                "name": "name",
                                "label": "label",
                                "operatingSystem": "operatingSystem",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "operatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "required": [
                                "enabled",
                                "label",
                                "name",
                                "operatingSystem"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "deletedBy": {
                              "description": "email address of the user who deleted this attempt",
                              "type": "string",
                              "nullable": true
                            },
                            "queuedReason": {
                              "description": "reason the build is currently waiting",
                              "enum": [
                                "targetConcurrency",
                                "cooldown",
                                "buildConcurrency",
                                "concurrency",
                                "waitingForBuildAgent",
                                "evaluating",
                                "sentToBuilder",
                                "notPending"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cooldownDate": {
                              "description": "time until this build will be reconsidered for building",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "scmBranch": {
                              "description": "scm branch to be built",
                              "type": "string",
                              "nullable": true
                            },
                            "unityVersion": {
                              "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                              "type": "string",
                              "nullable": true
                            },
                            "architecture": {
                              "description": "The Unity editor architecture used for building",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystemVersion": {
                              "description": "a supported operating system version (ex. 'monterey')",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystem": {
                              "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            },
                            "androidSdkVersion": {
                              "description": "a supported android sdk version (ex. 'android_sdk_34')",
                              "type": "string",
                              "nullable": true
                            },
                            "auditChanges": {
                              "type": "number"
                            },
                            "projectVersion": {
                              "example": {
                                "filename": "filename",
                                "size": 6.84685269835264,
                                "created": "created",
                                "udids": [
                                  "udids",
                                  "udids"
                                ],
                                "name": "name",
                                "bundleId": "bundleId",
                                "projectName": "projectName",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "name": {
                                  "description": "automatically generated name for the build",
                                  "type": "string",
                                  "nullable": true
                                },
                                "filename": {
                                  "description": "filename for the primary artifact",
                                  "type": "string",
                                  "nullable": true
                                },
                                "projectName": {
                                  "description": "name of the project",
                                  "type": "string",
                                  "nullable": true
                                },
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "size": {
                                  "description": "size of the the primary build artifact in bytes",
                                  "type": "number"
                                },
                                "created": {
                                  "description": "creation date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "description": "last modified date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "bundleId": {
                                  "description": "a unique identifier (com.example.name)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "udids": {
                                  "description": "iPhone unique identifiers that are able to install this build",
                                  "items": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object",
                              "nullable": true,
                              "additionalProperties": false
                            },
                            "projectName": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectId": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectGuid": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgId": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgFk": {
                              "type": "string",
                              "nullable": true
                            },
                            "filetoken": {
                              "type": "string",
                              "nullable": true
                            },
                            "links": {
                              "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                              "properties": {
                                "artifacts": {
                                  "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                  "type": "array"
                                }
                              },
                              "additionalProperties": {
                                "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                                "example": {
                                  "method": "method",
                                  "href": "href"
                                },
                                "properties": {
                                  "href": {
                                    "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "method": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "redirect": {
                                    "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "object"
                            },
                            "buildReport": {
                              "example": {
                                "warnings": 1,
                                "errors": 7
                              },
                              "properties": {
                                "errors": {
                                  "type": "integer"
                                },
                                "warnings": {
                                  "type": "integer"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "machineTypeLabel": {
                              "type": "string",
                              "nullable": true
                            },
                            "requestedRevision": {
                              "type": "string",
                              "nullable": true
                            },
                            "error": {
                              "type": "string",
                              "nullable": true
                            },
                            "signedUrls": {
                              "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                              "type": "object",
                              "additionalProperties": {
                                "type": "object",
                                "properties": {
                                  "ResumableUri": {
                                    "type": "string"
                                  },
                                  "SignedUrl": {
                                    "type": "string"
                                  }
                                },
                                "additionalProperties": false
                              },
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/plain": {
                "schema": {
                  "items": {
                    "example": {
                      "lastBuilt": {
                        "unityVersion": "unityVersion"
                      },
                      "settings": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "createdBy": "createdBy",
                      "credentials": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "name": "name",
                      "builds": [
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        }
                      ],
                      "buildTargetGroups": [
                        {
                          "name": "name",
                          "id": "id"
                        },
                        {
                          "name": "name",
                          "id": "id"
                        }
                      ],
                      "platform": "ios",
                      "enabled": true,
                      "buildtargetid": "buildtargetid"
                    },
                    "properties": {
                      "guid": {
                        "description": "globally unique id for the build target",
                        "type": "string"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "createdBy": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "type": "string",
                        "nullable": true
                      },
                      "enabled": {
                        "description": "whether this target can be built by the API",
                        "type": "boolean"
                      },
                      "settings": {
                        "example": {
                          "advanced": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "platform": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "autoBuildLatest": "inherit",
                          "unityVersion": "unityVersion",
                          "autoBuild": true,
                          "operatingSystemVersion": "operatingSystemVersion",
                          "ignorePlasticCheckedInLibrary": true,
                          "remoteCacheStrategy": "none",
                          "scm": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "executablename": "executablename",
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "fallbackPatchVersion": true,
                          "artifactCompressionLevel": "inherit",
                          "rubyVersion": "rubyVersion",
                          "buildTargetCopyCache": "buildTargetCopyCache",
                          "cacheCompressionLevel": "inherit",
                          "autoDetectUnityVersion": true,
                          "windowsGitBinary": "inherit",
                          "operatingSystemSelected": "mac",
                          "autoBuildCancellation": false,
                          "buildSchedule": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "autoBuildLatest": {
                            "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                            "enum": [
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "autoBuild": {
                            "description": "start builds automatically when your repo is updated",
                            "type": "boolean"
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "autoDetectUnityVersion": {
                            "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                            "type": "boolean"
                          },
                          "fallbackPatchVersion": {
                            "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                            "type": "boolean"
                          },
                          "executablename": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "scm": {
                            "example": {
                              "repo": "repo",
                              "isUnityCloudDrive": true,
                              "client": "client",
                              "type": "git",
                              "branch": "branch",
                              "subdirectory": "subdirectory"
                            },
                            "properties": {
                              "type": {
                                "enum": [
                                  "git",
                                  "svn",
                                  "p4",
                                  "oauth",
                                  "plastic"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "isUnityCloudDrive": {
                                "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                                "type": "boolean"
                              },
                              "repo": {
                                "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                                "type": "string",
                                "nullable": true
                              },
                              "branch": {
                                "type": "string",
                                "nullable": true
                              },
                              "subdirectory": {
                                "description": "subdirectory to build from",
                                "type": "string",
                                "nullable": true
                              },
                              "client": {
                                "description": "perforce only client workspace to build from",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "platform": {
                            "example": {
                              "bundleId": "bundleId",
                              "xcodeVersion": "xcodeVersion"
                            },
                            "properties": {
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "xcodeVersion": {
                                "description": "a supported xcode version (ex. 'xcode13_0_0')",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "buildSchedule": {
                            "description": "For Scheduling builds",
                            "example": {
                              "date": "2000-01-23T04:56:07.000+00:00",
                              "cronScheduleString": "cronScheduleString",
                              "cleanBuild": false,
                              "repeatCycle": "once",
                              "isEnabled": false,
                              "skipBuildIfSameCommit": true,
                              "cronScheduleTimezone": "cronScheduleTimezone"
                            },
                            "properties": {
                              "isEnabled": {
                                "default": false,
                                "type": "boolean"
                              },
                              "date": {
                                "format": "date-time",
                                "type": "string",
                                "nullable": true
                              },
                              "repeatCycle": {
                                "enum": [
                                  "none",
                                  "once",
                                  "daily",
                                  "weekly",
                                  "monthly",
                                  "yearly",
                                  "cron"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleString": {
                                "description": "cron schedule in string format (* * * * *)",
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleTimezone": {
                                "description": "cron schedule timezone (default UTC)",
                                "type": "string",
                                "nullable": true
                              },
                              "cleanBuild": {
                                "default": false,
                                "type": "boolean"
                              },
                              "skipBuildIfSameCommit": {
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "autoBuildCancellation": {
                            "type": "boolean"
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemSelected": {
                            "enum": [
                              "mac",
                              "windows"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "Choose the version of the operating system for building your project.",
                            "type": "string",
                            "nullable": true
                          },
                          "rubyVersion": {
                            "type": "string",
                            "nullable": true
                          },
                          "remoteCacheStrategy": {
                            "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                            "enum": [
                              "none",
                              "library",
                              "workspace",
                              "boostdisk",
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "windowsGitBinary": {
                            "description": "Specifies the Git binary that will be used for Windows builds",
                            "enum": [
                              "inherit",
                              "native",
                              "cygwin"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetCopyCache": {
                            "description": "Specifies the id of the build target that this target's cache was copied from",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "Specifies the Unity editor architecture to use for building the project.",
                            "type": "string",
                            "nullable": true
                          },
                          "cacheCompressionLevel": {
                            "description": "Specifies the compression level for caching workspace or Library.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "artifactCompressionLevel": {
                            "description": "Specifies the compression level for compressed final artifacts.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "advanced": {
                            "example": {
                              "unity": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "android": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "xcode": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "uwp": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              }
                            },
                            "properties": {
                              "xcode": {
                                "example": {
                                  "customFastlaneConfigPath": "customFastlaneConfigPath",
                                  "useArchiveAndExport": true,
                                  "uploadXCArchive": true,
                                  "shouldNotarize": true
                                },
                                "properties": {
                                  "useArchiveAndExport": {
                                    "type": "boolean"
                                  },
                                  "customFastlaneConfigPath": {
                                    "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "uploadXCArchive": {
                                    "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                    "type": "boolean"
                                  },
                                  "shouldNotarize": {
                                    "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "android": {
                                "example": {
                                  "buildAssetPacks": true,
                                  "androidSDKVersion": "androidSDKVersion",
                                  "buildAppBundle": true
                                },
                                "properties": {
                                  "buildAppBundle": {
                                    "type": "boolean"
                                  },
                                  "buildAssetPacks": {
                                    "type": "boolean"
                                  },
                                  "androidSDKVersion": {
                                    "description": "Android SDK Version",
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "unity": {
                                "example": {
                                  "postBuildScriptFailsBuild": true,
                                  "preExportMethod": "preExportMethod",
                                  "playerSettings": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "preBuildScriptFailsBuild": true,
                                  "runPlayModeTests": true,
                                  "disableAssemblyUpdater": true,
                                  "editorUserBuildSettings": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "runUnitTests": true,
                                  "runEditModeTests": true,
                                  "postBuildScript": "postBuildScript",
                                  "acceptApiUpdate": true,
                                  "enableLightBake": true,
                                  "postExportMethod": "postExportMethod",
                                  "assetBundles": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "failedUnitTestFailsBuild": true,
                                  "addressables": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "unitTestMethod": "unitTestMethod",
                                  "playerExporter": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "scriptingDefineSymbols": "scriptingDefineSymbols",
                                  "preBuildScript": "preBuildScript"
                                },
                                "properties": {
                                  "preExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScript": {
                                    "description": "Relative path to the script that should be run before the build process starts.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postBuildScript": {
                                    "description": "Relative path to the script that should be run after the build process finishes.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "postBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "scriptingDefineSymbols": {
                                    "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "playerExporter": {
                                    "example": {
                                      "buildOptions": [
                                        "buildOptions",
                                        "buildOptions"
                                      ],
                                      "sceneList": [
                                        "sceneList",
                                        "sceneList"
                                      ],
                                      "export": true
                                    },
                                    "properties": {
                                      "sceneList": {
                                        "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                        "items": {
                                          "description": "scene names",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "buildOptions": {
                                        "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "export": {
                                        "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "playerSettings": {
                                    "example": {
                                      "Android": {
                                        "useAPKExpansionFiles": true
                                      }
                                    },
                                    "properties": {
                                      "Android": {
                                        "example": {
                                          "useAPKExpansionFiles": true
                                        },
                                        "properties": {
                                          "useAPKExpansionFiles": {
                                            "description": "break up android apk into an installable apk and expansion files",
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "editorUserBuildSettings": {
                                    "example": {
                                      "androidBuildSystem": "internal",
                                      "standaloneBuildSubtarget": "Player"
                                    },
                                    "properties": {
                                      "androidBuildSystem": {
                                        "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                        "enum": [
                                          "internal",
                                          "gradle"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "standaloneBuildSubtarget": {
                                        "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                        "enum": [
                                          "Player",
                                          "Server"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "assetBundles": {
                                    "example": {
                                      "copyToStreamingAssets": true,
                                      "basePath": "basePath",
                                      "buildAssetBundleOptions": "buildAssetBundleOptions",
                                      "copyBundlePatterns": [
                                        "copyBundlePatterns",
                                        "copyBundlePatterns"
                                      ],
                                      "buildBundles": true
                                    },
                                    "properties": {
                                      "buildBundles": {
                                        "description": "enable asset bundle builds for this target",
                                        "type": "boolean"
                                      },
                                      "basePath": {
                                        "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "buildAssetBundleOptions": {
                                        "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "copyToStreamingAssets": {
                                        "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                        "type": "boolean"
                                      },
                                      "copyBundlePatterns": {
                                        "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "addressables": {
                                    "example": {
                                      "profileName": "profileName",
                                      "failedAddressablesFailsBuild": true,
                                      "buildLayoutReportFileFormat": "JSON",
                                      "contentUpdate": true,
                                      "buildAddressables": true,
                                      "generateBuildLayout": true,
                                      "contentUpdateSettings": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      }
                                    },
                                    "properties": {
                                      "buildAddressables": {
                                        "description": "enable addressable builds for this target",
                                        "type": "boolean"
                                      },
                                      "contentUpdate": {
                                        "description": "Update a previously built player with new Addressable Content.",
                                        "type": "boolean"
                                      },
                                      "profileName": {
                                        "description": "which addressables profile should be used for the build",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "failedAddressablesFailsBuild": {
                                        "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                        "type": "boolean"
                                      },
                                      "contentUpdateSettings": {
                                        "example": {
                                          "linkedTargetId": "linkedTargetId",
                                          "contentStatePath": "contentStatePath"
                                        },
                                        "properties": {
                                          "contentStatePath": {
                                            "description": "The path to a Content State .bin file relative to the project root",
                                            "type": "string",
                                            "nullable": true
                                          },
                                          "linkedTargetId": {
                                            "description": "The Id of the build target to obtain a Content State .bin file from",
                                            "type": "string",
                                            "nullable": true
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "generateBuildLayout": {
                                        "description": "Whether to generate the bundle build layout report.",
                                        "type": "boolean"
                                      },
                                      "buildLayoutReportFileFormat": {
                                        "description": "The format of the bundle build layout report.",
                                        "enum": [
                                          "JSON",
                                          "TXT"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "runUnitTests": {
                                    "description": "Run any unit tests your project has when a build happens.",
                                    "type": "boolean"
                                  },
                                  "runEditModeTests": {
                                    "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "runPlayModeTests": {
                                    "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "failedUnitTestFailsBuild": {
                                    "description": "Mark builds as failed if the unit tests do not pass.",
                                    "type": "boolean"
                                  },
                                  "unitTestMethod": {
                                    "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "disableAssemblyUpdater": {
                                    "description": "Disable assembly updater when running Unity",
                                    "type": "boolean"
                                  },
                                  "acceptApiUpdate": {
                                    "description": "Accept API changes when running Unity",
                                    "type": "boolean"
                                  },
                                  "enableLightBake": {
                                    "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "webGL": {
                                "example": {
                                  "beautifulCorner": true,
                                  "beautifulCornerContent": false
                                },
                                "properties": {
                                  "beautifulCorner": {
                                    "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  },
                                  "beautifulCornerContent": {
                                    "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "uwp": {
                                "example": {
                                  "capabilities": [
                                    "EnterpriseAuthentication",
                                    "EnterpriseAuthentication"
                                  ],
                                  "wsaArchitecture": "x64",
                                  "windowsSDKVersion": "10.0.17134.0",
                                  "buildType": "ExecutableOnly",
                                  "msbuildConfiguration": "Debug",
                                  "publishVisualStudioSolution": true,
                                  "visualStudioVersion": "2019",
                                  "targetFamily": [
                                    "Universal",
                                    "Universal"
                                  ],
                                  "platforms": [
                                    "x64",
                                    "x64"
                                  ]
                                },
                                "properties": {
                                  "windowsSDKVersion": {
                                    "description": "Sets Windows SDK Version to use when building UWP",
                                    "enum": [
                                      "10.0.17134.0",
                                      "10.0.17763.0",
                                      "10.0.18362.0",
                                      "10.0.19041.0",
                                      "10.0.20348.0",
                                      "10.0.22621.0",
                                      "10.0.22000.0"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "visualStudioVersion": {
                                    "description": "Sets the Visual Studio Version to use when building UWP",
                                    "enum": [
                                      "2019",
                                      "2022"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "wsaArchitecture": {
                                    "description": "Sets target architecture for Exectuable Only builds",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "capabilities": {
                                    "description": "Sets the capabilities of the build UWP application",
                                    "items": {
                                      "description": "UWP Capabilities",
                                      "enum": [
                                        "EnterpriseAuthentication",
                                        "InternetClient",
                                        "InternetClientServer",
                                        "MusicLibrary",
                                        "PicturesLibrary",
                                        "PrivateNetworkClientServer",
                                        "SharedUserCertificates",
                                        "VideosLibrary",
                                        "WebCam",
                                        "RemovableStorage",
                                        "Proximity",
                                        "Microphone",
                                        "Location",
                                        "HumanInterfaceDevice",
                                        "AllJoyn",
                                        "BlockedChatMessages",
                                        "Chat",
                                        "CodeGeneration",
                                        "Objects3D",
                                        "PhoneCall",
                                        "UserAccountInformation",
                                        "VoipCall",
                                        "Bluetooth",
                                        "SpatialPerception",
                                        "InputInjectionBrokered",
                                        "Appointments",
                                        "BackgroundMediaPlayback",
                                        "Contacts",
                                        "LowLevelDevices",
                                        "OfflineMapsManagement",
                                        "PhoneCallHistoryPublic",
                                        "PointOfService",
                                        "RecordedCallsFolder",
                                        "RemoteSystem",
                                        "SystemManagement",
                                        "UserDataTasks",
                                        "UserNotificationListener",
                                        "GazeInput"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "targetFamily": {
                                    "description": "Sets the target device family for the build",
                                    "items": {
                                      "description": "The target device family",
                                      "enum": [
                                        "Universal",
                                        "Desktop",
                                        "Mobile",
                                        "Xbox",
                                        "Holographic",
                                        "IoT",
                                        "IoTHeadless"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildType": {
                                    "description": "Sets the build type for UWP. Executable",
                                    "enum": [
                                      "ExecutableOnly",
                                      "D3D",
                                      "XAML"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "msbuildConfiguration": {
                                    "description": "Sets the ms build configuration for UWP",
                                    "enum": [
                                      "Debug",
                                      "Release",
                                      "Master",
                                      "MasterWithLTCG"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "platforms": {
                                    "description": "Sets the target platforms for the AppXBundle",
                                    "items": {
                                      "description": "Target Platform",
                                      "enum": [
                                        "x64",
                                        "x86",
                                        "ARM",
                                        "ARM64"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "publishVisualStudioSolution": {
                                    "description": "Enable publishing of the visual studio .sln file",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "ignorePlasticCheckedInLibrary": {
                            "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildTargetGroups": {
                        "items": {
                          "example": {
                            "name": "name",
                            "id": "id"
                          },
                          "properties": {
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "name": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "lastBuilt": {
                        "example": {
                          "unityVersion": "unityVersion"
                        },
                        "properties": {
                          "unityVersion": {
                            "description": "Last Unity version built by this target. Setting this has no effect.",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "credentials": {
                        "example": {
                          "signing": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          }
                        },
                        "properties": {
                          "signing": {
                            "example": {
                              "credentialResourceRef": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "credentialid": "credentialid"
                            },
                            "properties": {
                              "credentialid": {
                                "type": "string",
                                "nullable": true
                              },
                              "credentialResourceRef": {
                                "example": {
                                  "created": "created",
                                  "certificate": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "credentialid": "credentialid",
                                  "provisioningProfile": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "keystore": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "label": "label",
                                  "lastMod": "lastMod",
                                  "platform": "ios"
                                },
                                "properties": {
                                  "platform": {
                                    "enum": [
                                      "ios",
                                      "android",
                                      "webplayer",
                                      "webgl",
                                      "standaloneosxintel",
                                      "standaloneosxintel64",
                                      "standaloneosxuniversal",
                                      "standaloneosx",
                                      "standalonewindows",
                                      "standalonewindows64",
                                      "standalonelinux",
                                      "standalonelinux64",
                                      "standalonelinuxuniversal",
                                      "wsaplayer",
                                      "gamecorescarlett",
                                      "ps5",
                                      "switch"
                                    ],
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "credentialid": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "created": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "lastMod": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "certificate": {
                                    "example": {
                                      "certName": "certName",
                                      "teamId": "teamId",
                                      "uploaded": "uploaded",
                                      "isDistribution": true,
                                      "expiration": "expiration",
                                      "issuer": "issuer"
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "certName": {
                                        "description": "certificate name (from the certificate)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isDistribution": {
                                        "description": "if this is a distribution certificate",
                                        "type": "boolean"
                                      },
                                      "issuer": {
                                        "description": "issuer of the certificate",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "provisioningProfile": {
                                    "example": {
                                      "numDevices": 1.4658129805029452,
                                      "teamId": "teamId",
                                      "bundleId": "bundleId",
                                      "uploaded": "uploaded",
                                      "expiration": "expiration",
                                      "type": "developer",
                                      "uuid": "uuid",
                                      "isEnterpriseProfile": true
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "bundleId": {
                                        "description": "a unique identifier (com.example.name)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uuid": {
                                        "description": "generated UUID of the profile",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isEnterpriseProfile": {
                                        "description": "is this compiled for Apple's enterprise program",
                                        "type": "boolean"
                                      },
                                      "type": {
                                        "enum": [
                                          "developer",
                                          "adhoc",
                                          "appstore"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "numDevices": {
                                        "description": "number of devices provisioned for this certificate",
                                        "type": "number"
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "keystore": {
                                    "example": {
                                      "debug": true,
                                      "alias": "alias",
                                      "expiration": "expiration"
                                    },
                                    "properties": {
                                      "alias": {
                                        "description": "friendly name for keystore",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "debug": {
                                        "description": "whether this is a debug or production keystore",
                                        "type": "boolean"
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "builds": {
                        "items": {
                          "description": "buildattempt",
                          "example": {
                            "checkoutTimeInSeconds": 7.061401241503109,
                            "auditChanges": 1.4894159098541704,
                            "operatingSystem": "operatingSystem",
                            "buildGUID": "buildGUID",
                            "changeset": [
                              "{}",
                              "{}"
                            ],
                            "buildReport": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "unityVersion": "unityVersion",
                            "lastBuiltRevision": "lastBuiltRevision",
                            "failureDetails": [
                              {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              {
                                "stage": "build",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 126,
                                "stageMatch": false
                              }
                            ],
                            "orgFk": "orgFk",
                            "links": {
                              "key": {
                                "method": "method",
                                "meta": "{}",
                                "href": "href"
                              }
                            },
                            "cooldownDate": "cooldownDate",
                            "created": "created",
                            "causedBy": "causedBy",
                            "playModeTestTimeInSeconds": 1.0246457001441578,
                            "workspaceSize": 2.3021358869347655,
                            "finished": "finished",
                            "billableTimeInSeconds": 4.145608029883936,
                            "credentialsOutdated": true,
                            "editorIcon": "editorIcon",
                            "publishTimeInSeconds": 3.616076749251911,
                            "queuedReason": "targetConcurrency",
                            "projectGuid": "projectGuid",
                            "buildTargetGroups": [
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              }
                            ],
                            "projectName": "projectName",
                            "publishStartTime": "publishStartTime",
                            "projectId": "projectId",
                            "projectVersion": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "cleanBuild": true,
                            "formattedPlatformName": "formattedPlatformName",
                            "totalTimeInSeconds": 2.027123023002322,
                            "canceledBy": "api",
                            "error": "error",
                            "filetoken": "filetoken",
                            "platform": "ios",
                            "checkoutStartTime": "checkoutStartTime",
                            "deletedBy": "deletedBy",
                            "orgId": "orgId",
                            "buildStatus": "created",
                            "unitTestTimeInSeconds": 7.386281948385884,
                            "androidSdkVersion": "androidSdkVersion",
                            "operatingSystemVersion": "operatingSystemVersion",
                            "editModeTestTimeInSeconds": 1.2315135367772556,
                            "buildStartTime": "buildStartTime",
                            "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                            "causedByUser": "causedByUser",
                            "buildTimeInSeconds": 9.301444243932576,
                            "machineType": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "buildtargetid": "buildtargetid",
                            "favorited": true,
                            "architecture": "architecture",
                            "buildProfilePath": "buildProfilePath",
                            "requestedRevision": "requestedRevision",
                            "label": "label",
                            "headless": true,
                            "scmBranch": "scmBranch",
                            "deleted": true,
                            "build": 5.962133916683182,
                            "buildTargetName": "buildTargetName",
                            "xcodeVersion": "xcodeVersion",
                            "machineTypeLabel": "machineTypeLabel"
                          },
                          "properties": {
                            "build": {
                              "type": "number"
                            },
                            "buildtargetid": {
                              "description": "unique id auto-generated from the build target name",
                              "anyOf": [
                                {
                                  "type": "string",
                                  "nullable": true
                                },
                                {
                                  "type": "string",
                                  "format": "object-id"
                                }
                              ]
                            },
                            "buildTargetName": {
                              "type": "string",
                              "nullable": true
                            },
                            "buildGUID": {
                              "description": "unique GUID identifying this build",
                              "type": "string",
                              "nullable": true
                            },
                            "buildStatus": {
                              "enum": [
                                "created",
                                "queued",
                                "sentToBuilder",
                                "started",
                                "restarted",
                                "success",
                                "failure",
                                "canceled",
                                "unknown",
                                "processing"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "description": "if the build was built without using data cached from previous builds",
                              "type": "boolean"
                            },
                            "failureDetails": {
                              "description": "list of failure details for this build attempt, when available",
                              "items": {
                                "example": {
                                  "stage": "checkout",
                                  "failureType": "failureType",
                                  "label": "label",
                                  "publicMessage": "publicMessage",
                                  "link": "link",
                                  "displayName": "displayName",
                                  "logline": 42,
                                  "stageMatch": true
                                },
                                "properties": {
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "publicMessage": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "link": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "stage": {
                                    "type": "string",
                                    "description": "Build stage where the failure occurred"
                                  },
                                  "failureType": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "logline": {
                                    "type": "number",
                                    "nullable": true,
                                    "description": "The line number in the build log where the failure occurred"
                                  },
                                  "stageMatch": {
                                    "type": "boolean",
                                    "nullable": true,
                                    "description": "Whether the failure stage matched the expected stage"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "canceledBy": {
                              "enum": [
                                "api",
                                "service",
                                "service-timelimit",
                                "concurrency-timelimit",
                                "restart-limit",
                                "evaluation-timelimit",
                                "jenkins-timelimit",
                                "service-badconfiguration",
                                "billing-invalidsubscription"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "causedBy": {
                              "description": "What triggered the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "causedByUser": {
                              "description": "Name of the user who caused the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "buildProfilePath": {
                              "type": "string",
                              "nullable": true
                            },
                            "platform": {
                              "enum": [
                                "ios",
                                "android",
                                "webplayer",
                                "webgl",
                                "standaloneosxintel",
                                "standaloneosxintel64",
                                "standaloneosxuniversal",
                                "standaloneosx",
                                "standalonewindows",
                                "standalonewindows64",
                                "standalonelinux",
                                "standalonelinux64",
                                "standalonelinuxuniversal",
                                "wsaplayer",
                                "gamecorescarlett",
                                "ps5",
                                "switch"
                              ],
                              "type": "string"
                            },
                            "formattedPlatformName": {
                              "type": "string",
                              "nullable": true
                            },
                            "editorIcon": {
                              "type": "string",
                              "nullable": true
                            },
                            "workspaceSize": {
                              "description": "size of workspace in bytes",
                              "type": "number"
                            },
                            "created": {
                              "description": "when the build was created",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "finished": {
                              "description": "when the build completely finished",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutStartTime": {
                              "description": "when the build starting checking out code",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutTimeInSeconds": {
                              "description": "amount of time spent checking out code",
                              "type": "number"
                            },
                            "buildStartTime": {
                              "description": "when the build started compiling",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "buildTimeInSeconds": {
                              "description": "amount of time spend compiling",
                              "type": "number"
                            },
                            "buildTimeoutMinutes": {
                              "description": "total allowed build time before the build attempt times out",
                              "type": "number"
                            },
                            "publishStartTime": {
                              "description": "when the build started saving build artifacts",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "publishTimeInSeconds": {
                              "description": "amount of time spent saving build artifacts",
                              "type": "number"
                            },
                            "totalTimeInSeconds": {
                              "description": "total time for the build",
                              "type": "number"
                            },
                            "billableTimeInSeconds": {
                              "description": "total billable time for the build",
                              "type": "number"
                            },
                            "unitTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "editModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "playModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "lastBuiltRevision": {
                              "description": "source control commit id for the build",
                              "type": "string",
                              "nullable": true
                            },
                            "changeset": {
                              "description": "a list of source control changes between this and the last build",
                              "type": "array"
                            },
                            "favorited": {
                              "description": "if the build is marked as do not delete or not",
                              "type": "boolean"
                            },
                            "label": {
                              "description": "description given when a build is favorited",
                              "type": "string",
                              "nullable": true
                            },
                            "deleted": {
                              "description": "if the build is deleted or not",
                              "type": "boolean"
                            },
                            "headless": {
                              "description": "if the build was built to run in linux headless mode",
                              "type": "boolean"
                            },
                            "credentialsOutdated": {
                              "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                              "type": "boolean"
                            },
                            "groupBuildId": {
                              "description": "the unique ID used to launch a group of attempts",
                              "format": "uuid",
                              "type": "string",
                              "nullable": true
                            },
                            "buildTargetGroups": {
                              "description": "list of build target groups this build attempt is a part of",
                              "items": {
                                "example": {
                                  "deleted": true,
                                  "name": "name",
                                  "id": "id",
                                  "enabled": true
                                },
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "id": {
                                    "type": "string",
                                    "format": "object-id",
                                    "nullable": true
                                  },
                                  "deleted": {
                                    "type": "boolean"
                                  },
                                  "enabled": {
                                    "type": "boolean"
                                  }
                                },
                                "required": [
                                  "deleted",
                                  "enabled",
                                  "id",
                                  "name"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "machineType": {
                              "description": "the type of machine used to build this build",
                              "example": {
                                "name": "name",
                                "label": "label",
                                "operatingSystem": "operatingSystem",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "operatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "required": [
                                "enabled",
                                "label",
                                "name",
                                "operatingSystem"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "deletedBy": {
                              "description": "email address of the user who deleted this attempt",
                              "type": "string",
                              "nullable": true
                            },
                            "queuedReason": {
                              "description": "reason the build is currently waiting",
                              "enum": [
                                "targetConcurrency",
                                "cooldown",
                                "buildConcurrency",
                                "concurrency",
                                "waitingForBuildAgent",
                                "evaluating",
                                "sentToBuilder",
                                "notPending"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cooldownDate": {
                              "description": "time until this build will be reconsidered for building",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "scmBranch": {
                              "description": "scm branch to be built",
                              "type": "string",
                              "nullable": true
                            },
                            "unityVersion": {
                              "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                              "type": "string",
                              "nullable": true
                            },
                            "architecture": {
                              "description": "The Unity editor architecture used for building",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystemVersion": {
                              "description": "a supported operating system version (ex. 'monterey')",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystem": {
                              "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            },
                            "androidSdkVersion": {
                              "description": "a supported android sdk version (ex. 'android_sdk_34')",
                              "type": "string",
                              "nullable": true
                            },
                            "auditChanges": {
                              "type": "number"
                            },
                            "projectVersion": {
                              "example": {
                                "filename": "filename",
                                "size": 6.84685269835264,
                                "created": "created",
                                "udids": [
                                  "udids",
                                  "udids"
                                ],
                                "name": "name",
                                "bundleId": "bundleId",
                                "projectName": "projectName",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "name": {
                                  "description": "automatically generated name for the build",
                                  "type": "string",
                                  "nullable": true
                                },
                                "filename": {
                                  "description": "filename for the primary artifact",
                                  "type": "string",
                                  "nullable": true
                                },
                                "projectName": {
                                  "description": "name of the project",
                                  "type": "string",
                                  "nullable": true
                                },
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "size": {
                                  "description": "size of the the primary build artifact in bytes",
                                  "type": "number"
                                },
                                "created": {
                                  "description": "creation date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "description": "last modified date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "bundleId": {
                                  "description": "a unique identifier (com.example.name)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "udids": {
                                  "description": "iPhone unique identifiers that are able to install this build",
                                  "items": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object",
                              "nullable": true,
                              "additionalProperties": false
                            },
                            "projectName": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectId": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectGuid": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgId": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgFk": {
                              "type": "string",
                              "nullable": true
                            },
                            "filetoken": {
                              "type": "string",
                              "nullable": true
                            },
                            "links": {
                              "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                              "properties": {
                                "artifacts": {
                                  "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                  "type": "array"
                                }
                              },
                              "additionalProperties": {
                                "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                                "example": {
                                  "method": "method",
                                  "href": "href"
                                },
                                "properties": {
                                  "href": {
                                    "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "method": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "redirect": {
                                    "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "object"
                            },
                            "buildReport": {
                              "example": {
                                "warnings": 1,
                                "errors": 7
                              },
                              "properties": {
                                "errors": {
                                  "type": "integer"
                                },
                                "warnings": {
                                  "type": "integer"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "machineTypeLabel": {
                              "type": "string",
                              "nullable": true
                            },
                            "requestedRevision": {
                              "type": "string",
                              "nullable": true
                            },
                            "error": {
                              "type": "string",
                              "nullable": true
                            },
                            "signedUrls": {
                              "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                              "type": "object",
                              "additionalProperties": {
                                "type": "object",
                                "properties": {
                                  "ResumableUri": {
                                    "type": "string"
                                  },
                                  "SignedUrl": {
                                    "type": "string"
                                  }
                                },
                                "additionalProperties": false
                              },
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/html": {
                "schema": {
                  "items": {
                    "example": {
                      "lastBuilt": {
                        "unityVersion": "unityVersion"
                      },
                      "settings": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "createdBy": "createdBy",
                      "credentials": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "name": "name",
                      "builds": [
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        }
                      ],
                      "buildTargetGroups": [
                        {
                          "name": "name",
                          "id": "id"
                        },
                        {
                          "name": "name",
                          "id": "id"
                        }
                      ],
                      "platform": "ios",
                      "enabled": true,
                      "buildtargetid": "buildtargetid"
                    },
                    "properties": {
                      "guid": {
                        "description": "globally unique id for the build target",
                        "type": "string"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "createdBy": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "type": "string",
                        "nullable": true
                      },
                      "enabled": {
                        "description": "whether this target can be built by the API",
                        "type": "boolean"
                      },
                      "settings": {
                        "example": {
                          "advanced": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "platform": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "autoBuildLatest": "inherit",
                          "unityVersion": "unityVersion",
                          "autoBuild": true,
                          "operatingSystemVersion": "operatingSystemVersion",
                          "ignorePlasticCheckedInLibrary": true,
                          "remoteCacheStrategy": "none",
                          "scm": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "executablename": "executablename",
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "fallbackPatchVersion": true,
                          "artifactCompressionLevel": "inherit",
                          "rubyVersion": "rubyVersion",
                          "buildTargetCopyCache": "buildTargetCopyCache",
                          "cacheCompressionLevel": "inherit",
                          "autoDetectUnityVersion": true,
                          "windowsGitBinary": "inherit",
                          "operatingSystemSelected": "mac",
                          "autoBuildCancellation": false,
                          "buildSchedule": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "autoBuildLatest": {
                            "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                            "enum": [
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "autoBuild": {
                            "description": "start builds automatically when your repo is updated",
                            "type": "boolean"
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "autoDetectUnityVersion": {
                            "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                            "type": "boolean"
                          },
                          "fallbackPatchVersion": {
                            "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                            "type": "boolean"
                          },
                          "executablename": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "scm": {
                            "example": {
                              "repo": "repo",
                              "isUnityCloudDrive": true,
                              "client": "client",
                              "type": "git",
                              "branch": "branch",
                              "subdirectory": "subdirectory"
                            },
                            "properties": {
                              "type": {
                                "enum": [
                                  "git",
                                  "svn",
                                  "p4",
                                  "oauth",
                                  "plastic"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "isUnityCloudDrive": {
                                "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                                "type": "boolean"
                              },
                              "repo": {
                                "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                                "type": "string",
                                "nullable": true
                              },
                              "branch": {
                                "type": "string",
                                "nullable": true
                              },
                              "subdirectory": {
                                "description": "subdirectory to build from",
                                "type": "string",
                                "nullable": true
                              },
                              "client": {
                                "description": "perforce only client workspace to build from",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "platform": {
                            "example": {
                              "bundleId": "bundleId",
                              "xcodeVersion": "xcodeVersion"
                            },
                            "properties": {
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "xcodeVersion": {
                                "description": "a supported xcode version (ex. 'xcode13_0_0')",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "buildSchedule": {
                            "description": "For Scheduling builds",
                            "example": {
                              "date": "2000-01-23T04:56:07.000+00:00",
                              "cronScheduleString": "cronScheduleString",
                              "cleanBuild": false,
                              "repeatCycle": "once",
                              "isEnabled": false,
                              "skipBuildIfSameCommit": true,
                              "cronScheduleTimezone": "cronScheduleTimezone"
                            },
                            "properties": {
                              "isEnabled": {
                                "default": false,
                                "type": "boolean"
                              },
                              "date": {
                                "format": "date-time",
                                "type": "string",
                                "nullable": true
                              },
                              "repeatCycle": {
                                "enum": [
                                  "none",
                                  "once",
                                  "daily",
                                  "weekly",
                                  "monthly",
                                  "yearly",
                                  "cron"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleString": {
                                "description": "cron schedule in string format (* * * * *)",
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleTimezone": {
                                "description": "cron schedule timezone (default UTC)",
                                "type": "string",
                                "nullable": true
                              },
                              "cleanBuild": {
                                "default": false,
                                "type": "boolean"
                              },
                              "skipBuildIfSameCommit": {
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "autoBuildCancellation": {
                            "type": "boolean"
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemSelected": {
                            "enum": [
                              "mac",
                              "windows"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "Choose the version of the operating system for building your project.",
                            "type": "string",
                            "nullable": true
                          },
                          "rubyVersion": {
                            "type": "string",
                            "nullable": true
                          },
                          "remoteCacheStrategy": {
                            "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                            "enum": [
                              "none",
                              "library",
                              "workspace",
                              "boostdisk",
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "windowsGitBinary": {
                            "description": "Specifies the Git binary that will be used for Windows builds",
                            "enum": [
                              "inherit",
                              "native",
                              "cygwin"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetCopyCache": {
                            "description": "Specifies the id of the build target that this target's cache was copied from",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "Specifies the Unity editor architecture to use for building the project.",
                            "type": "string",
                            "nullable": true
                          },
                          "cacheCompressionLevel": {
                            "description": "Specifies the compression level for caching workspace or Library.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "artifactCompressionLevel": {
                            "description": "Specifies the compression level for compressed final artifacts.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "advanced": {
                            "example": {
                              "unity": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "android": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "xcode": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "uwp": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              }
                            },
                            "properties": {
                              "xcode": {
                                "example": {
                                  "customFastlaneConfigPath": "customFastlaneConfigPath",
                                  "useArchiveAndExport": true,
                                  "uploadXCArchive": true,
                                  "shouldNotarize": true
                                },
                                "properties": {
                                  "useArchiveAndExport": {
                                    "type": "boolean"
                                  },
                                  "customFastlaneConfigPath": {
                                    "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "uploadXCArchive": {
                                    "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                    "type": "boolean"
                                  },
                                  "shouldNotarize": {
                                    "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "android": {
                                "example": {
                                  "buildAssetPacks": true,
                                  "androidSDKVersion": "androidSDKVersion",
                                  "buildAppBundle": true
                                },
                                "properties": {
                                  "buildAppBundle": {
                                    "type": "boolean"
                                  },
                                  "buildAssetPacks": {
                                    "type": "boolean"
                                  },
                                  "androidSDKVersion": {
                                    "description": "Android SDK Version",
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "unity": {
                                "example": {
                                  "postBuildScriptFailsBuild": true,
                                  "preExportMethod": "preExportMethod",
                                  "playerSettings": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "preBuildScriptFailsBuild": true,
                                  "runPlayModeTests": true,
                                  "disableAssemblyUpdater": true,
                                  "editorUserBuildSettings": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "runUnitTests": true,
                                  "runEditModeTests": true,
                                  "postBuildScript": "postBuildScript",
                                  "acceptApiUpdate": true,
                                  "enableLightBake": true,
                                  "postExportMethod": "postExportMethod",
                                  "assetBundles": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "failedUnitTestFailsBuild": true,
                                  "addressables": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "unitTestMethod": "unitTestMethod",
                                  "playerExporter": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "scriptingDefineSymbols": "scriptingDefineSymbols",
                                  "preBuildScript": "preBuildScript"
                                },
                                "properties": {
                                  "preExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScript": {
                                    "description": "Relative path to the script that should be run before the build process starts.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postBuildScript": {
                                    "description": "Relative path to the script that should be run after the build process finishes.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "postBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "scriptingDefineSymbols": {
                                    "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "playerExporter": {
                                    "example": {
                                      "buildOptions": [
                                        "buildOptions",
                                        "buildOptions"
                                      ],
                                      "sceneList": [
                                        "sceneList",
                                        "sceneList"
                                      ],
                                      "export": true
                                    },
                                    "properties": {
                                      "sceneList": {
                                        "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                        "items": {
                                          "description": "scene names",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "buildOptions": {
                                        "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "export": {
                                        "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "playerSettings": {
                                    "example": {
                                      "Android": {
                                        "useAPKExpansionFiles": true
                                      }
                                    },
                                    "properties": {
                                      "Android": {
                                        "example": {
                                          "useAPKExpansionFiles": true
                                        },
                                        "properties": {
                                          "useAPKExpansionFiles": {
                                            "description": "break up android apk into an installable apk and expansion files",
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "editorUserBuildSettings": {
                                    "example": {
                                      "androidBuildSystem": "internal",
                                      "standaloneBuildSubtarget": "Player"
                                    },
                                    "properties": {
                                      "androidBuildSystem": {
                                        "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                        "enum": [
                                          "internal",
                                          "gradle"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "standaloneBuildSubtarget": {
                                        "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                        "enum": [
                                          "Player",
                                          "Server"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "assetBundles": {
                                    "example": {
                                      "copyToStreamingAssets": true,
                                      "basePath": "basePath",
                                      "buildAssetBundleOptions": "buildAssetBundleOptions",
                                      "copyBundlePatterns": [
                                        "copyBundlePatterns",
                                        "copyBundlePatterns"
                                      ],
                                      "buildBundles": true
                                    },
                                    "properties": {
                                      "buildBundles": {
                                        "description": "enable asset bundle builds for this target",
                                        "type": "boolean"
                                      },
                                      "basePath": {
                                        "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "buildAssetBundleOptions": {
                                        "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "copyToStreamingAssets": {
                                        "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                        "type": "boolean"
                                      },
                                      "copyBundlePatterns": {
                                        "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "addressables": {
                                    "example": {
                                      "profileName": "profileName",
                                      "failedAddressablesFailsBuild": true,
                                      "buildLayoutReportFileFormat": "JSON",
                                      "contentUpdate": true,
                                      "buildAddressables": true,
                                      "generateBuildLayout": true,
                                      "contentUpdateSettings": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      }
                                    },
                                    "properties": {
                                      "buildAddressables": {
                                        "description": "enable addressable builds for this target",
                                        "type": "boolean"
                                      },
                                      "contentUpdate": {
                                        "description": "Update a previously built player with new Addressable Content.",
                                        "type": "boolean"
                                      },
                                      "profileName": {
                                        "description": "which addressables profile should be used for the build",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "failedAddressablesFailsBuild": {
                                        "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                        "type": "boolean"
                                      },
                                      "contentUpdateSettings": {
                                        "example": {
                                          "linkedTargetId": "linkedTargetId",
                                          "contentStatePath": "contentStatePath"
                                        },
                                        "properties": {
                                          "contentStatePath": {
                                            "description": "The path to a Content State .bin file relative to the project root",
                                            "type": "string",
                                            "nullable": true
                                          },
                                          "linkedTargetId": {
                                            "description": "The Id of the build target to obtain a Content State .bin file from",
                                            "type": "string",
                                            "nullable": true
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "generateBuildLayout": {
                                        "description": "Whether to generate the bundle build layout report.",
                                        "type": "boolean"
                                      },
                                      "buildLayoutReportFileFormat": {
                                        "description": "The format of the bundle build layout report.",
                                        "enum": [
                                          "JSON",
                                          "TXT"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "runUnitTests": {
                                    "description": "Run any unit tests your project has when a build happens.",
                                    "type": "boolean"
                                  },
                                  "runEditModeTests": {
                                    "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "runPlayModeTests": {
                                    "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "failedUnitTestFailsBuild": {
                                    "description": "Mark builds as failed if the unit tests do not pass.",
                                    "type": "boolean"
                                  },
                                  "unitTestMethod": {
                                    "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "disableAssemblyUpdater": {
                                    "description": "Disable assembly updater when running Unity",
                                    "type": "boolean"
                                  },
                                  "acceptApiUpdate": {
                                    "description": "Accept API changes when running Unity",
                                    "type": "boolean"
                                  },
                                  "enableLightBake": {
                                    "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "webGL": {
                                "example": {
                                  "beautifulCorner": true,
                                  "beautifulCornerContent": false
                                },
                                "properties": {
                                  "beautifulCorner": {
                                    "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  },
                                  "beautifulCornerContent": {
                                    "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "uwp": {
                                "example": {
                                  "capabilities": [
                                    "EnterpriseAuthentication",
                                    "EnterpriseAuthentication"
                                  ],
                                  "wsaArchitecture": "x64",
                                  "windowsSDKVersion": "10.0.17134.0",
                                  "buildType": "ExecutableOnly",
                                  "msbuildConfiguration": "Debug",
                                  "publishVisualStudioSolution": true,
                                  "visualStudioVersion": "2019",
                                  "targetFamily": [
                                    "Universal",
                                    "Universal"
                                  ],
                                  "platforms": [
                                    "x64",
                                    "x64"
                                  ]
                                },
                                "properties": {
                                  "windowsSDKVersion": {
                                    "description": "Sets Windows SDK Version to use when building UWP",
                                    "enum": [
                                      "10.0.17134.0",
                                      "10.0.17763.0",
                                      "10.0.18362.0",
                                      "10.0.19041.0",
                                      "10.0.20348.0",
                                      "10.0.22621.0",
                                      "10.0.22000.0"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "visualStudioVersion": {
                                    "description": "Sets the Visual Studio Version to use when building UWP",
                                    "enum": [
                                      "2019",
                                      "2022"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "wsaArchitecture": {
                                    "description": "Sets target architecture for Exectuable Only builds",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "capabilities": {
                                    "description": "Sets the capabilities of the build UWP application",
                                    "items": {
                                      "description": "UWP Capabilities",
                                      "enum": [
                                        "EnterpriseAuthentication",
                                        "InternetClient",
                                        "InternetClientServer",
                                        "MusicLibrary",
                                        "PicturesLibrary",
                                        "PrivateNetworkClientServer",
                                        "SharedUserCertificates",
                                        "VideosLibrary",
                                        "WebCam",
                                        "RemovableStorage",
                                        "Proximity",
                                        "Microphone",
                                        "Location",
                                        "HumanInterfaceDevice",
                                        "AllJoyn",
                                        "BlockedChatMessages",
                                        "Chat",
                                        "CodeGeneration",
                                        "Objects3D",
                                        "PhoneCall",
                                        "UserAccountInformation",
                                        "VoipCall",
                                        "Bluetooth",
                                        "SpatialPerception",
                                        "InputInjectionBrokered",
                                        "Appointments",
                                        "BackgroundMediaPlayback",
                                        "Contacts",
                                        "LowLevelDevices",
                                        "OfflineMapsManagement",
                                        "PhoneCallHistoryPublic",
                                        "PointOfService",
                                        "RecordedCallsFolder",
                                        "RemoteSystem",
                                        "SystemManagement",
                                        "UserDataTasks",
                                        "UserNotificationListener",
                                        "GazeInput"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "targetFamily": {
                                    "description": "Sets the target device family for the build",
                                    "items": {
                                      "description": "The target device family",
                                      "enum": [
                                        "Universal",
                                        "Desktop",
                                        "Mobile",
                                        "Xbox",
                                        "Holographic",
                                        "IoT",
                                        "IoTHeadless"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildType": {
                                    "description": "Sets the build type for UWP. Executable",
                                    "enum": [
                                      "ExecutableOnly",
                                      "D3D",
                                      "XAML"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "msbuildConfiguration": {
                                    "description": "Sets the ms build configuration for UWP",
                                    "enum": [
                                      "Debug",
                                      "Release",
                                      "Master",
                                      "MasterWithLTCG"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "platforms": {
                                    "description": "Sets the target platforms for the AppXBundle",
                                    "items": {
                                      "description": "Target Platform",
                                      "enum": [
                                        "x64",
                                        "x86",
                                        "ARM",
                                        "ARM64"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "publishVisualStudioSolution": {
                                    "description": "Enable publishing of the visual studio .sln file",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "ignorePlasticCheckedInLibrary": {
                            "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildTargetGroups": {
                        "items": {
                          "example": {
                            "name": "name",
                            "id": "id"
                          },
                          "properties": {
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "name": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "lastBuilt": {
                        "example": {
                          "unityVersion": "unityVersion"
                        },
                        "properties": {
                          "unityVersion": {
                            "description": "Last Unity version built by this target. Setting this has no effect.",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "credentials": {
                        "example": {
                          "signing": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          }
                        },
                        "properties": {
                          "signing": {
                            "example": {
                              "credentialResourceRef": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "credentialid": "credentialid"
                            },
                            "properties": {
                              "credentialid": {
                                "type": "string",
                                "nullable": true
                              },
                              "credentialResourceRef": {
                                "example": {
                                  "created": "created",
                                  "certificate": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "credentialid": "credentialid",
                                  "provisioningProfile": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "keystore": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "label": "label",
                                  "lastMod": "lastMod",
                                  "platform": "ios"
                                },
                                "properties": {
                                  "platform": {
                                    "enum": [
                                      "ios",
                                      "android",
                                      "webplayer",
                                      "webgl",
                                      "standaloneosxintel",
                                      "standaloneosxintel64",
                                      "standaloneosxuniversal",
                                      "standaloneosx",
                                      "standalonewindows",
                                      "standalonewindows64",
                                      "standalonelinux",
                                      "standalonelinux64",
                                      "standalonelinuxuniversal",
                                      "wsaplayer",
                                      "gamecorescarlett",
                                      "ps5",
                                      "switch"
                                    ],
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "credentialid": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "created": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "lastMod": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "certificate": {
                                    "example": {
                                      "certName": "certName",
                                      "teamId": "teamId",
                                      "uploaded": "uploaded",
                                      "isDistribution": true,
                                      "expiration": "expiration",
                                      "issuer": "issuer"
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "certName": {
                                        "description": "certificate name (from the certificate)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isDistribution": {
                                        "description": "if this is a distribution certificate",
                                        "type": "boolean"
                                      },
                                      "issuer": {
                                        "description": "issuer of the certificate",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "provisioningProfile": {
                                    "example": {
                                      "numDevices": 1.4658129805029452,
                                      "teamId": "teamId",
                                      "bundleId": "bundleId",
                                      "uploaded": "uploaded",
                                      "expiration": "expiration",
                                      "type": "developer",
                                      "uuid": "uuid",
                                      "isEnterpriseProfile": true
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "bundleId": {
                                        "description": "a unique identifier (com.example.name)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uuid": {
                                        "description": "generated UUID of the profile",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isEnterpriseProfile": {
                                        "description": "is this compiled for Apple's enterprise program",
                                        "type": "boolean"
                                      },
                                      "type": {
                                        "enum": [
                                          "developer",
                                          "adhoc",
                                          "appstore"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "numDevices": {
                                        "description": "number of devices provisioned for this certificate",
                                        "type": "number"
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "keystore": {
                                    "example": {
                                      "debug": true,
                                      "alias": "alias",
                                      "expiration": "expiration"
                                    },
                                    "properties": {
                                      "alias": {
                                        "description": "friendly name for keystore",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "debug": {
                                        "description": "whether this is a debug or production keystore",
                                        "type": "boolean"
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "builds": {
                        "items": {
                          "description": "buildattempt",
                          "example": {
                            "checkoutTimeInSeconds": 7.061401241503109,
                            "auditChanges": 1.4894159098541704,
                            "operatingSystem": "operatingSystem",
                            "buildGUID": "buildGUID",
                            "changeset": [
                              "{}",
                              "{}"
                            ],
                            "buildReport": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "unityVersion": "unityVersion",
                            "lastBuiltRevision": "lastBuiltRevision",
                            "failureDetails": [
                              {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              {
                                "stage": "build",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 126,
                                "stageMatch": false
                              }
                            ],
                            "orgFk": "orgFk",
                            "links": {
                              "key": {
                                "method": "method",
                                "meta": "{}",
                                "href": "href"
                              }
                            },
                            "cooldownDate": "cooldownDate",
                            "created": "created",
                            "causedBy": "causedBy",
                            "playModeTestTimeInSeconds": 1.0246457001441578,
                            "workspaceSize": 2.3021358869347655,
                            "finished": "finished",
                            "billableTimeInSeconds": 4.145608029883936,
                            "credentialsOutdated": true,
                            "editorIcon": "editorIcon",
                            "publishTimeInSeconds": 3.616076749251911,
                            "queuedReason": "targetConcurrency",
                            "projectGuid": "projectGuid",
                            "buildTargetGroups": [
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              }
                            ],
                            "projectName": "projectName",
                            "publishStartTime": "publishStartTime",
                            "projectId": "projectId",
                            "projectVersion": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "cleanBuild": true,
                            "formattedPlatformName": "formattedPlatformName",
                            "totalTimeInSeconds": 2.027123023002322,
                            "canceledBy": "api",
                            "error": "error",
                            "filetoken": "filetoken",
                            "platform": "ios",
                            "checkoutStartTime": "checkoutStartTime",
                            "deletedBy": "deletedBy",
                            "orgId": "orgId",
                            "buildStatus": "created",
                            "unitTestTimeInSeconds": 7.386281948385884,
                            "androidSdkVersion": "androidSdkVersion",
                            "operatingSystemVersion": "operatingSystemVersion",
                            "editModeTestTimeInSeconds": 1.2315135367772556,
                            "buildStartTime": "buildStartTime",
                            "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                            "causedByUser": "causedByUser",
                            "buildTimeInSeconds": 9.301444243932576,
                            "machineType": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "buildtargetid": "buildtargetid",
                            "favorited": true,
                            "architecture": "architecture",
                            "buildProfilePath": "buildProfilePath",
                            "requestedRevision": "requestedRevision",
                            "label": "label",
                            "headless": true,
                            "scmBranch": "scmBranch",
                            "deleted": true,
                            "build": 5.962133916683182,
                            "buildTargetName": "buildTargetName",
                            "xcodeVersion": "xcodeVersion",
                            "machineTypeLabel": "machineTypeLabel"
                          },
                          "properties": {
                            "build": {
                              "type": "number"
                            },
                            "buildtargetid": {
                              "description": "unique id auto-generated from the build target name",
                              "anyOf": [
                                {
                                  "type": "string",
                                  "nullable": true
                                },
                                {
                                  "type": "string",
                                  "format": "object-id"
                                }
                              ]
                            },
                            "buildTargetName": {
                              "type": "string",
                              "nullable": true
                            },
                            "buildGUID": {
                              "description": "unique GUID identifying this build",
                              "type": "string",
                              "nullable": true
                            },
                            "buildStatus": {
                              "enum": [
                                "created",
                                "queued",
                                "sentToBuilder",
                                "started",
                                "restarted",
                                "success",
                                "failure",
                                "canceled",
                                "unknown",
                                "processing"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "description": "if the build was built without using data cached from previous builds",
                              "type": "boolean"
                            },
                            "failureDetails": {
                              "description": "list of failure details for this build attempt, when available",
                              "items": {
                                "example": {
                                  "stage": "checkout",
                                  "failureType": "failureType",
                                  "label": "label",
                                  "publicMessage": "publicMessage",
                                  "link": "link",
                                  "displayName": "displayName",
                                  "logline": 42,
                                  "stageMatch": true
                                },
                                "properties": {
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "publicMessage": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "link": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "stage": {
                                    "type": "string",
                                    "description": "Build stage where the failure occurred"
                                  },
                                  "failureType": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "logline": {
                                    "type": "number",
                                    "nullable": true,
                                    "description": "The line number in the build log where the failure occurred"
                                  },
                                  "stageMatch": {
                                    "type": "boolean",
                                    "nullable": true,
                                    "description": "Whether the failure stage matched the expected stage"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "canceledBy": {
                              "enum": [
                                "api",
                                "service",
                                "service-timelimit",
                                "concurrency-timelimit",
                                "restart-limit",
                                "evaluation-timelimit",
                                "jenkins-timelimit",
                                "service-badconfiguration",
                                "billing-invalidsubscription"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "causedBy": {
                              "description": "What triggered the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "causedByUser": {
                              "description": "Name of the user who caused the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "buildProfilePath": {
                              "type": "string",
                              "nullable": true
                            },
                            "platform": {
                              "enum": [
                                "ios",
                                "android",
                                "webplayer",
                                "webgl",
                                "standaloneosxintel",
                                "standaloneosxintel64",
                                "standaloneosxuniversal",
                                "standaloneosx",
                                "standalonewindows",
                                "standalonewindows64",
                                "standalonelinux",
                                "standalonelinux64",
                                "standalonelinuxuniversal",
                                "wsaplayer",
                                "gamecorescarlett",
                                "ps5",
                                "switch"
                              ],
                              "type": "string"
                            },
                            "formattedPlatformName": {
                              "type": "string",
                              "nullable": true
                            },
                            "editorIcon": {
                              "type": "string",
                              "nullable": true
                            },
                            "workspaceSize": {
                              "description": "size of workspace in bytes",
                              "type": "number"
                            },
                            "created": {
                              "description": "when the build was created",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "finished": {
                              "description": "when the build completely finished",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutStartTime": {
                              "description": "when the build starting checking out code",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutTimeInSeconds": {
                              "description": "amount of time spent checking out code",
                              "type": "number"
                            },
                            "buildStartTime": {
                              "description": "when the build started compiling",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "buildTimeInSeconds": {
                              "description": "amount of time spend compiling",
                              "type": "number"
                            },
                            "buildTimeoutMinutes": {
                              "description": "total allowed build time before the build attempt times out",
                              "type": "number"
                            },
                            "publishStartTime": {
                              "description": "when the build started saving build artifacts",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "publishTimeInSeconds": {
                              "description": "amount of time spent saving build artifacts",
                              "type": "number"
                            },
                            "totalTimeInSeconds": {
                              "description": "total time for the build",
                              "type": "number"
                            },
                            "billableTimeInSeconds": {
                              "description": "total billable time for the build",
                              "type": "number"
                            },
                            "unitTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "editModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "playModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "lastBuiltRevision": {
                              "description": "source control commit id for the build",
                              "type": "string",
                              "nullable": true
                            },
                            "changeset": {
                              "description": "a list of source control changes between this and the last build",
                              "type": "array"
                            },
                            "favorited": {
                              "description": "if the build is marked as do not delete or not",
                              "type": "boolean"
                            },
                            "label": {
                              "description": "description given when a build is favorited",
                              "type": "string",
                              "nullable": true
                            },
                            "deleted": {
                              "description": "if the build is deleted or not",
                              "type": "boolean"
                            },
                            "headless": {
                              "description": "if the build was built to run in linux headless mode",
                              "type": "boolean"
                            },
                            "credentialsOutdated": {
                              "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                              "type": "boolean"
                            },
                            "groupBuildId": {
                              "description": "the unique ID used to launch a group of attempts",
                              "format": "uuid",
                              "type": "string",
                              "nullable": true
                            },
                            "buildTargetGroups": {
                              "description": "list of build target groups this build attempt is a part of",
                              "items": {
                                "example": {
                                  "deleted": true,
                                  "name": "name",
                                  "id": "id",
                                  "enabled": true
                                },
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "id": {
                                    "type": "string",
                                    "format": "object-id",
                                    "nullable": true
                                  },
                                  "deleted": {
                                    "type": "boolean"
                                  },
                                  "enabled": {
                                    "type": "boolean"
                                  }
                                },
                                "required": [
                                  "deleted",
                                  "enabled",
                                  "id",
                                  "name"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "machineType": {
                              "description": "the type of machine used to build this build",
                              "example": {
                                "name": "name",
                                "label": "label",
                                "operatingSystem": "operatingSystem",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "operatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "required": [
                                "enabled",
                                "label",
                                "name",
                                "operatingSystem"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "deletedBy": {
                              "description": "email address of the user who deleted this attempt",
                              "type": "string",
                              "nullable": true
                            },
                            "queuedReason": {
                              "description": "reason the build is currently waiting",
                              "enum": [
                                "targetConcurrency",
                                "cooldown",
                                "buildConcurrency",
                                "concurrency",
                                "waitingForBuildAgent",
                                "evaluating",
                                "sentToBuilder",
                                "notPending"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cooldownDate": {
                              "description": "time until this build will be reconsidered for building",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "scmBranch": {
                              "description": "scm branch to be built",
                              "type": "string",
                              "nullable": true
                            },
                            "unityVersion": {
                              "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                              "type": "string",
                              "nullable": true
                            },
                            "architecture": {
                              "description": "The Unity editor architecture used for building",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystemVersion": {
                              "description": "a supported operating system version (ex. 'monterey')",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystem": {
                              "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            },
                            "androidSdkVersion": {
                              "description": "a supported android sdk version (ex. 'android_sdk_34')",
                              "type": "string",
                              "nullable": true
                            },
                            "auditChanges": {
                              "type": "number"
                            },
                            "projectVersion": {
                              "example": {
                                "filename": "filename",
                                "size": 6.84685269835264,
                                "created": "created",
                                "udids": [
                                  "udids",
                                  "udids"
                                ],
                                "name": "name",
                                "bundleId": "bundleId",
                                "projectName": "projectName",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "name": {
                                  "description": "automatically generated name for the build",
                                  "type": "string",
                                  "nullable": true
                                },
                                "filename": {
                                  "description": "filename for the primary artifact",
                                  "type": "string",
                                  "nullable": true
                                },
                                "projectName": {
                                  "description": "name of the project",
                                  "type": "string",
                                  "nullable": true
                                },
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "size": {
                                  "description": "size of the the primary build artifact in bytes",
                                  "type": "number"
                                },
                                "created": {
                                  "description": "creation date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "description": "last modified date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "bundleId": {
                                  "description": "a unique identifier (com.example.name)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "udids": {
                                  "description": "iPhone unique identifiers that are able to install this build",
                                  "items": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object",
                              "nullable": true,
                              "additionalProperties": false
                            },
                            "projectName": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectId": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectGuid": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgId": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgFk": {
                              "type": "string",
                              "nullable": true
                            },
                            "filetoken": {
                              "type": "string",
                              "nullable": true
                            },
                            "links": {
                              "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                              "properties": {
                                "artifacts": {
                                  "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                  "type": "array"
                                }
                              },
                              "additionalProperties": {
                                "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                                "example": {
                                  "method": "method",
                                  "href": "href"
                                },
                                "properties": {
                                  "href": {
                                    "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "method": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "redirect": {
                                    "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "object"
                            },
                            "buildReport": {
                              "example": {
                                "warnings": 1,
                                "errors": 7
                              },
                              "properties": {
                                "errors": {
                                  "type": "integer"
                                },
                                "warnings": {
                                  "type": "integer"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "machineTypeLabel": {
                              "type": "string",
                              "nullable": true
                            },
                            "requestedRevision": {
                              "type": "string",
                              "nullable": true
                            },
                            "error": {
                              "type": "string",
                              "nullable": true
                            },
                            "signedUrls": {
                              "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                              "type": "object",
                              "additionalProperties": {
                                "type": "object",
                                "properties": {
                                  "ResumableUri": {
                                    "type": "string"
                                  },
                                  "SignedUrl": {
                                    "type": "string"
                                  }
                                },
                                "additionalProperties": false
                              },
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/csv": {
                "schema": {
                  "items": {
                    "example": {
                      "lastBuilt": {
                        "unityVersion": "unityVersion"
                      },
                      "settings": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "createdBy": "createdBy",
                      "credentials": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "name": "name",
                      "builds": [
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        }
                      ],
                      "buildTargetGroups": [
                        {
                          "name": "name",
                          "id": "id"
                        },
                        {
                          "name": "name",
                          "id": "id"
                        }
                      ],
                      "platform": "ios",
                      "enabled": true,
                      "buildtargetid": "buildtargetid"
                    },
                    "properties": {
                      "guid": {
                        "description": "globally unique id for the build target",
                        "type": "string"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "createdBy": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "type": "string",
                        "nullable": true
                      },
                      "enabled": {
                        "description": "whether this target can be built by the API",
                        "type": "boolean"
                      },
                      "settings": {
                        "example": {
                          "advanced": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "platform": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "autoBuildLatest": "inherit",
                          "unityVersion": "unityVersion",
                          "autoBuild": true,
                          "operatingSystemVersion": "operatingSystemVersion",
                          "ignorePlasticCheckedInLibrary": true,
                          "remoteCacheStrategy": "none",
                          "scm": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "executablename": "executablename",
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "fallbackPatchVersion": true,
                          "artifactCompressionLevel": "inherit",
                          "rubyVersion": "rubyVersion",
                          "buildTargetCopyCache": "buildTargetCopyCache",
                          "cacheCompressionLevel": "inherit",
                          "autoDetectUnityVersion": true,
                          "windowsGitBinary": "inherit",
                          "operatingSystemSelected": "mac",
                          "autoBuildCancellation": false,
                          "buildSchedule": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "autoBuildLatest": {
                            "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                            "enum": [
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "autoBuild": {
                            "description": "start builds automatically when your repo is updated",
                            "type": "boolean"
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "autoDetectUnityVersion": {
                            "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                            "type": "boolean"
                          },
                          "fallbackPatchVersion": {
                            "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                            "type": "boolean"
                          },
                          "executablename": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "scm": {
                            "example": {
                              "repo": "repo",
                              "isUnityCloudDrive": true,
                              "client": "client",
                              "type": "git",
                              "branch": "branch",
                              "subdirectory": "subdirectory"
                            },
                            "properties": {
                              "type": {
                                "enum": [
                                  "git",
                                  "svn",
                                  "p4",
                                  "oauth",
                                  "plastic"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "isUnityCloudDrive": {
                                "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                                "type": "boolean"
                              },
                              "repo": {
                                "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                                "type": "string",
                                "nullable": true
                              },
                              "branch": {
                                "type": "string",
                                "nullable": true
                              },
                              "subdirectory": {
                                "description": "subdirectory to build from",
                                "type": "string",
                                "nullable": true
                              },
                              "client": {
                                "description": "perforce only client workspace to build from",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "platform": {
                            "example": {
                              "bundleId": "bundleId",
                              "xcodeVersion": "xcodeVersion"
                            },
                            "properties": {
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "xcodeVersion": {
                                "description": "a supported xcode version (ex. 'xcode13_0_0')",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "buildSchedule": {
                            "description": "For Scheduling builds",
                            "example": {
                              "date": "2000-01-23T04:56:07.000+00:00",
                              "cronScheduleString": "cronScheduleString",
                              "cleanBuild": false,
                              "repeatCycle": "once",
                              "isEnabled": false,
                              "skipBuildIfSameCommit": true,
                              "cronScheduleTimezone": "cronScheduleTimezone"
                            },
                            "properties": {
                              "isEnabled": {
                                "default": false,
                                "type": "boolean"
                              },
                              "date": {
                                "format": "date-time",
                                "type": "string",
                                "nullable": true
                              },
                              "repeatCycle": {
                                "enum": [
                                  "none",
                                  "once",
                                  "daily",
                                  "weekly",
                                  "monthly",
                                  "yearly",
                                  "cron"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleString": {
                                "description": "cron schedule in string format (* * * * *)",
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleTimezone": {
                                "description": "cron schedule timezone (default UTC)",
                                "type": "string",
                                "nullable": true
                              },
                              "cleanBuild": {
                                "default": false,
                                "type": "boolean"
                              },
                              "skipBuildIfSameCommit": {
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "autoBuildCancellation": {
                            "type": "boolean"
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemSelected": {
                            "enum": [
                              "mac",
                              "windows"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "Choose the version of the operating system for building your project.",
                            "type": "string",
                            "nullable": true
                          },
                          "rubyVersion": {
                            "type": "string",
                            "nullable": true
                          },
                          "remoteCacheStrategy": {
                            "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                            "enum": [
                              "none",
                              "library",
                              "workspace",
                              "boostdisk",
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "windowsGitBinary": {
                            "description": "Specifies the Git binary that will be used for Windows builds",
                            "enum": [
                              "inherit",
                              "native",
                              "cygwin"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetCopyCache": {
                            "description": "Specifies the id of the build target that this target's cache was copied from",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "Specifies the Unity editor architecture to use for building the project.",
                            "type": "string",
                            "nullable": true
                          },
                          "cacheCompressionLevel": {
                            "description": "Specifies the compression level for caching workspace or Library.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "artifactCompressionLevel": {
                            "description": "Specifies the compression level for compressed final artifacts.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "advanced": {
                            "example": {
                              "unity": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "android": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "xcode": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "uwp": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              }
                            },
                            "properties": {
                              "xcode": {
                                "example": {
                                  "customFastlaneConfigPath": "customFastlaneConfigPath",
                                  "useArchiveAndExport": true,
                                  "uploadXCArchive": true,
                                  "shouldNotarize": true
                                },
                                "properties": {
                                  "useArchiveAndExport": {
                                    "type": "boolean"
                                  },
                                  "customFastlaneConfigPath": {
                                    "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "uploadXCArchive": {
                                    "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                    "type": "boolean"
                                  },
                                  "shouldNotarize": {
                                    "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "android": {
                                "example": {
                                  "buildAssetPacks": true,
                                  "androidSDKVersion": "androidSDKVersion",
                                  "buildAppBundle": true
                                },
                                "properties": {
                                  "buildAppBundle": {
                                    "type": "boolean"
                                  },
                                  "buildAssetPacks": {
                                    "type": "boolean"
                                  },
                                  "androidSDKVersion": {
                                    "description": "Android SDK Version",
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "unity": {
                                "example": {
                                  "postBuildScriptFailsBuild": true,
                                  "preExportMethod": "preExportMethod",
                                  "playerSettings": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "preBuildScriptFailsBuild": true,
                                  "runPlayModeTests": true,
                                  "disableAssemblyUpdater": true,
                                  "editorUserBuildSettings": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "runUnitTests": true,
                                  "runEditModeTests": true,
                                  "postBuildScript": "postBuildScript",
                                  "acceptApiUpdate": true,
                                  "enableLightBake": true,
                                  "postExportMethod": "postExportMethod",
                                  "assetBundles": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "failedUnitTestFailsBuild": true,
                                  "addressables": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "unitTestMethod": "unitTestMethod",
                                  "playerExporter": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "scriptingDefineSymbols": "scriptingDefineSymbols",
                                  "preBuildScript": "preBuildScript"
                                },
                                "properties": {
                                  "preExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScript": {
                                    "description": "Relative path to the script that should be run before the build process starts.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postBuildScript": {
                                    "description": "Relative path to the script that should be run after the build process finishes.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "postBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "scriptingDefineSymbols": {
                                    "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "playerExporter": {
                                    "example": {
                                      "buildOptions": [
                                        "buildOptions",
                                        "buildOptions"
                                      ],
                                      "sceneList": [
                                        "sceneList",
                                        "sceneList"
                                      ],
                                      "export": true
                                    },
                                    "properties": {
                                      "sceneList": {
                                        "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                        "items": {
                                          "description": "scene names",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "buildOptions": {
                                        "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "export": {
                                        "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "playerSettings": {
                                    "example": {
                                      "Android": {
                                        "useAPKExpansionFiles": true
                                      }
                                    },
                                    "properties": {
                                      "Android": {
                                        "example": {
                                          "useAPKExpansionFiles": true
                                        },
                                        "properties": {
                                          "useAPKExpansionFiles": {
                                            "description": "break up android apk into an installable apk and expansion files",
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "editorUserBuildSettings": {
                                    "example": {
                                      "androidBuildSystem": "internal",
                                      "standaloneBuildSubtarget": "Player"
                                    },
                                    "properties": {
                                      "androidBuildSystem": {
                                        "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                        "enum": [
                                          "internal",
                                          "gradle"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "standaloneBuildSubtarget": {
                                        "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                        "enum": [
                                          "Player",
                                          "Server"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "assetBundles": {
                                    "example": {
                                      "copyToStreamingAssets": true,
                                      "basePath": "basePath",
                                      "buildAssetBundleOptions": "buildAssetBundleOptions",
                                      "copyBundlePatterns": [
                                        "copyBundlePatterns",
                                        "copyBundlePatterns"
                                      ],
                                      "buildBundles": true
                                    },
                                    "properties": {
                                      "buildBundles": {
                                        "description": "enable asset bundle builds for this target",
                                        "type": "boolean"
                                      },
                                      "basePath": {
                                        "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "buildAssetBundleOptions": {
                                        "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "copyToStreamingAssets": {
                                        "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                        "type": "boolean"
                                      },
                                      "copyBundlePatterns": {
                                        "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "addressables": {
                                    "example": {
                                      "profileName": "profileName",
                                      "failedAddressablesFailsBuild": true,
                                      "buildLayoutReportFileFormat": "JSON",
                                      "contentUpdate": true,
                                      "buildAddressables": true,
                                      "generateBuildLayout": true,
                                      "contentUpdateSettings": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      }
                                    },
                                    "properties": {
                                      "buildAddressables": {
                                        "description": "enable addressable builds for this target",
                                        "type": "boolean"
                                      },
                                      "contentUpdate": {
                                        "description": "Update a previously built player with new Addressable Content.",
                                        "type": "boolean"
                                      },
                                      "profileName": {
                                        "description": "which addressables profile should be used for the build",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "failedAddressablesFailsBuild": {
                                        "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                        "type": "boolean"
                                      },
                                      "contentUpdateSettings": {
                                        "example": {
                                          "linkedTargetId": "linkedTargetId",
                                          "contentStatePath": "contentStatePath"
                                        },
                                        "properties": {
                                          "contentStatePath": {
                                            "description": "The path to a Content State .bin file relative to the project root",
                                            "type": "string",
                                            "nullable": true
                                          },
                                          "linkedTargetId": {
                                            "description": "The Id of the build target to obtain a Content State .bin file from",
                                            "type": "string",
                                            "nullable": true
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "generateBuildLayout": {
                                        "description": "Whether to generate the bundle build layout report.",
                                        "type": "boolean"
                                      },
                                      "buildLayoutReportFileFormat": {
                                        "description": "The format of the bundle build layout report.",
                                        "enum": [
                                          "JSON",
                                          "TXT"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "runUnitTests": {
                                    "description": "Run any unit tests your project has when a build happens.",
                                    "type": "boolean"
                                  },
                                  "runEditModeTests": {
                                    "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "runPlayModeTests": {
                                    "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "failedUnitTestFailsBuild": {
                                    "description": "Mark builds as failed if the unit tests do not pass.",
                                    "type": "boolean"
                                  },
                                  "unitTestMethod": {
                                    "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "disableAssemblyUpdater": {
                                    "description": "Disable assembly updater when running Unity",
                                    "type": "boolean"
                                  },
                                  "acceptApiUpdate": {
                                    "description": "Accept API changes when running Unity",
                                    "type": "boolean"
                                  },
                                  "enableLightBake": {
                                    "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "webGL": {
                                "example": {
                                  "beautifulCorner": true,
                                  "beautifulCornerContent": false
                                },
                                "properties": {
                                  "beautifulCorner": {
                                    "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  },
                                  "beautifulCornerContent": {
                                    "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "uwp": {
                                "example": {
                                  "capabilities": [
                                    "EnterpriseAuthentication",
                                    "EnterpriseAuthentication"
                                  ],
                                  "wsaArchitecture": "x64",
                                  "windowsSDKVersion": "10.0.17134.0",
                                  "buildType": "ExecutableOnly",
                                  "msbuildConfiguration": "Debug",
                                  "publishVisualStudioSolution": true,
                                  "visualStudioVersion": "2019",
                                  "targetFamily": [
                                    "Universal",
                                    "Universal"
                                  ],
                                  "platforms": [
                                    "x64",
                                    "x64"
                                  ]
                                },
                                "properties": {
                                  "windowsSDKVersion": {
                                    "description": "Sets Windows SDK Version to use when building UWP",
                                    "enum": [
                                      "10.0.17134.0",
                                      "10.0.17763.0",
                                      "10.0.18362.0",
                                      "10.0.19041.0",
                                      "10.0.20348.0",
                                      "10.0.22621.0",
                                      "10.0.22000.0"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "visualStudioVersion": {
                                    "description": "Sets the Visual Studio Version to use when building UWP",
                                    "enum": [
                                      "2019",
                                      "2022"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "wsaArchitecture": {
                                    "description": "Sets target architecture for Exectuable Only builds",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "capabilities": {
                                    "description": "Sets the capabilities of the build UWP application",
                                    "items": {
                                      "description": "UWP Capabilities",
                                      "enum": [
                                        "EnterpriseAuthentication",
                                        "InternetClient",
                                        "InternetClientServer",
                                        "MusicLibrary",
                                        "PicturesLibrary",
                                        "PrivateNetworkClientServer",
                                        "SharedUserCertificates",
                                        "VideosLibrary",
                                        "WebCam",
                                        "RemovableStorage",
                                        "Proximity",
                                        "Microphone",
                                        "Location",
                                        "HumanInterfaceDevice",
                                        "AllJoyn",
                                        "BlockedChatMessages",
                                        "Chat",
                                        "CodeGeneration",
                                        "Objects3D",
                                        "PhoneCall",
                                        "UserAccountInformation",
                                        "VoipCall",
                                        "Bluetooth",
                                        "SpatialPerception",
                                        "InputInjectionBrokered",
                                        "Appointments",
                                        "BackgroundMediaPlayback",
                                        "Contacts",
                                        "LowLevelDevices",
                                        "OfflineMapsManagement",
                                        "PhoneCallHistoryPublic",
                                        "PointOfService",
                                        "RecordedCallsFolder",
                                        "RemoteSystem",
                                        "SystemManagement",
                                        "UserDataTasks",
                                        "UserNotificationListener",
                                        "GazeInput"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "targetFamily": {
                                    "description": "Sets the target device family for the build",
                                    "items": {
                                      "description": "The target device family",
                                      "enum": [
                                        "Universal",
                                        "Desktop",
                                        "Mobile",
                                        "Xbox",
                                        "Holographic",
                                        "IoT",
                                        "IoTHeadless"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildType": {
                                    "description": "Sets the build type for UWP. Executable",
                                    "enum": [
                                      "ExecutableOnly",
                                      "D3D",
                                      "XAML"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "msbuildConfiguration": {
                                    "description": "Sets the ms build configuration for UWP",
                                    "enum": [
                                      "Debug",
                                      "Release",
                                      "Master",
                                      "MasterWithLTCG"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "platforms": {
                                    "description": "Sets the target platforms for the AppXBundle",
                                    "items": {
                                      "description": "Target Platform",
                                      "enum": [
                                        "x64",
                                        "x86",
                                        "ARM",
                                        "ARM64"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "publishVisualStudioSolution": {
                                    "description": "Enable publishing of the visual studio .sln file",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "ignorePlasticCheckedInLibrary": {
                            "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildTargetGroups": {
                        "items": {
                          "example": {
                            "name": "name",
                            "id": "id"
                          },
                          "properties": {
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "name": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "lastBuilt": {
                        "example": {
                          "unityVersion": "unityVersion"
                        },
                        "properties": {
                          "unityVersion": {
                            "description": "Last Unity version built by this target. Setting this has no effect.",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "credentials": {
                        "example": {
                          "signing": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          }
                        },
                        "properties": {
                          "signing": {
                            "example": {
                              "credentialResourceRef": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "credentialid": "credentialid"
                            },
                            "properties": {
                              "credentialid": {
                                "type": "string",
                                "nullable": true
                              },
                              "credentialResourceRef": {
                                "example": {
                                  "created": "created",
                                  "certificate": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "credentialid": "credentialid",
                                  "provisioningProfile": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "keystore": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "label": "label",
                                  "lastMod": "lastMod",
                                  "platform": "ios"
                                },
                                "properties": {
                                  "platform": {
                                    "enum": [
                                      "ios",
                                      "android",
                                      "webplayer",
                                      "webgl",
                                      "standaloneosxintel",
                                      "standaloneosxintel64",
                                      "standaloneosxuniversal",
                                      "standaloneosx",
                                      "standalonewindows",
                                      "standalonewindows64",
                                      "standalonelinux",
                                      "standalonelinux64",
                                      "standalonelinuxuniversal",
                                      "wsaplayer",
                                      "gamecorescarlett",
                                      "ps5",
                                      "switch"
                                    ],
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "credentialid": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "created": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "lastMod": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "certificate": {
                                    "example": {
                                      "certName": "certName",
                                      "teamId": "teamId",
                                      "uploaded": "uploaded",
                                      "isDistribution": true,
                                      "expiration": "expiration",
                                      "issuer": "issuer"
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "certName": {
                                        "description": "certificate name (from the certificate)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isDistribution": {
                                        "description": "if this is a distribution certificate",
                                        "type": "boolean"
                                      },
                                      "issuer": {
                                        "description": "issuer of the certificate",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "provisioningProfile": {
                                    "example": {
                                      "numDevices": 1.4658129805029452,
                                      "teamId": "teamId",
                                      "bundleId": "bundleId",
                                      "uploaded": "uploaded",
                                      "expiration": "expiration",
                                      "type": "developer",
                                      "uuid": "uuid",
                                      "isEnterpriseProfile": true
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "bundleId": {
                                        "description": "a unique identifier (com.example.name)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uuid": {
                                        "description": "generated UUID of the profile",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isEnterpriseProfile": {
                                        "description": "is this compiled for Apple's enterprise program",
                                        "type": "boolean"
                                      },
                                      "type": {
                                        "enum": [
                                          "developer",
                                          "adhoc",
                                          "appstore"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "numDevices": {
                                        "description": "number of devices provisioned for this certificate",
                                        "type": "number"
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "keystore": {
                                    "example": {
                                      "debug": true,
                                      "alias": "alias",
                                      "expiration": "expiration"
                                    },
                                    "properties": {
                                      "alias": {
                                        "description": "friendly name for keystore",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "debug": {
                                        "description": "whether this is a debug or production keystore",
                                        "type": "boolean"
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "builds": {
                        "items": {
                          "description": "buildattempt",
                          "example": {
                            "checkoutTimeInSeconds": 7.061401241503109,
                            "auditChanges": 1.4894159098541704,
                            "operatingSystem": "operatingSystem",
                            "buildGUID": "buildGUID",
                            "changeset": [
                              "{}",
                              "{}"
                            ],
                            "buildReport": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "unityVersion": "unityVersion",
                            "lastBuiltRevision": "lastBuiltRevision",
                            "failureDetails": [
                              {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              {
                                "stage": "build",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 126,
                                "stageMatch": false
                              }
                            ],
                            "orgFk": "orgFk",
                            "links": {
                              "key": {
                                "method": "method",
                                "meta": "{}",
                                "href": "href"
                              }
                            },
                            "cooldownDate": "cooldownDate",
                            "created": "created",
                            "causedBy": "causedBy",
                            "playModeTestTimeInSeconds": 1.0246457001441578,
                            "workspaceSize": 2.3021358869347655,
                            "finished": "finished",
                            "billableTimeInSeconds": 4.145608029883936,
                            "credentialsOutdated": true,
                            "editorIcon": "editorIcon",
                            "publishTimeInSeconds": 3.616076749251911,
                            "queuedReason": "targetConcurrency",
                            "projectGuid": "projectGuid",
                            "buildTargetGroups": [
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              }
                            ],
                            "projectName": "projectName",
                            "publishStartTime": "publishStartTime",
                            "projectId": "projectId",
                            "projectVersion": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "cleanBuild": true,
                            "formattedPlatformName": "formattedPlatformName",
                            "totalTimeInSeconds": 2.027123023002322,
                            "canceledBy": "api",
                            "error": "error",
                            "filetoken": "filetoken",
                            "platform": "ios",
                            "checkoutStartTime": "checkoutStartTime",
                            "deletedBy": "deletedBy",
                            "orgId": "orgId",
                            "buildStatus": "created",
                            "unitTestTimeInSeconds": 7.386281948385884,
                            "androidSdkVersion": "androidSdkVersion",
                            "operatingSystemVersion": "operatingSystemVersion",
                            "editModeTestTimeInSeconds": 1.2315135367772556,
                            "buildStartTime": "buildStartTime",
                            "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                            "causedByUser": "causedByUser",
                            "buildTimeInSeconds": 9.301444243932576,
                            "machineType": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "buildtargetid": "buildtargetid",
                            "favorited": true,
                            "architecture": "architecture",
                            "buildProfilePath": "buildProfilePath",
                            "requestedRevision": "requestedRevision",
                            "label": "label",
                            "headless": true,
                            "scmBranch": "scmBranch",
                            "deleted": true,
                            "build": 5.962133916683182,
                            "buildTargetName": "buildTargetName",
                            "xcodeVersion": "xcodeVersion",
                            "machineTypeLabel": "machineTypeLabel"
                          },
                          "properties": {
                            "build": {
                              "type": "number"
                            },
                            "buildtargetid": {
                              "description": "unique id auto-generated from the build target name",
                              "anyOf": [
                                {
                                  "type": "string",
                                  "nullable": true
                                },
                                {
                                  "type": "string",
                                  "format": "object-id"
                                }
                              ]
                            },
                            "buildTargetName": {
                              "type": "string",
                              "nullable": true
                            },
                            "buildGUID": {
                              "description": "unique GUID identifying this build",
                              "type": "string",
                              "nullable": true
                            },
                            "buildStatus": {
                              "enum": [
                                "created",
                                "queued",
                                "sentToBuilder",
                                "started",
                                "restarted",
                                "success",
                                "failure",
                                "canceled",
                                "unknown",
                                "processing"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "description": "if the build was built without using data cached from previous builds",
                              "type": "boolean"
                            },
                            "failureDetails": {
                              "description": "list of failure details for this build attempt, when available",
                              "items": {
                                "example": {
                                  "stage": "checkout",
                                  "failureType": "failureType",
                                  "label": "label",
                                  "publicMessage": "publicMessage",
                                  "link": "link",
                                  "displayName": "displayName",
                                  "logline": 42,
                                  "stageMatch": true
                                },
                                "properties": {
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "publicMessage": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "link": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "stage": {
                                    "type": "string",
                                    "description": "Build stage where the failure occurred"
                                  },
                                  "failureType": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "logline": {
                                    "type": "number",
                                    "nullable": true,
                                    "description": "The line number in the build log where the failure occurred"
                                  },
                                  "stageMatch": {
                                    "type": "boolean",
                                    "nullable": true,
                                    "description": "Whether the failure stage matched the expected stage"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "canceledBy": {
                              "enum": [
                                "api",
                                "service",
                                "service-timelimit",
                                "concurrency-timelimit",
                                "restart-limit",
                                "evaluation-timelimit",
                                "jenkins-timelimit",
                                "service-badconfiguration",
                                "billing-invalidsubscription"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "causedBy": {
                              "description": "What triggered the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "causedByUser": {
                              "description": "Name of the user who caused the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "buildProfilePath": {
                              "type": "string",
                              "nullable": true
                            },
                            "platform": {
                              "enum": [
                                "ios",
                                "android",
                                "webplayer",
                                "webgl",
                                "standaloneosxintel",
                                "standaloneosxintel64",
                                "standaloneosxuniversal",
                                "standaloneosx",
                                "standalonewindows",
                                "standalonewindows64",
                                "standalonelinux",
                                "standalonelinux64",
                                "standalonelinuxuniversal",
                                "wsaplayer",
                                "gamecorescarlett",
                                "ps5",
                                "switch"
                              ],
                              "type": "string"
                            },
                            "formattedPlatformName": {
                              "type": "string",
                              "nullable": true
                            },
                            "editorIcon": {
                              "type": "string",
                              "nullable": true
                            },
                            "workspaceSize": {
                              "description": "size of workspace in bytes",
                              "type": "number"
                            },
                            "created": {
                              "description": "when the build was created",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "finished": {
                              "description": "when the build completely finished",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutStartTime": {
                              "description": "when the build starting checking out code",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutTimeInSeconds": {
                              "description": "amount of time spent checking out code",
                              "type": "number"
                            },
                            "buildStartTime": {
                              "description": "when the build started compiling",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "buildTimeInSeconds": {
                              "description": "amount of time spend compiling",
                              "type": "number"
                            },
                            "buildTimeoutMinutes": {
                              "description": "total allowed build time before the build attempt times out",
                              "type": "number"
                            },
                            "publishStartTime": {
                              "description": "when the build started saving build artifacts",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "publishTimeInSeconds": {
                              "description": "amount of time spent saving build artifacts",
                              "type": "number"
                            },
                            "totalTimeInSeconds": {
                              "description": "total time for the build",
                              "type": "number"
                            },
                            "billableTimeInSeconds": {
                              "description": "total billable time for the build",
                              "type": "number"
                            },
                            "unitTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "editModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "playModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "lastBuiltRevision": {
                              "description": "source control commit id for the build",
                              "type": "string",
                              "nullable": true
                            },
                            "changeset": {
                              "description": "a list of source control changes between this and the last build",
                              "type": "array"
                            },
                            "favorited": {
                              "description": "if the build is marked as do not delete or not",
                              "type": "boolean"
                            },
                            "label": {
                              "description": "description given when a build is favorited",
                              "type": "string",
                              "nullable": true
                            },
                            "deleted": {
                              "description": "if the build is deleted or not",
                              "type": "boolean"
                            },
                            "headless": {
                              "description": "if the build was built to run in linux headless mode",
                              "type": "boolean"
                            },
                            "credentialsOutdated": {
                              "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                              "type": "boolean"
                            },
                            "groupBuildId": {
                              "description": "the unique ID used to launch a group of attempts",
                              "format": "uuid",
                              "type": "string",
                              "nullable": true
                            },
                            "buildTargetGroups": {
                              "description": "list of build target groups this build attempt is a part of",
                              "items": {
                                "example": {
                                  "deleted": true,
                                  "name": "name",
                                  "id": "id",
                                  "enabled": true
                                },
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "id": {
                                    "type": "string",
                                    "format": "object-id",
                                    "nullable": true
                                  },
                                  "deleted": {
                                    "type": "boolean"
                                  },
                                  "enabled": {
                                    "type": "boolean"
                                  }
                                },
                                "required": [
                                  "deleted",
                                  "enabled",
                                  "id",
                                  "name"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "machineType": {
                              "description": "the type of machine used to build this build",
                              "example": {
                                "name": "name",
                                "label": "label",
                                "operatingSystem": "operatingSystem",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "operatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "required": [
                                "enabled",
                                "label",
                                "name",
                                "operatingSystem"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "deletedBy": {
                              "description": "email address of the user who deleted this attempt",
                              "type": "string",
                              "nullable": true
                            },
                            "queuedReason": {
                              "description": "reason the build is currently waiting",
                              "enum": [
                                "targetConcurrency",
                                "cooldown",
                                "buildConcurrency",
                                "concurrency",
                                "waitingForBuildAgent",
                                "evaluating",
                                "sentToBuilder",
                                "notPending"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cooldownDate": {
                              "description": "time until this build will be reconsidered for building",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "scmBranch": {
                              "description": "scm branch to be built",
                              "type": "string",
                              "nullable": true
                            },
                            "unityVersion": {
                              "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                              "type": "string",
                              "nullable": true
                            },
                            "architecture": {
                              "description": "The Unity editor architecture used for building",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystemVersion": {
                              "description": "a supported operating system version (ex. 'monterey')",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystem": {
                              "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            },
                            "androidSdkVersion": {
                              "description": "a supported android sdk version (ex. 'android_sdk_34')",
                              "type": "string",
                              "nullable": true
                            },
                            "auditChanges": {
                              "type": "number"
                            },
                            "projectVersion": {
                              "example": {
                                "filename": "filename",
                                "size": 6.84685269835264,
                                "created": "created",
                                "udids": [
                                  "udids",
                                  "udids"
                                ],
                                "name": "name",
                                "bundleId": "bundleId",
                                "projectName": "projectName",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "name": {
                                  "description": "automatically generated name for the build",
                                  "type": "string",
                                  "nullable": true
                                },
                                "filename": {
                                  "description": "filename for the primary artifact",
                                  "type": "string",
                                  "nullable": true
                                },
                                "projectName": {
                                  "description": "name of the project",
                                  "type": "string",
                                  "nullable": true
                                },
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "size": {
                                  "description": "size of the the primary build artifact in bytes",
                                  "type": "number"
                                },
                                "created": {
                                  "description": "creation date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "description": "last modified date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "bundleId": {
                                  "description": "a unique identifier (com.example.name)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "udids": {
                                  "description": "iPhone unique identifiers that are able to install this build",
                                  "items": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object",
                              "nullable": true,
                              "additionalProperties": false
                            },
                            "projectName": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectId": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectGuid": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgId": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgFk": {
                              "type": "string",
                              "nullable": true
                            },
                            "filetoken": {
                              "type": "string",
                              "nullable": true
                            },
                            "links": {
                              "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                              "properties": {
                                "artifacts": {
                                  "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                  "type": "array"
                                }
                              },
                              "additionalProperties": {
                                "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                                "example": {
                                  "method": "method",
                                  "href": "href"
                                },
                                "properties": {
                                  "href": {
                                    "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "method": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "redirect": {
                                    "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "object"
                            },
                            "buildReport": {
                              "example": {
                                "warnings": 1,
                                "errors": 7
                              },
                              "properties": {
                                "errors": {
                                  "type": "integer"
                                },
                                "warnings": {
                                  "type": "integer"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "machineTypeLabel": {
                              "type": "string",
                              "nullable": true
                            },
                            "requestedRevision": {
                              "type": "string",
                              "nullable": true
                            },
                            "error": {
                              "type": "string",
                              "nullable": true
                            },
                            "signedUrls": {
                              "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                              "type": "object",
                              "additionalProperties": {
                                "type": "object",
                                "properties": {
                                  "ResumableUri": {
                                    "type": "string"
                                  },
                                  "SignedUrl": {
                                    "type": "string"
                                  }
                                },
                                "additionalProperties": false
                              },
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/x-generic": {
                "schema": {
                  "items": {
                    "example": {
                      "lastBuilt": {
                        "unityVersion": "unityVersion"
                      },
                      "settings": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "createdBy": "createdBy",
                      "credentials": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "name": "name",
                      "builds": [
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        }
                      ],
                      "buildTargetGroups": [
                        {
                          "name": "name",
                          "id": "id"
                        },
                        {
                          "name": "name",
                          "id": "id"
                        }
                      ],
                      "platform": "ios",
                      "enabled": true,
                      "buildtargetid": "buildtargetid"
                    },
                    "properties": {
                      "guid": {
                        "description": "globally unique id for the build target",
                        "type": "string"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "createdBy": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "type": "string",
                        "nullable": true
                      },
                      "enabled": {
                        "description": "whether this target can be built by the API",
                        "type": "boolean"
                      },
                      "settings": {
                        "example": {
                          "advanced": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "platform": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "autoBuildLatest": "inherit",
                          "unityVersion": "unityVersion",
                          "autoBuild": true,
                          "operatingSystemVersion": "operatingSystemVersion",
                          "ignorePlasticCheckedInLibrary": true,
                          "remoteCacheStrategy": "none",
                          "scm": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "executablename": "executablename",
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "fallbackPatchVersion": true,
                          "artifactCompressionLevel": "inherit",
                          "rubyVersion": "rubyVersion",
                          "buildTargetCopyCache": "buildTargetCopyCache",
                          "cacheCompressionLevel": "inherit",
                          "autoDetectUnityVersion": true,
                          "windowsGitBinary": "inherit",
                          "operatingSystemSelected": "mac",
                          "autoBuildCancellation": false,
                          "buildSchedule": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "autoBuildLatest": {
                            "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                            "enum": [
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "autoBuild": {
                            "description": "start builds automatically when your repo is updated",
                            "type": "boolean"
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "autoDetectUnityVersion": {
                            "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                            "type": "boolean"
                          },
                          "fallbackPatchVersion": {
                            "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                            "type": "boolean"
                          },
                          "executablename": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "scm": {
                            "example": {
                              "repo": "repo",
                              "isUnityCloudDrive": true,
                              "client": "client",
                              "type": "git",
                              "branch": "branch",
                              "subdirectory": "subdirectory"
                            },
                            "properties": {
                              "type": {
                                "enum": [
                                  "git",
                                  "svn",
                                  "p4",
                                  "oauth",
                                  "plastic"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "isUnityCloudDrive": {
                                "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                                "type": "boolean"
                              },
                              "repo": {
                                "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                                "type": "string",
                                "nullable": true
                              },
                              "branch": {
                                "type": "string",
                                "nullable": true
                              },
                              "subdirectory": {
                                "description": "subdirectory to build from",
                                "type": "string",
                                "nullable": true
                              },
                              "client": {
                                "description": "perforce only client workspace to build from",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "platform": {
                            "example": {
                              "bundleId": "bundleId",
                              "xcodeVersion": "xcodeVersion"
                            },
                            "properties": {
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "xcodeVersion": {
                                "description": "a supported xcode version (ex. 'xcode13_0_0')",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "buildSchedule": {
                            "description": "For Scheduling builds",
                            "example": {
                              "date": "2000-01-23T04:56:07.000+00:00",
                              "cronScheduleString": "cronScheduleString",
                              "cleanBuild": false,
                              "repeatCycle": "once",
                              "isEnabled": false,
                              "skipBuildIfSameCommit": true,
                              "cronScheduleTimezone": "cronScheduleTimezone"
                            },
                            "properties": {
                              "isEnabled": {
                                "default": false,
                                "type": "boolean"
                              },
                              "date": {
                                "format": "date-time",
                                "type": "string",
                                "nullable": true
                              },
                              "repeatCycle": {
                                "enum": [
                                  "none",
                                  "once",
                                  "daily",
                                  "weekly",
                                  "monthly",
                                  "yearly",
                                  "cron"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleString": {
                                "description": "cron schedule in string format (* * * * *)",
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleTimezone": {
                                "description": "cron schedule timezone (default UTC)",
                                "type": "string",
                                "nullable": true
                              },
                              "cleanBuild": {
                                "default": false,
                                "type": "boolean"
                              },
                              "skipBuildIfSameCommit": {
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "autoBuildCancellation": {
                            "type": "boolean"
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemSelected": {
                            "enum": [
                              "mac",
                              "windows"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "Choose the version of the operating system for building your project.",
                            "type": "string",
                            "nullable": true
                          },
                          "rubyVersion": {
                            "type": "string",
                            "nullable": true
                          },
                          "remoteCacheStrategy": {
                            "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                            "enum": [
                              "none",
                              "library",
                              "workspace",
                              "boostdisk",
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "windowsGitBinary": {
                            "description": "Specifies the Git binary that will be used for Windows builds",
                            "enum": [
                              "inherit",
                              "native",
                              "cygwin"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetCopyCache": {
                            "description": "Specifies the id of the build target that this target's cache was copied from",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "Specifies the Unity editor architecture to use for building the project.",
                            "type": "string",
                            "nullable": true
                          },
                          "cacheCompressionLevel": {
                            "description": "Specifies the compression level for caching workspace or Library.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "artifactCompressionLevel": {
                            "description": "Specifies the compression level for compressed final artifacts.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "advanced": {
                            "example": {
                              "unity": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "android": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "xcode": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "uwp": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              }
                            },
                            "properties": {
                              "xcode": {
                                "example": {
                                  "customFastlaneConfigPath": "customFastlaneConfigPath",
                                  "useArchiveAndExport": true,
                                  "uploadXCArchive": true,
                                  "shouldNotarize": true
                                },
                                "properties": {
                                  "useArchiveAndExport": {
                                    "type": "boolean"
                                  },
                                  "customFastlaneConfigPath": {
                                    "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "uploadXCArchive": {
                                    "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                    "type": "boolean"
                                  },
                                  "shouldNotarize": {
                                    "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "android": {
                                "example": {
                                  "buildAssetPacks": true,
                                  "androidSDKVersion": "androidSDKVersion",
                                  "buildAppBundle": true
                                },
                                "properties": {
                                  "buildAppBundle": {
                                    "type": "boolean"
                                  },
                                  "buildAssetPacks": {
                                    "type": "boolean"
                                  },
                                  "androidSDKVersion": {
                                    "description": "Android SDK Version",
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "unity": {
                                "example": {
                                  "postBuildScriptFailsBuild": true,
                                  "preExportMethod": "preExportMethod",
                                  "playerSettings": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "preBuildScriptFailsBuild": true,
                                  "runPlayModeTests": true,
                                  "disableAssemblyUpdater": true,
                                  "editorUserBuildSettings": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "runUnitTests": true,
                                  "runEditModeTests": true,
                                  "postBuildScript": "postBuildScript",
                                  "acceptApiUpdate": true,
                                  "enableLightBake": true,
                                  "postExportMethod": "postExportMethod",
                                  "assetBundles": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "failedUnitTestFailsBuild": true,
                                  "addressables": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "unitTestMethod": "unitTestMethod",
                                  "playerExporter": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "scriptingDefineSymbols": "scriptingDefineSymbols",
                                  "preBuildScript": "preBuildScript"
                                },
                                "properties": {
                                  "preExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScript": {
                                    "description": "Relative path to the script that should be run before the build process starts.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postBuildScript": {
                                    "description": "Relative path to the script that should be run after the build process finishes.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "postBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "scriptingDefineSymbols": {
                                    "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "playerExporter": {
                                    "example": {
                                      "buildOptions": [
                                        "buildOptions",
                                        "buildOptions"
                                      ],
                                      "sceneList": [
                                        "sceneList",
                                        "sceneList"
                                      ],
                                      "export": true
                                    },
                                    "properties": {
                                      "sceneList": {
                                        "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                        "items": {
                                          "description": "scene names",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "buildOptions": {
                                        "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "export": {
                                        "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "playerSettings": {
                                    "example": {
                                      "Android": {
                                        "useAPKExpansionFiles": true
                                      }
                                    },
                                    "properties": {
                                      "Android": {
                                        "example": {
                                          "useAPKExpansionFiles": true
                                        },
                                        "properties": {
                                          "useAPKExpansionFiles": {
                                            "description": "break up android apk into an installable apk and expansion files",
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "editorUserBuildSettings": {
                                    "example": {
                                      "androidBuildSystem": "internal",
                                      "standaloneBuildSubtarget": "Player"
                                    },
                                    "properties": {
                                      "androidBuildSystem": {
                                        "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                        "enum": [
                                          "internal",
                                          "gradle"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "standaloneBuildSubtarget": {
                                        "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                        "enum": [
                                          "Player",
                                          "Server"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "assetBundles": {
                                    "example": {
                                      "copyToStreamingAssets": true,
                                      "basePath": "basePath",
                                      "buildAssetBundleOptions": "buildAssetBundleOptions",
                                      "copyBundlePatterns": [
                                        "copyBundlePatterns",
                                        "copyBundlePatterns"
                                      ],
                                      "buildBundles": true
                                    },
                                    "properties": {
                                      "buildBundles": {
                                        "description": "enable asset bundle builds for this target",
                                        "type": "boolean"
                                      },
                                      "basePath": {
                                        "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "buildAssetBundleOptions": {
                                        "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "copyToStreamingAssets": {
                                        "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                        "type": "boolean"
                                      },
                                      "copyBundlePatterns": {
                                        "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "addressables": {
                                    "example": {
                                      "profileName": "profileName",
                                      "failedAddressablesFailsBuild": true,
                                      "buildLayoutReportFileFormat": "JSON",
                                      "contentUpdate": true,
                                      "buildAddressables": true,
                                      "generateBuildLayout": true,
                                      "contentUpdateSettings": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      }
                                    },
                                    "properties": {
                                      "buildAddressables": {
                                        "description": "enable addressable builds for this target",
                                        "type": "boolean"
                                      },
                                      "contentUpdate": {
                                        "description": "Update a previously built player with new Addressable Content.",
                                        "type": "boolean"
                                      },
                                      "profileName": {
                                        "description": "which addressables profile should be used for the build",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "failedAddressablesFailsBuild": {
                                        "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                        "type": "boolean"
                                      },
                                      "contentUpdateSettings": {
                                        "example": {
                                          "linkedTargetId": "linkedTargetId",
                                          "contentStatePath": "contentStatePath"
                                        },
                                        "properties": {
                                          "contentStatePath": {
                                            "description": "The path to a Content State .bin file relative to the project root",
                                            "type": "string",
                                            "nullable": true
                                          },
                                          "linkedTargetId": {
                                            "description": "The Id of the build target to obtain a Content State .bin file from",
                                            "type": "string",
                                            "nullable": true
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "generateBuildLayout": {
                                        "description": "Whether to generate the bundle build layout report.",
                                        "type": "boolean"
                                      },
                                      "buildLayoutReportFileFormat": {
                                        "description": "The format of the bundle build layout report.",
                                        "enum": [
                                          "JSON",
                                          "TXT"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "runUnitTests": {
                                    "description": "Run any unit tests your project has when a build happens.",
                                    "type": "boolean"
                                  },
                                  "runEditModeTests": {
                                    "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "runPlayModeTests": {
                                    "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "failedUnitTestFailsBuild": {
                                    "description": "Mark builds as failed if the unit tests do not pass.",
                                    "type": "boolean"
                                  },
                                  "unitTestMethod": {
                                    "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "disableAssemblyUpdater": {
                                    "description": "Disable assembly updater when running Unity",
                                    "type": "boolean"
                                  },
                                  "acceptApiUpdate": {
                                    "description": "Accept API changes when running Unity",
                                    "type": "boolean"
                                  },
                                  "enableLightBake": {
                                    "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "webGL": {
                                "example": {
                                  "beautifulCorner": true,
                                  "beautifulCornerContent": false
                                },
                                "properties": {
                                  "beautifulCorner": {
                                    "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  },
                                  "beautifulCornerContent": {
                                    "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "uwp": {
                                "example": {
                                  "capabilities": [
                                    "EnterpriseAuthentication",
                                    "EnterpriseAuthentication"
                                  ],
                                  "wsaArchitecture": "x64",
                                  "windowsSDKVersion": "10.0.17134.0",
                                  "buildType": "ExecutableOnly",
                                  "msbuildConfiguration": "Debug",
                                  "publishVisualStudioSolution": true,
                                  "visualStudioVersion": "2019",
                                  "targetFamily": [
                                    "Universal",
                                    "Universal"
                                  ],
                                  "platforms": [
                                    "x64",
                                    "x64"
                                  ]
                                },
                                "properties": {
                                  "windowsSDKVersion": {
                                    "description": "Sets Windows SDK Version to use when building UWP",
                                    "enum": [
                                      "10.0.17134.0",
                                      "10.0.17763.0",
                                      "10.0.18362.0",
                                      "10.0.19041.0",
                                      "10.0.20348.0",
                                      "10.0.22621.0",
                                      "10.0.22000.0"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "visualStudioVersion": {
                                    "description": "Sets the Visual Studio Version to use when building UWP",
                                    "enum": [
                                      "2019",
                                      "2022"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "wsaArchitecture": {
                                    "description": "Sets target architecture for Exectuable Only builds",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "capabilities": {
                                    "description": "Sets the capabilities of the build UWP application",
                                    "items": {
                                      "description": "UWP Capabilities",
                                      "enum": [
                                        "EnterpriseAuthentication",
                                        "InternetClient",
                                        "InternetClientServer",
                                        "MusicLibrary",
                                        "PicturesLibrary",
                                        "PrivateNetworkClientServer",
                                        "SharedUserCertificates",
                                        "VideosLibrary",
                                        "WebCam",
                                        "RemovableStorage",
                                        "Proximity",
                                        "Microphone",
                                        "Location",
                                        "HumanInterfaceDevice",
                                        "AllJoyn",
                                        "BlockedChatMessages",
                                        "Chat",
                                        "CodeGeneration",
                                        "Objects3D",
                                        "PhoneCall",
                                        "UserAccountInformation",
                                        "VoipCall",
                                        "Bluetooth",
                                        "SpatialPerception",
                                        "InputInjectionBrokered",
                                        "Appointments",
                                        "BackgroundMediaPlayback",
                                        "Contacts",
                                        "LowLevelDevices",
                                        "OfflineMapsManagement",
                                        "PhoneCallHistoryPublic",
                                        "PointOfService",
                                        "RecordedCallsFolder",
                                        "RemoteSystem",
                                        "SystemManagement",
                                        "UserDataTasks",
                                        "UserNotificationListener",
                                        "GazeInput"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "targetFamily": {
                                    "description": "Sets the target device family for the build",
                                    "items": {
                                      "description": "The target device family",
                                      "enum": [
                                        "Universal",
                                        "Desktop",
                                        "Mobile",
                                        "Xbox",
                                        "Holographic",
                                        "IoT",
                                        "IoTHeadless"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildType": {
                                    "description": "Sets the build type for UWP. Executable",
                                    "enum": [
                                      "ExecutableOnly",
                                      "D3D",
                                      "XAML"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "msbuildConfiguration": {
                                    "description": "Sets the ms build configuration for UWP",
                                    "enum": [
                                      "Debug",
                                      "Release",
                                      "Master",
                                      "MasterWithLTCG"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "platforms": {
                                    "description": "Sets the target platforms for the AppXBundle",
                                    "items": {
                                      "description": "Target Platform",
                                      "enum": [
                                        "x64",
                                        "x86",
                                        "ARM",
                                        "ARM64"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "publishVisualStudioSolution": {
                                    "description": "Enable publishing of the visual studio .sln file",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "ignorePlasticCheckedInLibrary": {
                            "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildTargetGroups": {
                        "items": {
                          "example": {
                            "name": "name",
                            "id": "id"
                          },
                          "properties": {
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "name": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "lastBuilt": {
                        "example": {
                          "unityVersion": "unityVersion"
                        },
                        "properties": {
                          "unityVersion": {
                            "description": "Last Unity version built by this target. Setting this has no effect.",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "credentials": {
                        "example": {
                          "signing": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          }
                        },
                        "properties": {
                          "signing": {
                            "example": {
                              "credentialResourceRef": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "credentialid": "credentialid"
                            },
                            "properties": {
                              "credentialid": {
                                "type": "string",
                                "nullable": true
                              },
                              "credentialResourceRef": {
                                "example": {
                                  "created": "created",
                                  "certificate": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "credentialid": "credentialid",
                                  "provisioningProfile": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "keystore": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "label": "label",
                                  "lastMod": "lastMod",
                                  "platform": "ios"
                                },
                                "properties": {
                                  "platform": {
                                    "enum": [
                                      "ios",
                                      "android",
                                      "webplayer",
                                      "webgl",
                                      "standaloneosxintel",
                                      "standaloneosxintel64",
                                      "standaloneosxuniversal",
                                      "standaloneosx",
                                      "standalonewindows",
                                      "standalonewindows64",
                                      "standalonelinux",
                                      "standalonelinux64",
                                      "standalonelinuxuniversal",
                                      "wsaplayer",
                                      "gamecorescarlett",
                                      "ps5",
                                      "switch"
                                    ],
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "credentialid": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "created": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "lastMod": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "certificate": {
                                    "example": {
                                      "certName": "certName",
                                      "teamId": "teamId",
                                      "uploaded": "uploaded",
                                      "isDistribution": true,
                                      "expiration": "expiration",
                                      "issuer": "issuer"
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "certName": {
                                        "description": "certificate name (from the certificate)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isDistribution": {
                                        "description": "if this is a distribution certificate",
                                        "type": "boolean"
                                      },
                                      "issuer": {
                                        "description": "issuer of the certificate",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "provisioningProfile": {
                                    "example": {
                                      "numDevices": 1.4658129805029452,
                                      "teamId": "teamId",
                                      "bundleId": "bundleId",
                                      "uploaded": "uploaded",
                                      "expiration": "expiration",
                                      "type": "developer",
                                      "uuid": "uuid",
                                      "isEnterpriseProfile": true
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "bundleId": {
                                        "description": "a unique identifier (com.example.name)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uuid": {
                                        "description": "generated UUID of the profile",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isEnterpriseProfile": {
                                        "description": "is this compiled for Apple's enterprise program",
                                        "type": "boolean"
                                      },
                                      "type": {
                                        "enum": [
                                          "developer",
                                          "adhoc",
                                          "appstore"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "numDevices": {
                                        "description": "number of devices provisioned for this certificate",
                                        "type": "number"
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "keystore": {
                                    "example": {
                                      "debug": true,
                                      "alias": "alias",
                                      "expiration": "expiration"
                                    },
                                    "properties": {
                                      "alias": {
                                        "description": "friendly name for keystore",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "debug": {
                                        "description": "whether this is a debug or production keystore",
                                        "type": "boolean"
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "builds": {
                        "items": {
                          "description": "buildattempt",
                          "example": {
                            "checkoutTimeInSeconds": 7.061401241503109,
                            "auditChanges": 1.4894159098541704,
                            "operatingSystem": "operatingSystem",
                            "buildGUID": "buildGUID",
                            "changeset": [
                              "{}",
                              "{}"
                            ],
                            "buildReport": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "unityVersion": "unityVersion",
                            "lastBuiltRevision": "lastBuiltRevision",
                            "failureDetails": [
                              {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              {
                                "stage": "build",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 126,
                                "stageMatch": false
                              }
                            ],
                            "orgFk": "orgFk",
                            "links": {
                              "key": {
                                "method": "method",
                                "meta": "{}",
                                "href": "href"
                              }
                            },
                            "cooldownDate": "cooldownDate",
                            "created": "created",
                            "causedBy": "causedBy",
                            "playModeTestTimeInSeconds": 1.0246457001441578,
                            "workspaceSize": 2.3021358869347655,
                            "finished": "finished",
                            "billableTimeInSeconds": 4.145608029883936,
                            "credentialsOutdated": true,
                            "editorIcon": "editorIcon",
                            "publishTimeInSeconds": 3.616076749251911,
                            "queuedReason": "targetConcurrency",
                            "projectGuid": "projectGuid",
                            "buildTargetGroups": [
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              }
                            ],
                            "projectName": "projectName",
                            "publishStartTime": "publishStartTime",
                            "projectId": "projectId",
                            "projectVersion": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "cleanBuild": true,
                            "formattedPlatformName": "formattedPlatformName",
                            "totalTimeInSeconds": 2.027123023002322,
                            "canceledBy": "api",
                            "error": "error",
                            "filetoken": "filetoken",
                            "platform": "ios",
                            "checkoutStartTime": "checkoutStartTime",
                            "deletedBy": "deletedBy",
                            "orgId": "orgId",
                            "buildStatus": "created",
                            "unitTestTimeInSeconds": 7.386281948385884,
                            "androidSdkVersion": "androidSdkVersion",
                            "operatingSystemVersion": "operatingSystemVersion",
                            "editModeTestTimeInSeconds": 1.2315135367772556,
                            "buildStartTime": "buildStartTime",
                            "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                            "causedByUser": "causedByUser",
                            "buildTimeInSeconds": 9.301444243932576,
                            "machineType": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "buildtargetid": "buildtargetid",
                            "favorited": true,
                            "architecture": "architecture",
                            "buildProfilePath": "buildProfilePath",
                            "requestedRevision": "requestedRevision",
                            "label": "label",
                            "headless": true,
                            "scmBranch": "scmBranch",
                            "deleted": true,
                            "build": 5.962133916683182,
                            "buildTargetName": "buildTargetName",
                            "xcodeVersion": "xcodeVersion",
                            "machineTypeLabel": "machineTypeLabel"
                          },
                          "properties": {
                            "build": {
                              "type": "number"
                            },
                            "buildtargetid": {
                              "description": "unique id auto-generated from the build target name",
                              "anyOf": [
                                {
                                  "type": "string",
                                  "nullable": true
                                },
                                {
                                  "type": "string",
                                  "format": "object-id"
                                }
                              ]
                            },
                            "buildTargetName": {
                              "type": "string",
                              "nullable": true
                            },
                            "buildGUID": {
                              "description": "unique GUID identifying this build",
                              "type": "string",
                              "nullable": true
                            },
                            "buildStatus": {
                              "enum": [
                                "created",
                                "queued",
                                "sentToBuilder",
                                "started",
                                "restarted",
                                "success",
                                "failure",
                                "canceled",
                                "unknown",
                                "processing"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "description": "if the build was built without using data cached from previous builds",
                              "type": "boolean"
                            },
                            "failureDetails": {
                              "description": "list of failure details for this build attempt, when available",
                              "items": {
                                "example": {
                                  "stage": "checkout",
                                  "failureType": "failureType",
                                  "label": "label",
                                  "publicMessage": "publicMessage",
                                  "link": "link",
                                  "displayName": "displayName",
                                  "logline": 42,
                                  "stageMatch": true
                                },
                                "properties": {
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "publicMessage": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "link": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "stage": {
                                    "type": "string",
                                    "description": "Build stage where the failure occurred"
                                  },
                                  "failureType": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "logline": {
                                    "type": "number",
                                    "nullable": true,
                                    "description": "The line number in the build log where the failure occurred"
                                  },
                                  "stageMatch": {
                                    "type": "boolean",
                                    "nullable": true,
                                    "description": "Whether the failure stage matched the expected stage"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "canceledBy": {
                              "enum": [
                                "api",
                                "service",
                                "service-timelimit",
                                "concurrency-timelimit",
                                "restart-limit",
                                "evaluation-timelimit",
                                "jenkins-timelimit",
                                "service-badconfiguration",
                                "billing-invalidsubscription"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "causedBy": {
                              "description": "What triggered the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "causedByUser": {
                              "description": "Name of the user who caused the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "buildProfilePath": {
                              "type": "string",
                              "nullable": true
                            },
                            "platform": {
                              "enum": [
                                "ios",
                                "android",
                                "webplayer",
                                "webgl",
                                "standaloneosxintel",
                                "standaloneosxintel64",
                                "standaloneosxuniversal",
                                "standaloneosx",
                                "standalonewindows",
                                "standalonewindows64",
                                "standalonelinux",
                                "standalonelinux64",
                                "standalonelinuxuniversal",
                                "wsaplayer",
                                "gamecorescarlett",
                                "ps5",
                                "switch"
                              ],
                              "type": "string"
                            },
                            "formattedPlatformName": {
                              "type": "string",
                              "nullable": true
                            },
                            "editorIcon": {
                              "type": "string",
                              "nullable": true
                            },
                            "workspaceSize": {
                              "description": "size of workspace in bytes",
                              "type": "number"
                            },
                            "created": {
                              "description": "when the build was created",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "finished": {
                              "description": "when the build completely finished",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutStartTime": {
                              "description": "when the build starting checking out code",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutTimeInSeconds": {
                              "description": "amount of time spent checking out code",
                              "type": "number"
                            },
                            "buildStartTime": {
                              "description": "when the build started compiling",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "buildTimeInSeconds": {
                              "description": "amount of time spend compiling",
                              "type": "number"
                            },
                            "buildTimeoutMinutes": {
                              "description": "total allowed build time before the build attempt times out",
                              "type": "number"
                            },
                            "publishStartTime": {
                              "description": "when the build started saving build artifacts",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "publishTimeInSeconds": {
                              "description": "amount of time spent saving build artifacts",
                              "type": "number"
                            },
                            "totalTimeInSeconds": {
                              "description": "total time for the build",
                              "type": "number"
                            },
                            "billableTimeInSeconds": {
                              "description": "total billable time for the build",
                              "type": "number"
                            },
                            "unitTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "editModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "playModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "lastBuiltRevision": {
                              "description": "source control commit id for the build",
                              "type": "string",
                              "nullable": true
                            },
                            "changeset": {
                              "description": "a list of source control changes between this and the last build",
                              "type": "array"
                            },
                            "favorited": {
                              "description": "if the build is marked as do not delete or not",
                              "type": "boolean"
                            },
                            "label": {
                              "description": "description given when a build is favorited",
                              "type": "string",
                              "nullable": true
                            },
                            "deleted": {
                              "description": "if the build is deleted or not",
                              "type": "boolean"
                            },
                            "headless": {
                              "description": "if the build was built to run in linux headless mode",
                              "type": "boolean"
                            },
                            "credentialsOutdated": {
                              "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                              "type": "boolean"
                            },
                            "groupBuildId": {
                              "description": "the unique ID used to launch a group of attempts",
                              "format": "uuid",
                              "type": "string",
                              "nullable": true
                            },
                            "buildTargetGroups": {
                              "description": "list of build target groups this build attempt is a part of",
                              "items": {
                                "example": {
                                  "deleted": true,
                                  "name": "name",
                                  "id": "id",
                                  "enabled": true
                                },
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "id": {
                                    "type": "string",
                                    "format": "object-id",
                                    "nullable": true
                                  },
                                  "deleted": {
                                    "type": "boolean"
                                  },
                                  "enabled": {
                                    "type": "boolean"
                                  }
                                },
                                "required": [
                                  "deleted",
                                  "enabled",
                                  "id",
                                  "name"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "machineType": {
                              "description": "the type of machine used to build this build",
                              "example": {
                                "name": "name",
                                "label": "label",
                                "operatingSystem": "operatingSystem",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "operatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "required": [
                                "enabled",
                                "label",
                                "name",
                                "operatingSystem"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "deletedBy": {
                              "description": "email address of the user who deleted this attempt",
                              "type": "string",
                              "nullable": true
                            },
                            "queuedReason": {
                              "description": "reason the build is currently waiting",
                              "enum": [
                                "targetConcurrency",
                                "cooldown",
                                "buildConcurrency",
                                "concurrency",
                                "waitingForBuildAgent",
                                "evaluating",
                                "sentToBuilder",
                                "notPending"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cooldownDate": {
                              "description": "time until this build will be reconsidered for building",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "scmBranch": {
                              "description": "scm branch to be built",
                              "type": "string",
                              "nullable": true
                            },
                            "unityVersion": {
                              "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                              "type": "string",
                              "nullable": true
                            },
                            "architecture": {
                              "description": "The Unity editor architecture used for building",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystemVersion": {
                              "description": "a supported operating system version (ex. 'monterey')",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystem": {
                              "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            },
                            "androidSdkVersion": {
                              "description": "a supported android sdk version (ex. 'android_sdk_34')",
                              "type": "string",
                              "nullable": true
                            },
                            "auditChanges": {
                              "type": "number"
                            },
                            "projectVersion": {
                              "example": {
                                "filename": "filename",
                                "size": 6.84685269835264,
                                "created": "created",
                                "udids": [
                                  "udids",
                                  "udids"
                                ],
                                "name": "name",
                                "bundleId": "bundleId",
                                "projectName": "projectName",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "name": {
                                  "description": "automatically generated name for the build",
                                  "type": "string",
                                  "nullable": true
                                },
                                "filename": {
                                  "description": "filename for the primary artifact",
                                  "type": "string",
                                  "nullable": true
                                },
                                "projectName": {
                                  "description": "name of the project",
                                  "type": "string",
                                  "nullable": true
                                },
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "size": {
                                  "description": "size of the the primary build artifact in bytes",
                                  "type": "number"
                                },
                                "created": {
                                  "description": "creation date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "description": "last modified date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "bundleId": {
                                  "description": "a unique identifier (com.example.name)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "udids": {
                                  "description": "iPhone unique identifiers that are able to install this build",
                                  "items": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object",
                              "nullable": true,
                              "additionalProperties": false
                            },
                            "projectName": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectId": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectGuid": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgId": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgFk": {
                              "type": "string",
                              "nullable": true
                            },
                            "filetoken": {
                              "type": "string",
                              "nullable": true
                            },
                            "links": {
                              "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                              "properties": {
                                "artifacts": {
                                  "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                  "type": "array"
                                }
                              },
                              "additionalProperties": {
                                "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                                "example": {
                                  "method": "method",
                                  "href": "href"
                                },
                                "properties": {
                                  "href": {
                                    "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "method": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "redirect": {
                                    "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "object"
                            },
                            "buildReport": {
                              "example": {
                                "warnings": 1,
                                "errors": 7
                              },
                              "properties": {
                                "errors": {
                                  "type": "integer"
                                },
                                "warnings": {
                                  "type": "integer"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "machineTypeLabel": {
                              "type": "string",
                              "nullable": true
                            },
                            "requestedRevision": {
                              "type": "string",
                              "nullable": true
                            },
                            "error": {
                              "type": "string",
                              "nullable": true
                            },
                            "signedUrls": {
                              "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                              "type": "object",
                              "additionalProperties": {
                                "type": "object",
                                "properties": {
                                  "ResumableUri": {
                                    "type": "string"
                                  },
                                  "SignedUrl": {
                                    "type": "string"
                                  }
                                },
                                "additionalProperties": false
                              },
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-includequery-properties": [
          "settings",
          "credentials"
        ]
      },
      "x-swagger-router-controller": "buildtargets"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets": {
      "get": {
        "summary": "List all build targets for a project",
        "description": "Gets all configured build targets for a project, regardless of whether they are enabled. Add \"?include=settings,credentials\"\nas a query parameter to include the build target settings and credentials with the response.\n",
        "operationId": "getBuildTargets",
        "x-eov-operation-handler": "buildtargets",
        "tags": [
          "buildtargets"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Extra fields to include in the response",
            "in": "query",
            "name": "include",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          },
          {
            "description": "Number of records to return",
            "in": "query",
            "name": "limit",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Number of records to skip",
            "in": "query",
            "name": "offset",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "The unity version used in the most recent build attempt for a build target",
            "in": "query",
            "name": "lastBuiltUnityVersion",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "The currently selected operating system for a build target",
            "in": "query",
            "name": "operatingSystem",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Regex string to use to restrict the results via search",
            "in": "query",
            "name": "search",
            "schema": {
              "type": "string"
            },
            "allowReserved": true
          },
          {
            "description": "Sort by one or more comma-separated fields (minus sign '-' means descending order, e.g. 'name,-created')",
            "in": "query",
            "name": "sortby",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          },
          {
            "description": "Query for only builds of a specific platform",
            "in": "query",
            "name": "platform",
            "schema": {
              "anyOf": [
                {
                  "type": "string",
                  "format": "comma-separated"
                },
                {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              ]
            },
            "allowReserved": true
          },
          {
            "description": "SCM Branch",
            "in": "query",
            "name": "branch",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Xcode Version key (e.g. xcode13_2_1)",
            "in": "query",
            "name": "xcodeVersion",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Android SDK Version key (e.g. android_sdk_34)",
            "in": "query",
            "name": "androidVersion",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Unity Version key (e.g. 2022_3_0f1)",
            "in": "query",
            "name": "unityVersion",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Operating System Version key (e.g. monterey)",
            "in": "query",
            "name": "osVersion",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "The name of the build target",
            "in": "query",
            "name": "buildTargetName",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "The method in which the build target was created by",
            "in": "query",
            "name": "createdBy",
            "schema": {
              "enum": [
                "editor",
                "api"
              ],
              "type": "string"
            }
          },
          {
            "description": "The name of the group",
            "in": "query",
            "name": "groupName",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Include last successful build",
            "in": "query",
            "name": "include_last_success",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Filter build targets eligible for copying caches",
            "in": "query",
            "name": "filterForCacheCopy",
            "schema": {
              "default": false,
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "[\n  {\n    \"name\": \"Default WebGL\",\n    \"platform\": \"webgl\",\n    \"buildtargetid\": \"default-webgl\",\n    \"enabled\": true,\n    \"links\": {\n      \"self\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl\"\n      },\n      \"start_builds\": {\n        \"method\": \"post\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl/builds\"\n      },\n      \"list_builds\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl/builds\"\n      },\n      \"cancel_builds\": {\n        \"method\": \"delete\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl/builds\"\n      },\n      \"polling\": {\n        \"method\": \"post\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl/polling\"\n      }\n    }\n  },\n  {\n    \"name\": \"Default Linux desktop Universal\",\n    \"platform\": \"standalonelinuxuniversal\",\n    \"buildtargetid\": \"default-linux-desktop-universal\",\n    \"enabled\": true,\n    \"links\": {\n      \"self\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-linux-desktop-universal\"\n      },\n      \"start_builds\": {\n        \"method\": \"post\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-linux-desktop-universal/builds\"\n      },\n      \"list_builds\": {\n        \"method\": \"get\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-linux-desktop-universal/builds\"\n      },\n      \"cancel_builds\": {\n        \"method\": \"delete\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-linux-desktop-universal/builds\"\n      },\n      \"polling\": {\n        \"method\": \"post\",\n        \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-linux-desktop-universal/polling\"\n      }\n    }\n  }\n]",
                "schema": {
                  "items": {
                    "example": {
                      "lastBuilt": {
                        "unityVersion": "unityVersion"
                      },
                      "settings": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "createdBy": "createdBy",
                      "credentials": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "name": "name",
                      "builds": [
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        }
                      ],
                      "buildTargetGroups": [
                        {
                          "name": "name",
                          "id": "id"
                        },
                        {
                          "name": "name",
                          "id": "id"
                        }
                      ],
                      "platform": "ios",
                      "enabled": true,
                      "buildtargetid": "buildtargetid"
                    },
                    "properties": {
                      "guid": {
                        "description": "globally unique id for the build target",
                        "type": "string"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "createdBy": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "type": "string",
                        "nullable": true
                      },
                      "enabled": {
                        "description": "whether this target can be built by the API",
                        "type": "boolean"
                      },
                      "settings": {
                        "example": {
                          "advanced": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "platform": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "autoBuildLatest": "inherit",
                          "unityVersion": "unityVersion",
                          "autoBuild": true,
                          "operatingSystemVersion": "operatingSystemVersion",
                          "ignorePlasticCheckedInLibrary": true,
                          "remoteCacheStrategy": "none",
                          "scm": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "executablename": "executablename",
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "fallbackPatchVersion": true,
                          "artifactCompressionLevel": "inherit",
                          "rubyVersion": "rubyVersion",
                          "buildTargetCopyCache": "buildTargetCopyCache",
                          "cacheCompressionLevel": "inherit",
                          "autoDetectUnityVersion": true,
                          "windowsGitBinary": "inherit",
                          "operatingSystemSelected": "mac",
                          "autoBuildCancellation": false,
                          "buildSchedule": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "autoBuildLatest": {
                            "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                            "enum": [
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "autoBuild": {
                            "description": "start builds automatically when your repo is updated",
                            "type": "boolean"
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "autoDetectUnityVersion": {
                            "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                            "type": "boolean"
                          },
                          "fallbackPatchVersion": {
                            "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                            "type": "boolean"
                          },
                          "executablename": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "scm": {
                            "example": {
                              "repo": "repo",
                              "isUnityCloudDrive": true,
                              "client": "client",
                              "type": "git",
                              "branch": "branch",
                              "subdirectory": "subdirectory"
                            },
                            "properties": {
                              "type": {
                                "enum": [
                                  "git",
                                  "svn",
                                  "p4",
                                  "oauth",
                                  "plastic"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "isUnityCloudDrive": {
                                "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                                "type": "boolean"
                              },
                              "repo": {
                                "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                                "type": "string",
                                "nullable": true
                              },
                              "branch": {
                                "type": "string",
                                "nullable": true
                              },
                              "subdirectory": {
                                "description": "subdirectory to build from",
                                "type": "string",
                                "nullable": true
                              },
                              "client": {
                                "description": "perforce only client workspace to build from",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "platform": {
                            "example": {
                              "bundleId": "bundleId",
                              "xcodeVersion": "xcodeVersion"
                            },
                            "properties": {
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "xcodeVersion": {
                                "description": "a supported xcode version (ex. 'xcode13_0_0')",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "buildSchedule": {
                            "description": "For Scheduling builds",
                            "example": {
                              "date": "2000-01-23T04:56:07.000+00:00",
                              "cronScheduleString": "cronScheduleString",
                              "cleanBuild": false,
                              "repeatCycle": "once",
                              "isEnabled": false,
                              "skipBuildIfSameCommit": true,
                              "cronScheduleTimezone": "cronScheduleTimezone"
                            },
                            "properties": {
                              "isEnabled": {
                                "default": false,
                                "type": "boolean"
                              },
                              "date": {
                                "format": "date-time",
                                "type": "string",
                                "nullable": true
                              },
                              "repeatCycle": {
                                "enum": [
                                  "none",
                                  "once",
                                  "daily",
                                  "weekly",
                                  "monthly",
                                  "yearly",
                                  "cron"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleString": {
                                "description": "cron schedule in string format (* * * * *)",
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleTimezone": {
                                "description": "cron schedule timezone (default UTC)",
                                "type": "string",
                                "nullable": true
                              },
                              "cleanBuild": {
                                "default": false,
                                "type": "boolean"
                              },
                              "skipBuildIfSameCommit": {
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "autoBuildCancellation": {
                            "type": "boolean"
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemSelected": {
                            "enum": [
                              "mac",
                              "windows"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "Choose the version of the operating system for building your project.",
                            "type": "string",
                            "nullable": true
                          },
                          "rubyVersion": {
                            "type": "string",
                            "nullable": true
                          },
                          "remoteCacheStrategy": {
                            "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                            "enum": [
                              "none",
                              "library",
                              "workspace",
                              "boostdisk",
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "windowsGitBinary": {
                            "description": "Specifies the Git binary that will be used for Windows builds",
                            "enum": [
                              "inherit",
                              "native",
                              "cygwin"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetCopyCache": {
                            "description": "Specifies the id of the build target that this target's cache was copied from",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "Specifies the Unity editor architecture to use for building the project.",
                            "type": "string",
                            "nullable": true
                          },
                          "cacheCompressionLevel": {
                            "description": "Specifies the compression level for caching workspace or Library.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "artifactCompressionLevel": {
                            "description": "Specifies the compression level for compressed final artifacts.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "advanced": {
                            "example": {
                              "unity": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "android": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "xcode": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "uwp": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              }
                            },
                            "properties": {
                              "xcode": {
                                "example": {
                                  "customFastlaneConfigPath": "customFastlaneConfigPath",
                                  "useArchiveAndExport": true,
                                  "uploadXCArchive": true,
                                  "shouldNotarize": true
                                },
                                "properties": {
                                  "useArchiveAndExport": {
                                    "type": "boolean"
                                  },
                                  "customFastlaneConfigPath": {
                                    "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "uploadXCArchive": {
                                    "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                    "type": "boolean"
                                  },
                                  "shouldNotarize": {
                                    "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "android": {
                                "example": {
                                  "buildAssetPacks": true,
                                  "androidSDKVersion": "androidSDKVersion",
                                  "buildAppBundle": true
                                },
                                "properties": {
                                  "buildAppBundle": {
                                    "type": "boolean"
                                  },
                                  "buildAssetPacks": {
                                    "type": "boolean"
                                  },
                                  "androidSDKVersion": {
                                    "description": "Android SDK Version",
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "unity": {
                                "example": {
                                  "postBuildScriptFailsBuild": true,
                                  "preExportMethod": "preExportMethod",
                                  "playerSettings": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "preBuildScriptFailsBuild": true,
                                  "runPlayModeTests": true,
                                  "disableAssemblyUpdater": true,
                                  "editorUserBuildSettings": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "runUnitTests": true,
                                  "runEditModeTests": true,
                                  "postBuildScript": "postBuildScript",
                                  "acceptApiUpdate": true,
                                  "enableLightBake": true,
                                  "postExportMethod": "postExportMethod",
                                  "assetBundles": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "failedUnitTestFailsBuild": true,
                                  "addressables": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "unitTestMethod": "unitTestMethod",
                                  "playerExporter": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "scriptingDefineSymbols": "scriptingDefineSymbols",
                                  "preBuildScript": "preBuildScript"
                                },
                                "properties": {
                                  "preExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScript": {
                                    "description": "Relative path to the script that should be run before the build process starts.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postBuildScript": {
                                    "description": "Relative path to the script that should be run after the build process finishes.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "postBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "scriptingDefineSymbols": {
                                    "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "playerExporter": {
                                    "example": {
                                      "buildOptions": [
                                        "buildOptions",
                                        "buildOptions"
                                      ],
                                      "sceneList": [
                                        "sceneList",
                                        "sceneList"
                                      ],
                                      "export": true
                                    },
                                    "properties": {
                                      "sceneList": {
                                        "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                        "items": {
                                          "description": "scene names",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "buildOptions": {
                                        "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "export": {
                                        "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "playerSettings": {
                                    "example": {
                                      "Android": {
                                        "useAPKExpansionFiles": true
                                      }
                                    },
                                    "properties": {
                                      "Android": {
                                        "example": {
                                          "useAPKExpansionFiles": true
                                        },
                                        "properties": {
                                          "useAPKExpansionFiles": {
                                            "description": "break up android apk into an installable apk and expansion files",
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "editorUserBuildSettings": {
                                    "example": {
                                      "androidBuildSystem": "internal",
                                      "standaloneBuildSubtarget": "Player"
                                    },
                                    "properties": {
                                      "androidBuildSystem": {
                                        "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                        "enum": [
                                          "internal",
                                          "gradle"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "standaloneBuildSubtarget": {
                                        "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                        "enum": [
                                          "Player",
                                          "Server"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "assetBundles": {
                                    "example": {
                                      "copyToStreamingAssets": true,
                                      "basePath": "basePath",
                                      "buildAssetBundleOptions": "buildAssetBundleOptions",
                                      "copyBundlePatterns": [
                                        "copyBundlePatterns",
                                        "copyBundlePatterns"
                                      ],
                                      "buildBundles": true
                                    },
                                    "properties": {
                                      "buildBundles": {
                                        "description": "enable asset bundle builds for this target",
                                        "type": "boolean"
                                      },
                                      "basePath": {
                                        "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "buildAssetBundleOptions": {
                                        "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "copyToStreamingAssets": {
                                        "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                        "type": "boolean"
                                      },
                                      "copyBundlePatterns": {
                                        "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "addressables": {
                                    "example": {
                                      "profileName": "profileName",
                                      "failedAddressablesFailsBuild": true,
                                      "buildLayoutReportFileFormat": "JSON",
                                      "contentUpdate": true,
                                      "buildAddressables": true,
                                      "generateBuildLayout": true,
                                      "contentUpdateSettings": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      }
                                    },
                                    "properties": {
                                      "buildAddressables": {
                                        "description": "enable addressable builds for this target",
                                        "type": "boolean"
                                      },
                                      "contentUpdate": {
                                        "description": "Update a previously built player with new Addressable Content.",
                                        "type": "boolean"
                                      },
                                      "profileName": {
                                        "description": "which addressables profile should be used for the build",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "failedAddressablesFailsBuild": {
                                        "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                        "type": "boolean"
                                      },
                                      "contentUpdateSettings": {
                                        "example": {
                                          "linkedTargetId": "linkedTargetId",
                                          "contentStatePath": "contentStatePath"
                                        },
                                        "properties": {
                                          "contentStatePath": {
                                            "description": "The path to a Content State .bin file relative to the project root",
                                            "type": "string",
                                            "nullable": true
                                          },
                                          "linkedTargetId": {
                                            "description": "The Id of the build target to obtain a Content State .bin file from",
                                            "type": "string",
                                            "nullable": true
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "generateBuildLayout": {
                                        "description": "Whether to generate the bundle build layout report.",
                                        "type": "boolean"
                                      },
                                      "buildLayoutReportFileFormat": {
                                        "description": "The format of the bundle build layout report.",
                                        "enum": [
                                          "JSON",
                                          "TXT"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "runUnitTests": {
                                    "description": "Run any unit tests your project has when a build happens.",
                                    "type": "boolean"
                                  },
                                  "runEditModeTests": {
                                    "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "runPlayModeTests": {
                                    "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "failedUnitTestFailsBuild": {
                                    "description": "Mark builds as failed if the unit tests do not pass.",
                                    "type": "boolean"
                                  },
                                  "unitTestMethod": {
                                    "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "disableAssemblyUpdater": {
                                    "description": "Disable assembly updater when running Unity",
                                    "type": "boolean"
                                  },
                                  "acceptApiUpdate": {
                                    "description": "Accept API changes when running Unity",
                                    "type": "boolean"
                                  },
                                  "enableLightBake": {
                                    "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "webGL": {
                                "example": {
                                  "beautifulCorner": true,
                                  "beautifulCornerContent": false
                                },
                                "properties": {
                                  "beautifulCorner": {
                                    "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  },
                                  "beautifulCornerContent": {
                                    "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "uwp": {
                                "example": {
                                  "capabilities": [
                                    "EnterpriseAuthentication",
                                    "EnterpriseAuthentication"
                                  ],
                                  "wsaArchitecture": "x64",
                                  "windowsSDKVersion": "10.0.17134.0",
                                  "buildType": "ExecutableOnly",
                                  "msbuildConfiguration": "Debug",
                                  "publishVisualStudioSolution": true,
                                  "visualStudioVersion": "2019",
                                  "targetFamily": [
                                    "Universal",
                                    "Universal"
                                  ],
                                  "platforms": [
                                    "x64",
                                    "x64"
                                  ]
                                },
                                "properties": {
                                  "windowsSDKVersion": {
                                    "description": "Sets Windows SDK Version to use when building UWP",
                                    "enum": [
                                      "10.0.17134.0",
                                      "10.0.17763.0",
                                      "10.0.18362.0",
                                      "10.0.19041.0",
                                      "10.0.20348.0",
                                      "10.0.22621.0",
                                      "10.0.22000.0"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "visualStudioVersion": {
                                    "description": "Sets the Visual Studio Version to use when building UWP",
                                    "enum": [
                                      "2019",
                                      "2022"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "wsaArchitecture": {
                                    "description": "Sets target architecture for Exectuable Only builds",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "capabilities": {
                                    "description": "Sets the capabilities of the build UWP application",
                                    "items": {
                                      "description": "UWP Capabilities",
                                      "enum": [
                                        "EnterpriseAuthentication",
                                        "InternetClient",
                                        "InternetClientServer",
                                        "MusicLibrary",
                                        "PicturesLibrary",
                                        "PrivateNetworkClientServer",
                                        "SharedUserCertificates",
                                        "VideosLibrary",
                                        "WebCam",
                                        "RemovableStorage",
                                        "Proximity",
                                        "Microphone",
                                        "Location",
                                        "HumanInterfaceDevice",
                                        "AllJoyn",
                                        "BlockedChatMessages",
                                        "Chat",
                                        "CodeGeneration",
                                        "Objects3D",
                                        "PhoneCall",
                                        "UserAccountInformation",
                                        "VoipCall",
                                        "Bluetooth",
                                        "SpatialPerception",
                                        "InputInjectionBrokered",
                                        "Appointments",
                                        "BackgroundMediaPlayback",
                                        "Contacts",
                                        "LowLevelDevices",
                                        "OfflineMapsManagement",
                                        "PhoneCallHistoryPublic",
                                        "PointOfService",
                                        "RecordedCallsFolder",
                                        "RemoteSystem",
                                        "SystemManagement",
                                        "UserDataTasks",
                                        "UserNotificationListener",
                                        "GazeInput"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "targetFamily": {
                                    "description": "Sets the target device family for the build",
                                    "items": {
                                      "description": "The target device family",
                                      "enum": [
                                        "Universal",
                                        "Desktop",
                                        "Mobile",
                                        "Xbox",
                                        "Holographic",
                                        "IoT",
                                        "IoTHeadless"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildType": {
                                    "description": "Sets the build type for UWP. Executable",
                                    "enum": [
                                      "ExecutableOnly",
                                      "D3D",
                                      "XAML"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "msbuildConfiguration": {
                                    "description": "Sets the ms build configuration for UWP",
                                    "enum": [
                                      "Debug",
                                      "Release",
                                      "Master",
                                      "MasterWithLTCG"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "platforms": {
                                    "description": "Sets the target platforms for the AppXBundle",
                                    "items": {
                                      "description": "Target Platform",
                                      "enum": [
                                        "x64",
                                        "x86",
                                        "ARM",
                                        "ARM64"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "publishVisualStudioSolution": {
                                    "description": "Enable publishing of the visual studio .sln file",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "ignorePlasticCheckedInLibrary": {
                            "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildTargetGroups": {
                        "items": {
                          "example": {
                            "name": "name",
                            "id": "id"
                          },
                          "properties": {
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "name": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "lastBuilt": {
                        "example": {
                          "unityVersion": "unityVersion"
                        },
                        "properties": {
                          "unityVersion": {
                            "description": "Last Unity version built by this target. Setting this has no effect.",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "credentials": {
                        "example": {
                          "signing": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          }
                        },
                        "properties": {
                          "signing": {
                            "example": {
                              "credentialResourceRef": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "credentialid": "credentialid"
                            },
                            "properties": {
                              "credentialid": {
                                "type": "string",
                                "nullable": true
                              },
                              "credentialResourceRef": {
                                "example": {
                                  "created": "created",
                                  "certificate": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "credentialid": "credentialid",
                                  "provisioningProfile": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "keystore": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "label": "label",
                                  "lastMod": "lastMod",
                                  "platform": "ios"
                                },
                                "properties": {
                                  "platform": {
                                    "enum": [
                                      "ios",
                                      "android",
                                      "webplayer",
                                      "webgl",
                                      "standaloneosxintel",
                                      "standaloneosxintel64",
                                      "standaloneosxuniversal",
                                      "standaloneosx",
                                      "standalonewindows",
                                      "standalonewindows64",
                                      "standalonelinux",
                                      "standalonelinux64",
                                      "standalonelinuxuniversal",
                                      "wsaplayer",
                                      "gamecorescarlett",
                                      "ps5",
                                      "switch"
                                    ],
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "credentialid": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "created": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "lastMod": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "certificate": {
                                    "example": {
                                      "certName": "certName",
                                      "teamId": "teamId",
                                      "uploaded": "uploaded",
                                      "isDistribution": true,
                                      "expiration": "expiration",
                                      "issuer": "issuer"
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "certName": {
                                        "description": "certificate name (from the certificate)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isDistribution": {
                                        "description": "if this is a distribution certificate",
                                        "type": "boolean"
                                      },
                                      "issuer": {
                                        "description": "issuer of the certificate",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "provisioningProfile": {
                                    "example": {
                                      "numDevices": 1.4658129805029452,
                                      "teamId": "teamId",
                                      "bundleId": "bundleId",
                                      "uploaded": "uploaded",
                                      "expiration": "expiration",
                                      "type": "developer",
                                      "uuid": "uuid",
                                      "isEnterpriseProfile": true
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "bundleId": {
                                        "description": "a unique identifier (com.example.name)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uuid": {
                                        "description": "generated UUID of the profile",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isEnterpriseProfile": {
                                        "description": "is this compiled for Apple's enterprise program",
                                        "type": "boolean"
                                      },
                                      "type": {
                                        "enum": [
                                          "developer",
                                          "adhoc",
                                          "appstore"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "numDevices": {
                                        "description": "number of devices provisioned for this certificate",
                                        "type": "number"
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "keystore": {
                                    "example": {
                                      "debug": true,
                                      "alias": "alias",
                                      "expiration": "expiration"
                                    },
                                    "properties": {
                                      "alias": {
                                        "description": "friendly name for keystore",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "debug": {
                                        "description": "whether this is a debug or production keystore",
                                        "type": "boolean"
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "builds": {
                        "items": {
                          "description": "buildattempt",
                          "example": {
                            "checkoutTimeInSeconds": 7.061401241503109,
                            "auditChanges": 1.4894159098541704,
                            "operatingSystem": "operatingSystem",
                            "buildGUID": "buildGUID",
                            "changeset": [
                              "{}",
                              "{}"
                            ],
                            "buildReport": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "unityVersion": "unityVersion",
                            "lastBuiltRevision": "lastBuiltRevision",
                            "failureDetails": [
                              {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              {
                                "stage": "build",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 126,
                                "stageMatch": false
                              }
                            ],
                            "orgFk": "orgFk",
                            "links": {
                              "key": {
                                "method": "method",
                                "meta": "{}",
                                "href": "href"
                              }
                            },
                            "cooldownDate": "cooldownDate",
                            "created": "created",
                            "causedBy": "causedBy",
                            "playModeTestTimeInSeconds": 1.0246457001441578,
                            "workspaceSize": 2.3021358869347655,
                            "finished": "finished",
                            "billableTimeInSeconds": 4.145608029883936,
                            "credentialsOutdated": true,
                            "editorIcon": "editorIcon",
                            "publishTimeInSeconds": 3.616076749251911,
                            "queuedReason": "targetConcurrency",
                            "projectGuid": "projectGuid",
                            "buildTargetGroups": [
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              }
                            ],
                            "projectName": "projectName",
                            "publishStartTime": "publishStartTime",
                            "projectId": "projectId",
                            "projectVersion": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "cleanBuild": true,
                            "formattedPlatformName": "formattedPlatformName",
                            "totalTimeInSeconds": 2.027123023002322,
                            "canceledBy": "api",
                            "error": "error",
                            "filetoken": "filetoken",
                            "platform": "ios",
                            "checkoutStartTime": "checkoutStartTime",
                            "deletedBy": "deletedBy",
                            "orgId": "orgId",
                            "buildStatus": "created",
                            "unitTestTimeInSeconds": 7.386281948385884,
                            "androidSdkVersion": "androidSdkVersion",
                            "operatingSystemVersion": "operatingSystemVersion",
                            "editModeTestTimeInSeconds": 1.2315135367772556,
                            "buildStartTime": "buildStartTime",
                            "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                            "causedByUser": "causedByUser",
                            "buildTimeInSeconds": 9.301444243932576,
                            "machineType": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "buildtargetid": "buildtargetid",
                            "favorited": true,
                            "architecture": "architecture",
                            "buildProfilePath": "buildProfilePath",
                            "requestedRevision": "requestedRevision",
                            "label": "label",
                            "headless": true,
                            "scmBranch": "scmBranch",
                            "deleted": true,
                            "build": 5.962133916683182,
                            "buildTargetName": "buildTargetName",
                            "xcodeVersion": "xcodeVersion",
                            "machineTypeLabel": "machineTypeLabel"
                          },
                          "properties": {
                            "build": {
                              "type": "number"
                            },
                            "buildtargetid": {
                              "description": "unique id auto-generated from the build target name",
                              "anyOf": [
                                {
                                  "type": "string",
                                  "nullable": true
                                },
                                {
                                  "type": "string",
                                  "format": "object-id"
                                }
                              ]
                            },
                            "buildTargetName": {
                              "type": "string",
                              "nullable": true
                            },
                            "buildGUID": {
                              "description": "unique GUID identifying this build",
                              "type": "string",
                              "nullable": true
                            },
                            "buildStatus": {
                              "enum": [
                                "created",
                                "queued",
                                "sentToBuilder",
                                "started",
                                "restarted",
                                "success",
                                "failure",
                                "canceled",
                                "unknown",
                                "processing"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "description": "if the build was built without using data cached from previous builds",
                              "type": "boolean"
                            },
                            "failureDetails": {
                              "description": "list of failure details for this build attempt, when available",
                              "items": {
                                "example": {
                                  "stage": "checkout",
                                  "failureType": "failureType",
                                  "label": "label",
                                  "publicMessage": "publicMessage",
                                  "link": "link",
                                  "displayName": "displayName",
                                  "logline": 42,
                                  "stageMatch": true
                                },
                                "properties": {
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "publicMessage": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "link": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "stage": {
                                    "type": "string",
                                    "description": "Build stage where the failure occurred"
                                  },
                                  "failureType": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "logline": {
                                    "type": "number",
                                    "nullable": true,
                                    "description": "The line number in the build log where the failure occurred"
                                  },
                                  "stageMatch": {
                                    "type": "boolean",
                                    "nullable": true,
                                    "description": "Whether the failure stage matched the expected stage"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "canceledBy": {
                              "enum": [
                                "api",
                                "service",
                                "service-timelimit",
                                "concurrency-timelimit",
                                "restart-limit",
                                "evaluation-timelimit",
                                "jenkins-timelimit",
                                "service-badconfiguration",
                                "billing-invalidsubscription"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "causedBy": {
                              "description": "What triggered the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "causedByUser": {
                              "description": "Name of the user who caused the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "buildProfilePath": {
                              "type": "string",
                              "nullable": true
                            },
                            "platform": {
                              "enum": [
                                "ios",
                                "android",
                                "webplayer",
                                "webgl",
                                "standaloneosxintel",
                                "standaloneosxintel64",
                                "standaloneosxuniversal",
                                "standaloneosx",
                                "standalonewindows",
                                "standalonewindows64",
                                "standalonelinux",
                                "standalonelinux64",
                                "standalonelinuxuniversal",
                                "wsaplayer",
                                "gamecorescarlett",
                                "ps5",
                                "switch"
                              ],
                              "type": "string"
                            },
                            "formattedPlatformName": {
                              "type": "string",
                              "nullable": true
                            },
                            "editorIcon": {
                              "type": "string",
                              "nullable": true
                            },
                            "workspaceSize": {
                              "description": "size of workspace in bytes",
                              "type": "number"
                            },
                            "created": {
                              "description": "when the build was created",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "finished": {
                              "description": "when the build completely finished",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutStartTime": {
                              "description": "when the build starting checking out code",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutTimeInSeconds": {
                              "description": "amount of time spent checking out code",
                              "type": "number"
                            },
                            "buildStartTime": {
                              "description": "when the build started compiling",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "buildTimeInSeconds": {
                              "description": "amount of time spend compiling",
                              "type": "number"
                            },
                            "buildTimeoutMinutes": {
                              "description": "total allowed build time before the build attempt times out",
                              "type": "number"
                            },
                            "publishStartTime": {
                              "description": "when the build started saving build artifacts",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "publishTimeInSeconds": {
                              "description": "amount of time spent saving build artifacts",
                              "type": "number"
                            },
                            "totalTimeInSeconds": {
                              "description": "total time for the build",
                              "type": "number"
                            },
                            "billableTimeInSeconds": {
                              "description": "total billable time for the build",
                              "type": "number"
                            },
                            "unitTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "editModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "playModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "lastBuiltRevision": {
                              "description": "source control commit id for the build",
                              "type": "string",
                              "nullable": true
                            },
                            "changeset": {
                              "description": "a list of source control changes between this and the last build",
                              "type": "array"
                            },
                            "favorited": {
                              "description": "if the build is marked as do not delete or not",
                              "type": "boolean"
                            },
                            "label": {
                              "description": "description given when a build is favorited",
                              "type": "string",
                              "nullable": true
                            },
                            "deleted": {
                              "description": "if the build is deleted or not",
                              "type": "boolean"
                            },
                            "headless": {
                              "description": "if the build was built to run in linux headless mode",
                              "type": "boolean"
                            },
                            "credentialsOutdated": {
                              "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                              "type": "boolean"
                            },
                            "groupBuildId": {
                              "description": "the unique ID used to launch a group of attempts",
                              "format": "uuid",
                              "type": "string",
                              "nullable": true
                            },
                            "buildTargetGroups": {
                              "description": "list of build target groups this build attempt is a part of",
                              "items": {
                                "example": {
                                  "deleted": true,
                                  "name": "name",
                                  "id": "id",
                                  "enabled": true
                                },
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "id": {
                                    "type": "string",
                                    "format": "object-id",
                                    "nullable": true
                                  },
                                  "deleted": {
                                    "type": "boolean"
                                  },
                                  "enabled": {
                                    "type": "boolean"
                                  }
                                },
                                "required": [
                                  "deleted",
                                  "enabled",
                                  "id",
                                  "name"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "machineType": {
                              "description": "the type of machine used to build this build",
                              "example": {
                                "name": "name",
                                "label": "label",
                                "operatingSystem": "operatingSystem",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "operatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "required": [
                                "enabled",
                                "label",
                                "name",
                                "operatingSystem"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "deletedBy": {
                              "description": "email address of the user who deleted this attempt",
                              "type": "string",
                              "nullable": true
                            },
                            "queuedReason": {
                              "description": "reason the build is currently waiting",
                              "enum": [
                                "targetConcurrency",
                                "cooldown",
                                "buildConcurrency",
                                "concurrency",
                                "waitingForBuildAgent",
                                "evaluating",
                                "sentToBuilder",
                                "notPending"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cooldownDate": {
                              "description": "time until this build will be reconsidered for building",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "scmBranch": {
                              "description": "scm branch to be built",
                              "type": "string",
                              "nullable": true
                            },
                            "unityVersion": {
                              "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                              "type": "string",
                              "nullable": true
                            },
                            "architecture": {
                              "description": "The Unity editor architecture used for building",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystemVersion": {
                              "description": "a supported operating system version (ex. 'monterey')",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystem": {
                              "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            },
                            "androidSdkVersion": {
                              "description": "a supported android sdk version (ex. 'android_sdk_34')",
                              "type": "string",
                              "nullable": true
                            },
                            "auditChanges": {
                              "type": "number"
                            },
                            "projectVersion": {
                              "example": {
                                "filename": "filename",
                                "size": 6.84685269835264,
                                "created": "created",
                                "udids": [
                                  "udids",
                                  "udids"
                                ],
                                "name": "name",
                                "bundleId": "bundleId",
                                "projectName": "projectName",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "name": {
                                  "description": "automatically generated name for the build",
                                  "type": "string",
                                  "nullable": true
                                },
                                "filename": {
                                  "description": "filename for the primary artifact",
                                  "type": "string",
                                  "nullable": true
                                },
                                "projectName": {
                                  "description": "name of the project",
                                  "type": "string",
                                  "nullable": true
                                },
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "size": {
                                  "description": "size of the the primary build artifact in bytes",
                                  "type": "number"
                                },
                                "created": {
                                  "description": "creation date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "description": "last modified date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "bundleId": {
                                  "description": "a unique identifier (com.example.name)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "udids": {
                                  "description": "iPhone unique identifiers that are able to install this build",
                                  "items": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object",
                              "nullable": true,
                              "additionalProperties": false
                            },
                            "projectName": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectId": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectGuid": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgId": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgFk": {
                              "type": "string",
                              "nullable": true
                            },
                            "filetoken": {
                              "type": "string",
                              "nullable": true
                            },
                            "links": {
                              "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                              "properties": {
                                "artifacts": {
                                  "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                  "type": "array"
                                }
                              },
                              "additionalProperties": {
                                "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                                "example": {
                                  "method": "method",
                                  "href": "href"
                                },
                                "properties": {
                                  "href": {
                                    "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "method": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "redirect": {
                                    "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "object"
                            },
                            "buildReport": {
                              "example": {
                                "warnings": 1,
                                "errors": 7
                              },
                              "properties": {
                                "errors": {
                                  "type": "integer"
                                },
                                "warnings": {
                                  "type": "integer"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "machineTypeLabel": {
                              "type": "string",
                              "nullable": true
                            },
                            "requestedRevision": {
                              "type": "string",
                              "nullable": true
                            },
                            "error": {
                              "type": "string",
                              "nullable": true
                            },
                            "signedUrls": {
                              "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                              "type": "object",
                              "additionalProperties": {
                                "type": "object",
                                "properties": {
                                  "ResumableUri": {
                                    "type": "string"
                                  },
                                  "SignedUrl": {
                                    "type": "string"
                                  }
                                },
                                "additionalProperties": false
                              },
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "items": {
                    "example": {
                      "lastBuilt": {
                        "unityVersion": "unityVersion"
                      },
                      "settings": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "createdBy": "createdBy",
                      "credentials": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "name": "name",
                      "builds": [
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        }
                      ],
                      "buildTargetGroups": [
                        {
                          "name": "name",
                          "id": "id"
                        },
                        {
                          "name": "name",
                          "id": "id"
                        }
                      ],
                      "platform": "ios",
                      "enabled": true,
                      "buildtargetid": "buildtargetid"
                    },
                    "properties": {
                      "guid": {
                        "description": "globally unique id for the build target",
                        "type": "string"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "createdBy": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "type": "string",
                        "nullable": true
                      },
                      "enabled": {
                        "description": "whether this target can be built by the API",
                        "type": "boolean"
                      },
                      "settings": {
                        "example": {
                          "advanced": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "platform": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "autoBuildLatest": "inherit",
                          "unityVersion": "unityVersion",
                          "autoBuild": true,
                          "operatingSystemVersion": "operatingSystemVersion",
                          "ignorePlasticCheckedInLibrary": true,
                          "remoteCacheStrategy": "none",
                          "scm": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "executablename": "executablename",
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "fallbackPatchVersion": true,
                          "artifactCompressionLevel": "inherit",
                          "rubyVersion": "rubyVersion",
                          "buildTargetCopyCache": "buildTargetCopyCache",
                          "cacheCompressionLevel": "inherit",
                          "autoDetectUnityVersion": true,
                          "windowsGitBinary": "inherit",
                          "operatingSystemSelected": "mac",
                          "autoBuildCancellation": false,
                          "buildSchedule": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "autoBuildLatest": {
                            "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                            "enum": [
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "autoBuild": {
                            "description": "start builds automatically when your repo is updated",
                            "type": "boolean"
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "autoDetectUnityVersion": {
                            "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                            "type": "boolean"
                          },
                          "fallbackPatchVersion": {
                            "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                            "type": "boolean"
                          },
                          "executablename": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "scm": {
                            "example": {
                              "repo": "repo",
                              "isUnityCloudDrive": true,
                              "client": "client",
                              "type": "git",
                              "branch": "branch",
                              "subdirectory": "subdirectory"
                            },
                            "properties": {
                              "type": {
                                "enum": [
                                  "git",
                                  "svn",
                                  "p4",
                                  "oauth",
                                  "plastic"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "isUnityCloudDrive": {
                                "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                                "type": "boolean"
                              },
                              "repo": {
                                "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                                "type": "string",
                                "nullable": true
                              },
                              "branch": {
                                "type": "string",
                                "nullable": true
                              },
                              "subdirectory": {
                                "description": "subdirectory to build from",
                                "type": "string",
                                "nullable": true
                              },
                              "client": {
                                "description": "perforce only client workspace to build from",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "platform": {
                            "example": {
                              "bundleId": "bundleId",
                              "xcodeVersion": "xcodeVersion"
                            },
                            "properties": {
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "xcodeVersion": {
                                "description": "a supported xcode version (ex. 'xcode13_0_0')",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "buildSchedule": {
                            "description": "For Scheduling builds",
                            "example": {
                              "date": "2000-01-23T04:56:07.000+00:00",
                              "cronScheduleString": "cronScheduleString",
                              "cleanBuild": false,
                              "repeatCycle": "once",
                              "isEnabled": false,
                              "skipBuildIfSameCommit": true,
                              "cronScheduleTimezone": "cronScheduleTimezone"
                            },
                            "properties": {
                              "isEnabled": {
                                "default": false,
                                "type": "boolean"
                              },
                              "date": {
                                "format": "date-time",
                                "type": "string",
                                "nullable": true
                              },
                              "repeatCycle": {
                                "enum": [
                                  "none",
                                  "once",
                                  "daily",
                                  "weekly",
                                  "monthly",
                                  "yearly",
                                  "cron"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleString": {
                                "description": "cron schedule in string format (* * * * *)",
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleTimezone": {
                                "description": "cron schedule timezone (default UTC)",
                                "type": "string",
                                "nullable": true
                              },
                              "cleanBuild": {
                                "default": false,
                                "type": "boolean"
                              },
                              "skipBuildIfSameCommit": {
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "autoBuildCancellation": {
                            "type": "boolean"
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemSelected": {
                            "enum": [
                              "mac",
                              "windows"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "Choose the version of the operating system for building your project.",
                            "type": "string",
                            "nullable": true
                          },
                          "rubyVersion": {
                            "type": "string",
                            "nullable": true
                          },
                          "remoteCacheStrategy": {
                            "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                            "enum": [
                              "none",
                              "library",
                              "workspace",
                              "boostdisk",
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "windowsGitBinary": {
                            "description": "Specifies the Git binary that will be used for Windows builds",
                            "enum": [
                              "inherit",
                              "native",
                              "cygwin"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetCopyCache": {
                            "description": "Specifies the id of the build target that this target's cache was copied from",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "Specifies the Unity editor architecture to use for building the project.",
                            "type": "string",
                            "nullable": true
                          },
                          "cacheCompressionLevel": {
                            "description": "Specifies the compression level for caching workspace or Library.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "artifactCompressionLevel": {
                            "description": "Specifies the compression level for compressed final artifacts.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "advanced": {
                            "example": {
                              "unity": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "android": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "xcode": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "uwp": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              }
                            },
                            "properties": {
                              "xcode": {
                                "example": {
                                  "customFastlaneConfigPath": "customFastlaneConfigPath",
                                  "useArchiveAndExport": true,
                                  "uploadXCArchive": true,
                                  "shouldNotarize": true
                                },
                                "properties": {
                                  "useArchiveAndExport": {
                                    "type": "boolean"
                                  },
                                  "customFastlaneConfigPath": {
                                    "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "uploadXCArchive": {
                                    "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                    "type": "boolean"
                                  },
                                  "shouldNotarize": {
                                    "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "android": {
                                "example": {
                                  "buildAssetPacks": true,
                                  "androidSDKVersion": "androidSDKVersion",
                                  "buildAppBundle": true
                                },
                                "properties": {
                                  "buildAppBundle": {
                                    "type": "boolean"
                                  },
                                  "buildAssetPacks": {
                                    "type": "boolean"
                                  },
                                  "androidSDKVersion": {
                                    "description": "Android SDK Version",
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "unity": {
                                "example": {
                                  "postBuildScriptFailsBuild": true,
                                  "preExportMethod": "preExportMethod",
                                  "playerSettings": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "preBuildScriptFailsBuild": true,
                                  "runPlayModeTests": true,
                                  "disableAssemblyUpdater": true,
                                  "editorUserBuildSettings": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "runUnitTests": true,
                                  "runEditModeTests": true,
                                  "postBuildScript": "postBuildScript",
                                  "acceptApiUpdate": true,
                                  "enableLightBake": true,
                                  "postExportMethod": "postExportMethod",
                                  "assetBundles": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "failedUnitTestFailsBuild": true,
                                  "addressables": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "unitTestMethod": "unitTestMethod",
                                  "playerExporter": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "scriptingDefineSymbols": "scriptingDefineSymbols",
                                  "preBuildScript": "preBuildScript"
                                },
                                "properties": {
                                  "preExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScript": {
                                    "description": "Relative path to the script that should be run before the build process starts.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postBuildScript": {
                                    "description": "Relative path to the script that should be run after the build process finishes.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "postBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "scriptingDefineSymbols": {
                                    "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "playerExporter": {
                                    "example": {
                                      "buildOptions": [
                                        "buildOptions",
                                        "buildOptions"
                                      ],
                                      "sceneList": [
                                        "sceneList",
                                        "sceneList"
                                      ],
                                      "export": true
                                    },
                                    "properties": {
                                      "sceneList": {
                                        "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                        "items": {
                                          "description": "scene names",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "buildOptions": {
                                        "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "export": {
                                        "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "playerSettings": {
                                    "example": {
                                      "Android": {
                                        "useAPKExpansionFiles": true
                                      }
                                    },
                                    "properties": {
                                      "Android": {
                                        "example": {
                                          "useAPKExpansionFiles": true
                                        },
                                        "properties": {
                                          "useAPKExpansionFiles": {
                                            "description": "break up android apk into an installable apk and expansion files",
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "editorUserBuildSettings": {
                                    "example": {
                                      "androidBuildSystem": "internal",
                                      "standaloneBuildSubtarget": "Player"
                                    },
                                    "properties": {
                                      "androidBuildSystem": {
                                        "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                        "enum": [
                                          "internal",
                                          "gradle"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "standaloneBuildSubtarget": {
                                        "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                        "enum": [
                                          "Player",
                                          "Server"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "assetBundles": {
                                    "example": {
                                      "copyToStreamingAssets": true,
                                      "basePath": "basePath",
                                      "buildAssetBundleOptions": "buildAssetBundleOptions",
                                      "copyBundlePatterns": [
                                        "copyBundlePatterns",
                                        "copyBundlePatterns"
                                      ],
                                      "buildBundles": true
                                    },
                                    "properties": {
                                      "buildBundles": {
                                        "description": "enable asset bundle builds for this target",
                                        "type": "boolean"
                                      },
                                      "basePath": {
                                        "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "buildAssetBundleOptions": {
                                        "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "copyToStreamingAssets": {
                                        "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                        "type": "boolean"
                                      },
                                      "copyBundlePatterns": {
                                        "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "addressables": {
                                    "example": {
                                      "profileName": "profileName",
                                      "failedAddressablesFailsBuild": true,
                                      "buildLayoutReportFileFormat": "JSON",
                                      "contentUpdate": true,
                                      "buildAddressables": true,
                                      "generateBuildLayout": true,
                                      "contentUpdateSettings": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      }
                                    },
                                    "properties": {
                                      "buildAddressables": {
                                        "description": "enable addressable builds for this target",
                                        "type": "boolean"
                                      },
                                      "contentUpdate": {
                                        "description": "Update a previously built player with new Addressable Content.",
                                        "type": "boolean"
                                      },
                                      "profileName": {
                                        "description": "which addressables profile should be used for the build",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "failedAddressablesFailsBuild": {
                                        "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                        "type": "boolean"
                                      },
                                      "contentUpdateSettings": {
                                        "example": {
                                          "linkedTargetId": "linkedTargetId",
                                          "contentStatePath": "contentStatePath"
                                        },
                                        "properties": {
                                          "contentStatePath": {
                                            "description": "The path to a Content State .bin file relative to the project root",
                                            "type": "string",
                                            "nullable": true
                                          },
                                          "linkedTargetId": {
                                            "description": "The Id of the build target to obtain a Content State .bin file from",
                                            "type": "string",
                                            "nullable": true
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "generateBuildLayout": {
                                        "description": "Whether to generate the bundle build layout report.",
                                        "type": "boolean"
                                      },
                                      "buildLayoutReportFileFormat": {
                                        "description": "The format of the bundle build layout report.",
                                        "enum": [
                                          "JSON",
                                          "TXT"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "runUnitTests": {
                                    "description": "Run any unit tests your project has when a build happens.",
                                    "type": "boolean"
                                  },
                                  "runEditModeTests": {
                                    "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "runPlayModeTests": {
                                    "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "failedUnitTestFailsBuild": {
                                    "description": "Mark builds as failed if the unit tests do not pass.",
                                    "type": "boolean"
                                  },
                                  "unitTestMethod": {
                                    "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "disableAssemblyUpdater": {
                                    "description": "Disable assembly updater when running Unity",
                                    "type": "boolean"
                                  },
                                  "acceptApiUpdate": {
                                    "description": "Accept API changes when running Unity",
                                    "type": "boolean"
                                  },
                                  "enableLightBake": {
                                    "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "webGL": {
                                "example": {
                                  "beautifulCorner": true,
                                  "beautifulCornerContent": false
                                },
                                "properties": {
                                  "beautifulCorner": {
                                    "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  },
                                  "beautifulCornerContent": {
                                    "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "uwp": {
                                "example": {
                                  "capabilities": [
                                    "EnterpriseAuthentication",
                                    "EnterpriseAuthentication"
                                  ],
                                  "wsaArchitecture": "x64",
                                  "windowsSDKVersion": "10.0.17134.0",
                                  "buildType": "ExecutableOnly",
                                  "msbuildConfiguration": "Debug",
                                  "publishVisualStudioSolution": true,
                                  "visualStudioVersion": "2019",
                                  "targetFamily": [
                                    "Universal",
                                    "Universal"
                                  ],
                                  "platforms": [
                                    "x64",
                                    "x64"
                                  ]
                                },
                                "properties": {
                                  "windowsSDKVersion": {
                                    "description": "Sets Windows SDK Version to use when building UWP",
                                    "enum": [
                                      "10.0.17134.0",
                                      "10.0.17763.0",
                                      "10.0.18362.0",
                                      "10.0.19041.0",
                                      "10.0.20348.0",
                                      "10.0.22621.0",
                                      "10.0.22000.0"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "visualStudioVersion": {
                                    "description": "Sets the Visual Studio Version to use when building UWP",
                                    "enum": [
                                      "2019",
                                      "2022"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "wsaArchitecture": {
                                    "description": "Sets target architecture for Exectuable Only builds",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "capabilities": {
                                    "description": "Sets the capabilities of the build UWP application",
                                    "items": {
                                      "description": "UWP Capabilities",
                                      "enum": [
                                        "EnterpriseAuthentication",
                                        "InternetClient",
                                        "InternetClientServer",
                                        "MusicLibrary",
                                        "PicturesLibrary",
                                        "PrivateNetworkClientServer",
                                        "SharedUserCertificates",
                                        "VideosLibrary",
                                        "WebCam",
                                        "RemovableStorage",
                                        "Proximity",
                                        "Microphone",
                                        "Location",
                                        "HumanInterfaceDevice",
                                        "AllJoyn",
                                        "BlockedChatMessages",
                                        "Chat",
                                        "CodeGeneration",
                                        "Objects3D",
                                        "PhoneCall",
                                        "UserAccountInformation",
                                        "VoipCall",
                                        "Bluetooth",
                                        "SpatialPerception",
                                        "InputInjectionBrokered",
                                        "Appointments",
                                        "BackgroundMediaPlayback",
                                        "Contacts",
                                        "LowLevelDevices",
                                        "OfflineMapsManagement",
                                        "PhoneCallHistoryPublic",
                                        "PointOfService",
                                        "RecordedCallsFolder",
                                        "RemoteSystem",
                                        "SystemManagement",
                                        "UserDataTasks",
                                        "UserNotificationListener",
                                        "GazeInput"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "targetFamily": {
                                    "description": "Sets the target device family for the build",
                                    "items": {
                                      "description": "The target device family",
                                      "enum": [
                                        "Universal",
                                        "Desktop",
                                        "Mobile",
                                        "Xbox",
                                        "Holographic",
                                        "IoT",
                                        "IoTHeadless"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildType": {
                                    "description": "Sets the build type for UWP. Executable",
                                    "enum": [
                                      "ExecutableOnly",
                                      "D3D",
                                      "XAML"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "msbuildConfiguration": {
                                    "description": "Sets the ms build configuration for UWP",
                                    "enum": [
                                      "Debug",
                                      "Release",
                                      "Master",
                                      "MasterWithLTCG"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "platforms": {
                                    "description": "Sets the target platforms for the AppXBundle",
                                    "items": {
                                      "description": "Target Platform",
                                      "enum": [
                                        "x64",
                                        "x86",
                                        "ARM",
                                        "ARM64"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "publishVisualStudioSolution": {
                                    "description": "Enable publishing of the visual studio .sln file",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "ignorePlasticCheckedInLibrary": {
                            "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildTargetGroups": {
                        "items": {
                          "example": {
                            "name": "name",
                            "id": "id"
                          },
                          "properties": {
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "name": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "lastBuilt": {
                        "example": {
                          "unityVersion": "unityVersion"
                        },
                        "properties": {
                          "unityVersion": {
                            "description": "Last Unity version built by this target. Setting this has no effect.",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "credentials": {
                        "example": {
                          "signing": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          }
                        },
                        "properties": {
                          "signing": {
                            "example": {
                              "credentialResourceRef": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "credentialid": "credentialid"
                            },
                            "properties": {
                              "credentialid": {
                                "type": "string",
                                "nullable": true
                              },
                              "credentialResourceRef": {
                                "example": {
                                  "created": "created",
                                  "certificate": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "credentialid": "credentialid",
                                  "provisioningProfile": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "keystore": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "label": "label",
                                  "lastMod": "lastMod",
                                  "platform": "ios"
                                },
                                "properties": {
                                  "platform": {
                                    "enum": [
                                      "ios",
                                      "android",
                                      "webplayer",
                                      "webgl",
                                      "standaloneosxintel",
                                      "standaloneosxintel64",
                                      "standaloneosxuniversal",
                                      "standaloneosx",
                                      "standalonewindows",
                                      "standalonewindows64",
                                      "standalonelinux",
                                      "standalonelinux64",
                                      "standalonelinuxuniversal",
                                      "wsaplayer",
                                      "gamecorescarlett",
                                      "ps5",
                                      "switch"
                                    ],
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "credentialid": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "created": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "lastMod": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "certificate": {
                                    "example": {
                                      "certName": "certName",
                                      "teamId": "teamId",
                                      "uploaded": "uploaded",
                                      "isDistribution": true,
                                      "expiration": "expiration",
                                      "issuer": "issuer"
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "certName": {
                                        "description": "certificate name (from the certificate)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isDistribution": {
                                        "description": "if this is a distribution certificate",
                                        "type": "boolean"
                                      },
                                      "issuer": {
                                        "description": "issuer of the certificate",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "provisioningProfile": {
                                    "example": {
                                      "numDevices": 1.4658129805029452,
                                      "teamId": "teamId",
                                      "bundleId": "bundleId",
                                      "uploaded": "uploaded",
                                      "expiration": "expiration",
                                      "type": "developer",
                                      "uuid": "uuid",
                                      "isEnterpriseProfile": true
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "bundleId": {
                                        "description": "a unique identifier (com.example.name)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uuid": {
                                        "description": "generated UUID of the profile",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isEnterpriseProfile": {
                                        "description": "is this compiled for Apple's enterprise program",
                                        "type": "boolean"
                                      },
                                      "type": {
                                        "enum": [
                                          "developer",
                                          "adhoc",
                                          "appstore"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "numDevices": {
                                        "description": "number of devices provisioned for this certificate",
                                        "type": "number"
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "keystore": {
                                    "example": {
                                      "debug": true,
                                      "alias": "alias",
                                      "expiration": "expiration"
                                    },
                                    "properties": {
                                      "alias": {
                                        "description": "friendly name for keystore",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "debug": {
                                        "description": "whether this is a debug or production keystore",
                                        "type": "boolean"
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "builds": {
                        "items": {
                          "description": "buildattempt",
                          "example": {
                            "checkoutTimeInSeconds": 7.061401241503109,
                            "auditChanges": 1.4894159098541704,
                            "operatingSystem": "operatingSystem",
                            "buildGUID": "buildGUID",
                            "changeset": [
                              "{}",
                              "{}"
                            ],
                            "buildReport": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "unityVersion": "unityVersion",
                            "lastBuiltRevision": "lastBuiltRevision",
                            "failureDetails": [
                              {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              {
                                "stage": "build",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 126,
                                "stageMatch": false
                              }
                            ],
                            "orgFk": "orgFk",
                            "links": {
                              "key": {
                                "method": "method",
                                "meta": "{}",
                                "href": "href"
                              }
                            },
                            "cooldownDate": "cooldownDate",
                            "created": "created",
                            "causedBy": "causedBy",
                            "playModeTestTimeInSeconds": 1.0246457001441578,
                            "workspaceSize": 2.3021358869347655,
                            "finished": "finished",
                            "billableTimeInSeconds": 4.145608029883936,
                            "credentialsOutdated": true,
                            "editorIcon": "editorIcon",
                            "publishTimeInSeconds": 3.616076749251911,
                            "queuedReason": "targetConcurrency",
                            "projectGuid": "projectGuid",
                            "buildTargetGroups": [
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              }
                            ],
                            "projectName": "projectName",
                            "publishStartTime": "publishStartTime",
                            "projectId": "projectId",
                            "projectVersion": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "cleanBuild": true,
                            "formattedPlatformName": "formattedPlatformName",
                            "totalTimeInSeconds": 2.027123023002322,
                            "canceledBy": "api",
                            "error": "error",
                            "filetoken": "filetoken",
                            "platform": "ios",
                            "checkoutStartTime": "checkoutStartTime",
                            "deletedBy": "deletedBy",
                            "orgId": "orgId",
                            "buildStatus": "created",
                            "unitTestTimeInSeconds": 7.386281948385884,
                            "androidSdkVersion": "androidSdkVersion",
                            "operatingSystemVersion": "operatingSystemVersion",
                            "editModeTestTimeInSeconds": 1.2315135367772556,
                            "buildStartTime": "buildStartTime",
                            "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                            "causedByUser": "causedByUser",
                            "buildTimeInSeconds": 9.301444243932576,
                            "machineType": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "buildtargetid": "buildtargetid",
                            "favorited": true,
                            "architecture": "architecture",
                            "buildProfilePath": "buildProfilePath",
                            "requestedRevision": "requestedRevision",
                            "label": "label",
                            "headless": true,
                            "scmBranch": "scmBranch",
                            "deleted": true,
                            "build": 5.962133916683182,
                            "buildTargetName": "buildTargetName",
                            "xcodeVersion": "xcodeVersion",
                            "machineTypeLabel": "machineTypeLabel"
                          },
                          "properties": {
                            "build": {
                              "type": "number"
                            },
                            "buildtargetid": {
                              "description": "unique id auto-generated from the build target name",
                              "anyOf": [
                                {
                                  "type": "string",
                                  "nullable": true
                                },
                                {
                                  "type": "string",
                                  "format": "object-id"
                                }
                              ]
                            },
                            "buildTargetName": {
                              "type": "string",
                              "nullable": true
                            },
                            "buildGUID": {
                              "description": "unique GUID identifying this build",
                              "type": "string",
                              "nullable": true
                            },
                            "buildStatus": {
                              "enum": [
                                "created",
                                "queued",
                                "sentToBuilder",
                                "started",
                                "restarted",
                                "success",
                                "failure",
                                "canceled",
                                "unknown",
                                "processing"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "description": "if the build was built without using data cached from previous builds",
                              "type": "boolean"
                            },
                            "failureDetails": {
                              "description": "list of failure details for this build attempt, when available",
                              "items": {
                                "example": {
                                  "stage": "checkout",
                                  "failureType": "failureType",
                                  "label": "label",
                                  "publicMessage": "publicMessage",
                                  "link": "link",
                                  "displayName": "displayName",
                                  "logline": 42,
                                  "stageMatch": true
                                },
                                "properties": {
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "publicMessage": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "link": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "stage": {
                                    "type": "string",
                                    "description": "Build stage where the failure occurred"
                                  },
                                  "failureType": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "logline": {
                                    "type": "number",
                                    "nullable": true,
                                    "description": "The line number in the build log where the failure occurred"
                                  },
                                  "stageMatch": {
                                    "type": "boolean",
                                    "nullable": true,
                                    "description": "Whether the failure stage matched the expected stage"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "canceledBy": {
                              "enum": [
                                "api",
                                "service",
                                "service-timelimit",
                                "concurrency-timelimit",
                                "restart-limit",
                                "evaluation-timelimit",
                                "jenkins-timelimit",
                                "service-badconfiguration",
                                "billing-invalidsubscription"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "causedBy": {
                              "description": "What triggered the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "causedByUser": {
                              "description": "Name of the user who caused the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "buildProfilePath": {
                              "type": "string",
                              "nullable": true
                            },
                            "platform": {
                              "enum": [
                                "ios",
                                "android",
                                "webplayer",
                                "webgl",
                                "standaloneosxintel",
                                "standaloneosxintel64",
                                "standaloneosxuniversal",
                                "standaloneosx",
                                "standalonewindows",
                                "standalonewindows64",
                                "standalonelinux",
                                "standalonelinux64",
                                "standalonelinuxuniversal",
                                "wsaplayer",
                                "gamecorescarlett",
                                "ps5",
                                "switch"
                              ],
                              "type": "string"
                            },
                            "formattedPlatformName": {
                              "type": "string",
                              "nullable": true
                            },
                            "editorIcon": {
                              "type": "string",
                              "nullable": true
                            },
                            "workspaceSize": {
                              "description": "size of workspace in bytes",
                              "type": "number"
                            },
                            "created": {
                              "description": "when the build was created",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "finished": {
                              "description": "when the build completely finished",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutStartTime": {
                              "description": "when the build starting checking out code",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutTimeInSeconds": {
                              "description": "amount of time spent checking out code",
                              "type": "number"
                            },
                            "buildStartTime": {
                              "description": "when the build started compiling",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "buildTimeInSeconds": {
                              "description": "amount of time spend compiling",
                              "type": "number"
                            },
                            "buildTimeoutMinutes": {
                              "description": "total allowed build time before the build attempt times out",
                              "type": "number"
                            },
                            "publishStartTime": {
                              "description": "when the build started saving build artifacts",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "publishTimeInSeconds": {
                              "description": "amount of time spent saving build artifacts",
                              "type": "number"
                            },
                            "totalTimeInSeconds": {
                              "description": "total time for the build",
                              "type": "number"
                            },
                            "billableTimeInSeconds": {
                              "description": "total billable time for the build",
                              "type": "number"
                            },
                            "unitTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "editModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "playModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "lastBuiltRevision": {
                              "description": "source control commit id for the build",
                              "type": "string",
                              "nullable": true
                            },
                            "changeset": {
                              "description": "a list of source control changes between this and the last build",
                              "type": "array"
                            },
                            "favorited": {
                              "description": "if the build is marked as do not delete or not",
                              "type": "boolean"
                            },
                            "label": {
                              "description": "description given when a build is favorited",
                              "type": "string",
                              "nullable": true
                            },
                            "deleted": {
                              "description": "if the build is deleted or not",
                              "type": "boolean"
                            },
                            "headless": {
                              "description": "if the build was built to run in linux headless mode",
                              "type": "boolean"
                            },
                            "credentialsOutdated": {
                              "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                              "type": "boolean"
                            },
                            "groupBuildId": {
                              "description": "the unique ID used to launch a group of attempts",
                              "format": "uuid",
                              "type": "string",
                              "nullable": true
                            },
                            "buildTargetGroups": {
                              "description": "list of build target groups this build attempt is a part of",
                              "items": {
                                "example": {
                                  "deleted": true,
                                  "name": "name",
                                  "id": "id",
                                  "enabled": true
                                },
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "id": {
                                    "type": "string",
                                    "format": "object-id",
                                    "nullable": true
                                  },
                                  "deleted": {
                                    "type": "boolean"
                                  },
                                  "enabled": {
                                    "type": "boolean"
                                  }
                                },
                                "required": [
                                  "deleted",
                                  "enabled",
                                  "id",
                                  "name"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "machineType": {
                              "description": "the type of machine used to build this build",
                              "example": {
                                "name": "name",
                                "label": "label",
                                "operatingSystem": "operatingSystem",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "operatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "required": [
                                "enabled",
                                "label",
                                "name",
                                "operatingSystem"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "deletedBy": {
                              "description": "email address of the user who deleted this attempt",
                              "type": "string",
                              "nullable": true
                            },
                            "queuedReason": {
                              "description": "reason the build is currently waiting",
                              "enum": [
                                "targetConcurrency",
                                "cooldown",
                                "buildConcurrency",
                                "concurrency",
                                "waitingForBuildAgent",
                                "evaluating",
                                "sentToBuilder",
                                "notPending"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cooldownDate": {
                              "description": "time until this build will be reconsidered for building",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "scmBranch": {
                              "description": "scm branch to be built",
                              "type": "string",
                              "nullable": true
                            },
                            "unityVersion": {
                              "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                              "type": "string",
                              "nullable": true
                            },
                            "architecture": {
                              "description": "The Unity editor architecture used for building",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystemVersion": {
                              "description": "a supported operating system version (ex. 'monterey')",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystem": {
                              "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            },
                            "androidSdkVersion": {
                              "description": "a supported android sdk version (ex. 'android_sdk_34')",
                              "type": "string",
                              "nullable": true
                            },
                            "auditChanges": {
                              "type": "number"
                            },
                            "projectVersion": {
                              "example": {
                                "filename": "filename",
                                "size": 6.84685269835264,
                                "created": "created",
                                "udids": [
                                  "udids",
                                  "udids"
                                ],
                                "name": "name",
                                "bundleId": "bundleId",
                                "projectName": "projectName",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "name": {
                                  "description": "automatically generated name for the build",
                                  "type": "string",
                                  "nullable": true
                                },
                                "filename": {
                                  "description": "filename for the primary artifact",
                                  "type": "string",
                                  "nullable": true
                                },
                                "projectName": {
                                  "description": "name of the project",
                                  "type": "string",
                                  "nullable": true
                                },
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "size": {
                                  "description": "size of the the primary build artifact in bytes",
                                  "type": "number"
                                },
                                "created": {
                                  "description": "creation date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "description": "last modified date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "bundleId": {
                                  "description": "a unique identifier (com.example.name)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "udids": {
                                  "description": "iPhone unique identifiers that are able to install this build",
                                  "items": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object",
                              "nullable": true,
                              "additionalProperties": false
                            },
                            "projectName": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectId": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectGuid": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgId": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgFk": {
                              "type": "string",
                              "nullable": true
                            },
                            "filetoken": {
                              "type": "string",
                              "nullable": true
                            },
                            "links": {
                              "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                              "properties": {
                                "artifacts": {
                                  "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                  "type": "array"
                                }
                              },
                              "additionalProperties": {
                                "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                                "example": {
                                  "method": "method",
                                  "href": "href"
                                },
                                "properties": {
                                  "href": {
                                    "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "method": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "redirect": {
                                    "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "object"
                            },
                            "buildReport": {
                              "example": {
                                "warnings": 1,
                                "errors": 7
                              },
                              "properties": {
                                "errors": {
                                  "type": "integer"
                                },
                                "warnings": {
                                  "type": "integer"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "machineTypeLabel": {
                              "type": "string",
                              "nullable": true
                            },
                            "requestedRevision": {
                              "type": "string",
                              "nullable": true
                            },
                            "error": {
                              "type": "string",
                              "nullable": true
                            },
                            "signedUrls": {
                              "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                              "type": "object",
                              "additionalProperties": {
                                "type": "object",
                                "properties": {
                                  "ResumableUri": {
                                    "type": "string"
                                  },
                                  "SignedUrl": {
                                    "type": "string"
                                  }
                                },
                                "additionalProperties": false
                              },
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/plain": {
                "schema": {
                  "items": {
                    "example": {
                      "lastBuilt": {
                        "unityVersion": "unityVersion"
                      },
                      "settings": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "createdBy": "createdBy",
                      "credentials": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "name": "name",
                      "builds": [
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        }
                      ],
                      "buildTargetGroups": [
                        {
                          "name": "name",
                          "id": "id"
                        },
                        {
                          "name": "name",
                          "id": "id"
                        }
                      ],
                      "platform": "ios",
                      "enabled": true,
                      "buildtargetid": "buildtargetid"
                    },
                    "properties": {
                      "guid": {
                        "description": "globally unique id for the build target",
                        "type": "string"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "createdBy": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "type": "string",
                        "nullable": true
                      },
                      "enabled": {
                        "description": "whether this target can be built by the API",
                        "type": "boolean"
                      },
                      "settings": {
                        "example": {
                          "advanced": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "platform": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "autoBuildLatest": "inherit",
                          "unityVersion": "unityVersion",
                          "autoBuild": true,
                          "operatingSystemVersion": "operatingSystemVersion",
                          "ignorePlasticCheckedInLibrary": true,
                          "remoteCacheStrategy": "none",
                          "scm": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "executablename": "executablename",
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "fallbackPatchVersion": true,
                          "artifactCompressionLevel": "inherit",
                          "rubyVersion": "rubyVersion",
                          "buildTargetCopyCache": "buildTargetCopyCache",
                          "cacheCompressionLevel": "inherit",
                          "autoDetectUnityVersion": true,
                          "windowsGitBinary": "inherit",
                          "operatingSystemSelected": "mac",
                          "autoBuildCancellation": false,
                          "buildSchedule": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "autoBuildLatest": {
                            "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                            "enum": [
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "autoBuild": {
                            "description": "start builds automatically when your repo is updated",
                            "type": "boolean"
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "autoDetectUnityVersion": {
                            "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                            "type": "boolean"
                          },
                          "fallbackPatchVersion": {
                            "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                            "type": "boolean"
                          },
                          "executablename": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "scm": {
                            "example": {
                              "repo": "repo",
                              "isUnityCloudDrive": true,
                              "client": "client",
                              "type": "git",
                              "branch": "branch",
                              "subdirectory": "subdirectory"
                            },
                            "properties": {
                              "type": {
                                "enum": [
                                  "git",
                                  "svn",
                                  "p4",
                                  "oauth",
                                  "plastic"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "isUnityCloudDrive": {
                                "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                                "type": "boolean"
                              },
                              "repo": {
                                "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                                "type": "string",
                                "nullable": true
                              },
                              "branch": {
                                "type": "string",
                                "nullable": true
                              },
                              "subdirectory": {
                                "description": "subdirectory to build from",
                                "type": "string",
                                "nullable": true
                              },
                              "client": {
                                "description": "perforce only client workspace to build from",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "platform": {
                            "example": {
                              "bundleId": "bundleId",
                              "xcodeVersion": "xcodeVersion"
                            },
                            "properties": {
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "xcodeVersion": {
                                "description": "a supported xcode version (ex. 'xcode13_0_0')",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "buildSchedule": {
                            "description": "For Scheduling builds",
                            "example": {
                              "date": "2000-01-23T04:56:07.000+00:00",
                              "cronScheduleString": "cronScheduleString",
                              "cleanBuild": false,
                              "repeatCycle": "once",
                              "isEnabled": false,
                              "skipBuildIfSameCommit": true,
                              "cronScheduleTimezone": "cronScheduleTimezone"
                            },
                            "properties": {
                              "isEnabled": {
                                "default": false,
                                "type": "boolean"
                              },
                              "date": {
                                "format": "date-time",
                                "type": "string",
                                "nullable": true
                              },
                              "repeatCycle": {
                                "enum": [
                                  "none",
                                  "once",
                                  "daily",
                                  "weekly",
                                  "monthly",
                                  "yearly",
                                  "cron"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleString": {
                                "description": "cron schedule in string format (* * * * *)",
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleTimezone": {
                                "description": "cron schedule timezone (default UTC)",
                                "type": "string",
                                "nullable": true
                              },
                              "cleanBuild": {
                                "default": false,
                                "type": "boolean"
                              },
                              "skipBuildIfSameCommit": {
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "autoBuildCancellation": {
                            "type": "boolean"
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemSelected": {
                            "enum": [
                              "mac",
                              "windows"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "Choose the version of the operating system for building your project.",
                            "type": "string",
                            "nullable": true
                          },
                          "rubyVersion": {
                            "type": "string",
                            "nullable": true
                          },
                          "remoteCacheStrategy": {
                            "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                            "enum": [
                              "none",
                              "library",
                              "workspace",
                              "boostdisk",
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "windowsGitBinary": {
                            "description": "Specifies the Git binary that will be used for Windows builds",
                            "enum": [
                              "inherit",
                              "native",
                              "cygwin"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetCopyCache": {
                            "description": "Specifies the id of the build target that this target's cache was copied from",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "Specifies the Unity editor architecture to use for building the project.",
                            "type": "string",
                            "nullable": true
                          },
                          "cacheCompressionLevel": {
                            "description": "Specifies the compression level for caching workspace or Library.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "artifactCompressionLevel": {
                            "description": "Specifies the compression level for compressed final artifacts.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "advanced": {
                            "example": {
                              "unity": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "android": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "xcode": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "uwp": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              }
                            },
                            "properties": {
                              "xcode": {
                                "example": {
                                  "customFastlaneConfigPath": "customFastlaneConfigPath",
                                  "useArchiveAndExport": true,
                                  "uploadXCArchive": true,
                                  "shouldNotarize": true
                                },
                                "properties": {
                                  "useArchiveAndExport": {
                                    "type": "boolean"
                                  },
                                  "customFastlaneConfigPath": {
                                    "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "uploadXCArchive": {
                                    "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                    "type": "boolean"
                                  },
                                  "shouldNotarize": {
                                    "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "android": {
                                "example": {
                                  "buildAssetPacks": true,
                                  "androidSDKVersion": "androidSDKVersion",
                                  "buildAppBundle": true
                                },
                                "properties": {
                                  "buildAppBundle": {
                                    "type": "boolean"
                                  },
                                  "buildAssetPacks": {
                                    "type": "boolean"
                                  },
                                  "androidSDKVersion": {
                                    "description": "Android SDK Version",
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "unity": {
                                "example": {
                                  "postBuildScriptFailsBuild": true,
                                  "preExportMethod": "preExportMethod",
                                  "playerSettings": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "preBuildScriptFailsBuild": true,
                                  "runPlayModeTests": true,
                                  "disableAssemblyUpdater": true,
                                  "editorUserBuildSettings": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "runUnitTests": true,
                                  "runEditModeTests": true,
                                  "postBuildScript": "postBuildScript",
                                  "acceptApiUpdate": true,
                                  "enableLightBake": true,
                                  "postExportMethod": "postExportMethod",
                                  "assetBundles": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "failedUnitTestFailsBuild": true,
                                  "addressables": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "unitTestMethod": "unitTestMethod",
                                  "playerExporter": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "scriptingDefineSymbols": "scriptingDefineSymbols",
                                  "preBuildScript": "preBuildScript"
                                },
                                "properties": {
                                  "preExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScript": {
                                    "description": "Relative path to the script that should be run before the build process starts.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postBuildScript": {
                                    "description": "Relative path to the script that should be run after the build process finishes.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "postBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "scriptingDefineSymbols": {
                                    "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "playerExporter": {
                                    "example": {
                                      "buildOptions": [
                                        "buildOptions",
                                        "buildOptions"
                                      ],
                                      "sceneList": [
                                        "sceneList",
                                        "sceneList"
                                      ],
                                      "export": true
                                    },
                                    "properties": {
                                      "sceneList": {
                                        "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                        "items": {
                                          "description": "scene names",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "buildOptions": {
                                        "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "export": {
                                        "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "playerSettings": {
                                    "example": {
                                      "Android": {
                                        "useAPKExpansionFiles": true
                                      }
                                    },
                                    "properties": {
                                      "Android": {
                                        "example": {
                                          "useAPKExpansionFiles": true
                                        },
                                        "properties": {
                                          "useAPKExpansionFiles": {
                                            "description": "break up android apk into an installable apk and expansion files",
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "editorUserBuildSettings": {
                                    "example": {
                                      "androidBuildSystem": "internal",
                                      "standaloneBuildSubtarget": "Player"
                                    },
                                    "properties": {
                                      "androidBuildSystem": {
                                        "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                        "enum": [
                                          "internal",
                                          "gradle"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "standaloneBuildSubtarget": {
                                        "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                        "enum": [
                                          "Player",
                                          "Server"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "assetBundles": {
                                    "example": {
                                      "copyToStreamingAssets": true,
                                      "basePath": "basePath",
                                      "buildAssetBundleOptions": "buildAssetBundleOptions",
                                      "copyBundlePatterns": [
                                        "copyBundlePatterns",
                                        "copyBundlePatterns"
                                      ],
                                      "buildBundles": true
                                    },
                                    "properties": {
                                      "buildBundles": {
                                        "description": "enable asset bundle builds for this target",
                                        "type": "boolean"
                                      },
                                      "basePath": {
                                        "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "buildAssetBundleOptions": {
                                        "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "copyToStreamingAssets": {
                                        "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                        "type": "boolean"
                                      },
                                      "copyBundlePatterns": {
                                        "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "addressables": {
                                    "example": {
                                      "profileName": "profileName",
                                      "failedAddressablesFailsBuild": true,
                                      "buildLayoutReportFileFormat": "JSON",
                                      "contentUpdate": true,
                                      "buildAddressables": true,
                                      "generateBuildLayout": true,
                                      "contentUpdateSettings": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      }
                                    },
                                    "properties": {
                                      "buildAddressables": {
                                        "description": "enable addressable builds for this target",
                                        "type": "boolean"
                                      },
                                      "contentUpdate": {
                                        "description": "Update a previously built player with new Addressable Content.",
                                        "type": "boolean"
                                      },
                                      "profileName": {
                                        "description": "which addressables profile should be used for the build",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "failedAddressablesFailsBuild": {
                                        "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                        "type": "boolean"
                                      },
                                      "contentUpdateSettings": {
                                        "example": {
                                          "linkedTargetId": "linkedTargetId",
                                          "contentStatePath": "contentStatePath"
                                        },
                                        "properties": {
                                          "contentStatePath": {
                                            "description": "The path to a Content State .bin file relative to the project root",
                                            "type": "string",
                                            "nullable": true
                                          },
                                          "linkedTargetId": {
                                            "description": "The Id of the build target to obtain a Content State .bin file from",
                                            "type": "string",
                                            "nullable": true
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "generateBuildLayout": {
                                        "description": "Whether to generate the bundle build layout report.",
                                        "type": "boolean"
                                      },
                                      "buildLayoutReportFileFormat": {
                                        "description": "The format of the bundle build layout report.",
                                        "enum": [
                                          "JSON",
                                          "TXT"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "runUnitTests": {
                                    "description": "Run any unit tests your project has when a build happens.",
                                    "type": "boolean"
                                  },
                                  "runEditModeTests": {
                                    "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "runPlayModeTests": {
                                    "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "failedUnitTestFailsBuild": {
                                    "description": "Mark builds as failed if the unit tests do not pass.",
                                    "type": "boolean"
                                  },
                                  "unitTestMethod": {
                                    "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "disableAssemblyUpdater": {
                                    "description": "Disable assembly updater when running Unity",
                                    "type": "boolean"
                                  },
                                  "acceptApiUpdate": {
                                    "description": "Accept API changes when running Unity",
                                    "type": "boolean"
                                  },
                                  "enableLightBake": {
                                    "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "webGL": {
                                "example": {
                                  "beautifulCorner": true,
                                  "beautifulCornerContent": false
                                },
                                "properties": {
                                  "beautifulCorner": {
                                    "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  },
                                  "beautifulCornerContent": {
                                    "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "uwp": {
                                "example": {
                                  "capabilities": [
                                    "EnterpriseAuthentication",
                                    "EnterpriseAuthentication"
                                  ],
                                  "wsaArchitecture": "x64",
                                  "windowsSDKVersion": "10.0.17134.0",
                                  "buildType": "ExecutableOnly",
                                  "msbuildConfiguration": "Debug",
                                  "publishVisualStudioSolution": true,
                                  "visualStudioVersion": "2019",
                                  "targetFamily": [
                                    "Universal",
                                    "Universal"
                                  ],
                                  "platforms": [
                                    "x64",
                                    "x64"
                                  ]
                                },
                                "properties": {
                                  "windowsSDKVersion": {
                                    "description": "Sets Windows SDK Version to use when building UWP",
                                    "enum": [
                                      "10.0.17134.0",
                                      "10.0.17763.0",
                                      "10.0.18362.0",
                                      "10.0.19041.0",
                                      "10.0.20348.0",
                                      "10.0.22621.0",
                                      "10.0.22000.0"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "visualStudioVersion": {
                                    "description": "Sets the Visual Studio Version to use when building UWP",
                                    "enum": [
                                      "2019",
                                      "2022"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "wsaArchitecture": {
                                    "description": "Sets target architecture for Exectuable Only builds",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "capabilities": {
                                    "description": "Sets the capabilities of the build UWP application",
                                    "items": {
                                      "description": "UWP Capabilities",
                                      "enum": [
                                        "EnterpriseAuthentication",
                                        "InternetClient",
                                        "InternetClientServer",
                                        "MusicLibrary",
                                        "PicturesLibrary",
                                        "PrivateNetworkClientServer",
                                        "SharedUserCertificates",
                                        "VideosLibrary",
                                        "WebCam",
                                        "RemovableStorage",
                                        "Proximity",
                                        "Microphone",
                                        "Location",
                                        "HumanInterfaceDevice",
                                        "AllJoyn",
                                        "BlockedChatMessages",
                                        "Chat",
                                        "CodeGeneration",
                                        "Objects3D",
                                        "PhoneCall",
                                        "UserAccountInformation",
                                        "VoipCall",
                                        "Bluetooth",
                                        "SpatialPerception",
                                        "InputInjectionBrokered",
                                        "Appointments",
                                        "BackgroundMediaPlayback",
                                        "Contacts",
                                        "LowLevelDevices",
                                        "OfflineMapsManagement",
                                        "PhoneCallHistoryPublic",
                                        "PointOfService",
                                        "RecordedCallsFolder",
                                        "RemoteSystem",
                                        "SystemManagement",
                                        "UserDataTasks",
                                        "UserNotificationListener",
                                        "GazeInput"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "targetFamily": {
                                    "description": "Sets the target device family for the build",
                                    "items": {
                                      "description": "The target device family",
                                      "enum": [
                                        "Universal",
                                        "Desktop",
                                        "Mobile",
                                        "Xbox",
                                        "Holographic",
                                        "IoT",
                                        "IoTHeadless"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildType": {
                                    "description": "Sets the build type for UWP. Executable",
                                    "enum": [
                                      "ExecutableOnly",
                                      "D3D",
                                      "XAML"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "msbuildConfiguration": {
                                    "description": "Sets the ms build configuration for UWP",
                                    "enum": [
                                      "Debug",
                                      "Release",
                                      "Master",
                                      "MasterWithLTCG"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "platforms": {
                                    "description": "Sets the target platforms for the AppXBundle",
                                    "items": {
                                      "description": "Target Platform",
                                      "enum": [
                                        "x64",
                                        "x86",
                                        "ARM",
                                        "ARM64"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "publishVisualStudioSolution": {
                                    "description": "Enable publishing of the visual studio .sln file",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "ignorePlasticCheckedInLibrary": {
                            "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildTargetGroups": {
                        "items": {
                          "example": {
                            "name": "name",
                            "id": "id"
                          },
                          "properties": {
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "name": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "lastBuilt": {
                        "example": {
                          "unityVersion": "unityVersion"
                        },
                        "properties": {
                          "unityVersion": {
                            "description": "Last Unity version built by this target. Setting this has no effect.",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "credentials": {
                        "example": {
                          "signing": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          }
                        },
                        "properties": {
                          "signing": {
                            "example": {
                              "credentialResourceRef": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "credentialid": "credentialid"
                            },
                            "properties": {
                              "credentialid": {
                                "type": "string",
                                "nullable": true
                              },
                              "credentialResourceRef": {
                                "example": {
                                  "created": "created",
                                  "certificate": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "credentialid": "credentialid",
                                  "provisioningProfile": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "keystore": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "label": "label",
                                  "lastMod": "lastMod",
                                  "platform": "ios"
                                },
                                "properties": {
                                  "platform": {
                                    "enum": [
                                      "ios",
                                      "android",
                                      "webplayer",
                                      "webgl",
                                      "standaloneosxintel",
                                      "standaloneosxintel64",
                                      "standaloneosxuniversal",
                                      "standaloneosx",
                                      "standalonewindows",
                                      "standalonewindows64",
                                      "standalonelinux",
                                      "standalonelinux64",
                                      "standalonelinuxuniversal",
                                      "wsaplayer",
                                      "gamecorescarlett",
                                      "ps5",
                                      "switch"
                                    ],
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "credentialid": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "created": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "lastMod": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "certificate": {
                                    "example": {
                                      "certName": "certName",
                                      "teamId": "teamId",
                                      "uploaded": "uploaded",
                                      "isDistribution": true,
                                      "expiration": "expiration",
                                      "issuer": "issuer"
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "certName": {
                                        "description": "certificate name (from the certificate)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isDistribution": {
                                        "description": "if this is a distribution certificate",
                                        "type": "boolean"
                                      },
                                      "issuer": {
                                        "description": "issuer of the certificate",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "provisioningProfile": {
                                    "example": {
                                      "numDevices": 1.4658129805029452,
                                      "teamId": "teamId",
                                      "bundleId": "bundleId",
                                      "uploaded": "uploaded",
                                      "expiration": "expiration",
                                      "type": "developer",
                                      "uuid": "uuid",
                                      "isEnterpriseProfile": true
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "bundleId": {
                                        "description": "a unique identifier (com.example.name)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uuid": {
                                        "description": "generated UUID of the profile",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isEnterpriseProfile": {
                                        "description": "is this compiled for Apple's enterprise program",
                                        "type": "boolean"
                                      },
                                      "type": {
                                        "enum": [
                                          "developer",
                                          "adhoc",
                                          "appstore"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "numDevices": {
                                        "description": "number of devices provisioned for this certificate",
                                        "type": "number"
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "keystore": {
                                    "example": {
                                      "debug": true,
                                      "alias": "alias",
                                      "expiration": "expiration"
                                    },
                                    "properties": {
                                      "alias": {
                                        "description": "friendly name for keystore",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "debug": {
                                        "description": "whether this is a debug or production keystore",
                                        "type": "boolean"
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "builds": {
                        "items": {
                          "description": "buildattempt",
                          "example": {
                            "checkoutTimeInSeconds": 7.061401241503109,
                            "auditChanges": 1.4894159098541704,
                            "operatingSystem": "operatingSystem",
                            "buildGUID": "buildGUID",
                            "changeset": [
                              "{}",
                              "{}"
                            ],
                            "buildReport": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "unityVersion": "unityVersion",
                            "lastBuiltRevision": "lastBuiltRevision",
                            "failureDetails": [
                              {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              {
                                "stage": "build",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 126,
                                "stageMatch": false
                              }
                            ],
                            "orgFk": "orgFk",
                            "links": {
                              "key": {
                                "method": "method",
                                "meta": "{}",
                                "href": "href"
                              }
                            },
                            "cooldownDate": "cooldownDate",
                            "created": "created",
                            "causedBy": "causedBy",
                            "playModeTestTimeInSeconds": 1.0246457001441578,
                            "workspaceSize": 2.3021358869347655,
                            "finished": "finished",
                            "billableTimeInSeconds": 4.145608029883936,
                            "credentialsOutdated": true,
                            "editorIcon": "editorIcon",
                            "publishTimeInSeconds": 3.616076749251911,
                            "queuedReason": "targetConcurrency",
                            "projectGuid": "projectGuid",
                            "buildTargetGroups": [
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              }
                            ],
                            "projectName": "projectName",
                            "publishStartTime": "publishStartTime",
                            "projectId": "projectId",
                            "projectVersion": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "cleanBuild": true,
                            "formattedPlatformName": "formattedPlatformName",
                            "totalTimeInSeconds": 2.027123023002322,
                            "canceledBy": "api",
                            "error": "error",
                            "filetoken": "filetoken",
                            "platform": "ios",
                            "checkoutStartTime": "checkoutStartTime",
                            "deletedBy": "deletedBy",
                            "orgId": "orgId",
                            "buildStatus": "created",
                            "unitTestTimeInSeconds": 7.386281948385884,
                            "androidSdkVersion": "androidSdkVersion",
                            "operatingSystemVersion": "operatingSystemVersion",
                            "editModeTestTimeInSeconds": 1.2315135367772556,
                            "buildStartTime": "buildStartTime",
                            "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                            "causedByUser": "causedByUser",
                            "buildTimeInSeconds": 9.301444243932576,
                            "machineType": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "buildtargetid": "buildtargetid",
                            "favorited": true,
                            "architecture": "architecture",
                            "buildProfilePath": "buildProfilePath",
                            "requestedRevision": "requestedRevision",
                            "label": "label",
                            "headless": true,
                            "scmBranch": "scmBranch",
                            "deleted": true,
                            "build": 5.962133916683182,
                            "buildTargetName": "buildTargetName",
                            "xcodeVersion": "xcodeVersion",
                            "machineTypeLabel": "machineTypeLabel"
                          },
                          "properties": {
                            "build": {
                              "type": "number"
                            },
                            "buildtargetid": {
                              "description": "unique id auto-generated from the build target name",
                              "anyOf": [
                                {
                                  "type": "string",
                                  "nullable": true
                                },
                                {
                                  "type": "string",
                                  "format": "object-id"
                                }
                              ]
                            },
                            "buildTargetName": {
                              "type": "string",
                              "nullable": true
                            },
                            "buildGUID": {
                              "description": "unique GUID identifying this build",
                              "type": "string",
                              "nullable": true
                            },
                            "buildStatus": {
                              "enum": [
                                "created",
                                "queued",
                                "sentToBuilder",
                                "started",
                                "restarted",
                                "success",
                                "failure",
                                "canceled",
                                "unknown",
                                "processing"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "description": "if the build was built without using data cached from previous builds",
                              "type": "boolean"
                            },
                            "failureDetails": {
                              "description": "list of failure details for this build attempt, when available",
                              "items": {
                                "example": {
                                  "stage": "checkout",
                                  "failureType": "failureType",
                                  "label": "label",
                                  "publicMessage": "publicMessage",
                                  "link": "link",
                                  "displayName": "displayName",
                                  "logline": 42,
                                  "stageMatch": true
                                },
                                "properties": {
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "publicMessage": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "link": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "stage": {
                                    "type": "string",
                                    "description": "Build stage where the failure occurred"
                                  },
                                  "failureType": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "logline": {
                                    "type": "number",
                                    "nullable": true,
                                    "description": "The line number in the build log where the failure occurred"
                                  },
                                  "stageMatch": {
                                    "type": "boolean",
                                    "nullable": true,
                                    "description": "Whether the failure stage matched the expected stage"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "canceledBy": {
                              "enum": [
                                "api",
                                "service",
                                "service-timelimit",
                                "concurrency-timelimit",
                                "restart-limit",
                                "evaluation-timelimit",
                                "jenkins-timelimit",
                                "service-badconfiguration",
                                "billing-invalidsubscription"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "causedBy": {
                              "description": "What triggered the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "causedByUser": {
                              "description": "Name of the user who caused the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "buildProfilePath": {
                              "type": "string",
                              "nullable": true
                            },
                            "platform": {
                              "enum": [
                                "ios",
                                "android",
                                "webplayer",
                                "webgl",
                                "standaloneosxintel",
                                "standaloneosxintel64",
                                "standaloneosxuniversal",
                                "standaloneosx",
                                "standalonewindows",
                                "standalonewindows64",
                                "standalonelinux",
                                "standalonelinux64",
                                "standalonelinuxuniversal",
                                "wsaplayer",
                                "gamecorescarlett",
                                "ps5",
                                "switch"
                              ],
                              "type": "string"
                            },
                            "formattedPlatformName": {
                              "type": "string",
                              "nullable": true
                            },
                            "editorIcon": {
                              "type": "string",
                              "nullable": true
                            },
                            "workspaceSize": {
                              "description": "size of workspace in bytes",
                              "type": "number"
                            },
                            "created": {
                              "description": "when the build was created",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "finished": {
                              "description": "when the build completely finished",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutStartTime": {
                              "description": "when the build starting checking out code",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutTimeInSeconds": {
                              "description": "amount of time spent checking out code",
                              "type": "number"
                            },
                            "buildStartTime": {
                              "description": "when the build started compiling",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "buildTimeInSeconds": {
                              "description": "amount of time spend compiling",
                              "type": "number"
                            },
                            "buildTimeoutMinutes": {
                              "description": "total allowed build time before the build attempt times out",
                              "type": "number"
                            },
                            "publishStartTime": {
                              "description": "when the build started saving build artifacts",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "publishTimeInSeconds": {
                              "description": "amount of time spent saving build artifacts",
                              "type": "number"
                            },
                            "totalTimeInSeconds": {
                              "description": "total time for the build",
                              "type": "number"
                            },
                            "billableTimeInSeconds": {
                              "description": "total billable time for the build",
                              "type": "number"
                            },
                            "unitTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "editModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "playModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "lastBuiltRevision": {
                              "description": "source control commit id for the build",
                              "type": "string",
                              "nullable": true
                            },
                            "changeset": {
                              "description": "a list of source control changes between this and the last build",
                              "type": "array"
                            },
                            "favorited": {
                              "description": "if the build is marked as do not delete or not",
                              "type": "boolean"
                            },
                            "label": {
                              "description": "description given when a build is favorited",
                              "type": "string",
                              "nullable": true
                            },
                            "deleted": {
                              "description": "if the build is deleted or not",
                              "type": "boolean"
                            },
                            "headless": {
                              "description": "if the build was built to run in linux headless mode",
                              "type": "boolean"
                            },
                            "credentialsOutdated": {
                              "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                              "type": "boolean"
                            },
                            "groupBuildId": {
                              "description": "the unique ID used to launch a group of attempts",
                              "format": "uuid",
                              "type": "string",
                              "nullable": true
                            },
                            "buildTargetGroups": {
                              "description": "list of build target groups this build attempt is a part of",
                              "items": {
                                "example": {
                                  "deleted": true,
                                  "name": "name",
                                  "id": "id",
                                  "enabled": true
                                },
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "id": {
                                    "type": "string",
                                    "format": "object-id",
                                    "nullable": true
                                  },
                                  "deleted": {
                                    "type": "boolean"
                                  },
                                  "enabled": {
                                    "type": "boolean"
                                  }
                                },
                                "required": [
                                  "deleted",
                                  "enabled",
                                  "id",
                                  "name"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "machineType": {
                              "description": "the type of machine used to build this build",
                              "example": {
                                "name": "name",
                                "label": "label",
                                "operatingSystem": "operatingSystem",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "operatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "required": [
                                "enabled",
                                "label",
                                "name",
                                "operatingSystem"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "deletedBy": {
                              "description": "email address of the user who deleted this attempt",
                              "type": "string",
                              "nullable": true
                            },
                            "queuedReason": {
                              "description": "reason the build is currently waiting",
                              "enum": [
                                "targetConcurrency",
                                "cooldown",
                                "buildConcurrency",
                                "concurrency",
                                "waitingForBuildAgent",
                                "evaluating",
                                "sentToBuilder",
                                "notPending"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cooldownDate": {
                              "description": "time until this build will be reconsidered for building",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "scmBranch": {
                              "description": "scm branch to be built",
                              "type": "string",
                              "nullable": true
                            },
                            "unityVersion": {
                              "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                              "type": "string",
                              "nullable": true
                            },
                            "architecture": {
                              "description": "The Unity editor architecture used for building",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystemVersion": {
                              "description": "a supported operating system version (ex. 'monterey')",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystem": {
                              "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            },
                            "androidSdkVersion": {
                              "description": "a supported android sdk version (ex. 'android_sdk_34')",
                              "type": "string",
                              "nullable": true
                            },
                            "auditChanges": {
                              "type": "number"
                            },
                            "projectVersion": {
                              "example": {
                                "filename": "filename",
                                "size": 6.84685269835264,
                                "created": "created",
                                "udids": [
                                  "udids",
                                  "udids"
                                ],
                                "name": "name",
                                "bundleId": "bundleId",
                                "projectName": "projectName",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "name": {
                                  "description": "automatically generated name for the build",
                                  "type": "string",
                                  "nullable": true
                                },
                                "filename": {
                                  "description": "filename for the primary artifact",
                                  "type": "string",
                                  "nullable": true
                                },
                                "projectName": {
                                  "description": "name of the project",
                                  "type": "string",
                                  "nullable": true
                                },
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "size": {
                                  "description": "size of the the primary build artifact in bytes",
                                  "type": "number"
                                },
                                "created": {
                                  "description": "creation date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "description": "last modified date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "bundleId": {
                                  "description": "a unique identifier (com.example.name)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "udids": {
                                  "description": "iPhone unique identifiers that are able to install this build",
                                  "items": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object",
                              "nullable": true,
                              "additionalProperties": false
                            },
                            "projectName": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectId": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectGuid": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgId": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgFk": {
                              "type": "string",
                              "nullable": true
                            },
                            "filetoken": {
                              "type": "string",
                              "nullable": true
                            },
                            "links": {
                              "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                              "properties": {
                                "artifacts": {
                                  "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                  "type": "array"
                                }
                              },
                              "additionalProperties": {
                                "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                                "example": {
                                  "method": "method",
                                  "href": "href"
                                },
                                "properties": {
                                  "href": {
                                    "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "method": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "redirect": {
                                    "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "object"
                            },
                            "buildReport": {
                              "example": {
                                "warnings": 1,
                                "errors": 7
                              },
                              "properties": {
                                "errors": {
                                  "type": "integer"
                                },
                                "warnings": {
                                  "type": "integer"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "machineTypeLabel": {
                              "type": "string",
                              "nullable": true
                            },
                            "requestedRevision": {
                              "type": "string",
                              "nullable": true
                            },
                            "error": {
                              "type": "string",
                              "nullable": true
                            },
                            "signedUrls": {
                              "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                              "type": "object",
                              "additionalProperties": {
                                "type": "object",
                                "properties": {
                                  "ResumableUri": {
                                    "type": "string"
                                  },
                                  "SignedUrl": {
                                    "type": "string"
                                  }
                                },
                                "additionalProperties": false
                              },
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/html": {
                "schema": {
                  "items": {
                    "example": {
                      "lastBuilt": {
                        "unityVersion": "unityVersion"
                      },
                      "settings": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "createdBy": "createdBy",
                      "credentials": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "name": "name",
                      "builds": [
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        }
                      ],
                      "buildTargetGroups": [
                        {
                          "name": "name",
                          "id": "id"
                        },
                        {
                          "name": "name",
                          "id": "id"
                        }
                      ],
                      "platform": "ios",
                      "enabled": true,
                      "buildtargetid": "buildtargetid"
                    },
                    "properties": {
                      "guid": {
                        "description": "globally unique id for the build target",
                        "type": "string"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "createdBy": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "type": "string",
                        "nullable": true
                      },
                      "enabled": {
                        "description": "whether this target can be built by the API",
                        "type": "boolean"
                      },
                      "settings": {
                        "example": {
                          "advanced": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "platform": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "autoBuildLatest": "inherit",
                          "unityVersion": "unityVersion",
                          "autoBuild": true,
                          "operatingSystemVersion": "operatingSystemVersion",
                          "ignorePlasticCheckedInLibrary": true,
                          "remoteCacheStrategy": "none",
                          "scm": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "executablename": "executablename",
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "fallbackPatchVersion": true,
                          "artifactCompressionLevel": "inherit",
                          "rubyVersion": "rubyVersion",
                          "buildTargetCopyCache": "buildTargetCopyCache",
                          "cacheCompressionLevel": "inherit",
                          "autoDetectUnityVersion": true,
                          "windowsGitBinary": "inherit",
                          "operatingSystemSelected": "mac",
                          "autoBuildCancellation": false,
                          "buildSchedule": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "autoBuildLatest": {
                            "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                            "enum": [
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "autoBuild": {
                            "description": "start builds automatically when your repo is updated",
                            "type": "boolean"
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "autoDetectUnityVersion": {
                            "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                            "type": "boolean"
                          },
                          "fallbackPatchVersion": {
                            "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                            "type": "boolean"
                          },
                          "executablename": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "scm": {
                            "example": {
                              "repo": "repo",
                              "isUnityCloudDrive": true,
                              "client": "client",
                              "type": "git",
                              "branch": "branch",
                              "subdirectory": "subdirectory"
                            },
                            "properties": {
                              "type": {
                                "enum": [
                                  "git",
                                  "svn",
                                  "p4",
                                  "oauth",
                                  "plastic"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "isUnityCloudDrive": {
                                "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                                "type": "boolean"
                              },
                              "repo": {
                                "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                                "type": "string",
                                "nullable": true
                              },
                              "branch": {
                                "type": "string",
                                "nullable": true
                              },
                              "subdirectory": {
                                "description": "subdirectory to build from",
                                "type": "string",
                                "nullable": true
                              },
                              "client": {
                                "description": "perforce only client workspace to build from",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "platform": {
                            "example": {
                              "bundleId": "bundleId",
                              "xcodeVersion": "xcodeVersion"
                            },
                            "properties": {
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "xcodeVersion": {
                                "description": "a supported xcode version (ex. 'xcode13_0_0')",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "buildSchedule": {
                            "description": "For Scheduling builds",
                            "example": {
                              "date": "2000-01-23T04:56:07.000+00:00",
                              "cronScheduleString": "cronScheduleString",
                              "cleanBuild": false,
                              "repeatCycle": "once",
                              "isEnabled": false,
                              "skipBuildIfSameCommit": true,
                              "cronScheduleTimezone": "cronScheduleTimezone"
                            },
                            "properties": {
                              "isEnabled": {
                                "default": false,
                                "type": "boolean"
                              },
                              "date": {
                                "format": "date-time",
                                "type": "string",
                                "nullable": true
                              },
                              "repeatCycle": {
                                "enum": [
                                  "none",
                                  "once",
                                  "daily",
                                  "weekly",
                                  "monthly",
                                  "yearly",
                                  "cron"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleString": {
                                "description": "cron schedule in string format (* * * * *)",
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleTimezone": {
                                "description": "cron schedule timezone (default UTC)",
                                "type": "string",
                                "nullable": true
                              },
                              "cleanBuild": {
                                "default": false,
                                "type": "boolean"
                              },
                              "skipBuildIfSameCommit": {
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "autoBuildCancellation": {
                            "type": "boolean"
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemSelected": {
                            "enum": [
                              "mac",
                              "windows"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "Choose the version of the operating system for building your project.",
                            "type": "string",
                            "nullable": true
                          },
                          "rubyVersion": {
                            "type": "string",
                            "nullable": true
                          },
                          "remoteCacheStrategy": {
                            "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                            "enum": [
                              "none",
                              "library",
                              "workspace",
                              "boostdisk",
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "windowsGitBinary": {
                            "description": "Specifies the Git binary that will be used for Windows builds",
                            "enum": [
                              "inherit",
                              "native",
                              "cygwin"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetCopyCache": {
                            "description": "Specifies the id of the build target that this target's cache was copied from",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "Specifies the Unity editor architecture to use for building the project.",
                            "type": "string",
                            "nullable": true
                          },
                          "cacheCompressionLevel": {
                            "description": "Specifies the compression level for caching workspace or Library.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "artifactCompressionLevel": {
                            "description": "Specifies the compression level for compressed final artifacts.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "advanced": {
                            "example": {
                              "unity": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "android": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "xcode": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "uwp": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              }
                            },
                            "properties": {
                              "xcode": {
                                "example": {
                                  "customFastlaneConfigPath": "customFastlaneConfigPath",
                                  "useArchiveAndExport": true,
                                  "uploadXCArchive": true,
                                  "shouldNotarize": true
                                },
                                "properties": {
                                  "useArchiveAndExport": {
                                    "type": "boolean"
                                  },
                                  "customFastlaneConfigPath": {
                                    "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "uploadXCArchive": {
                                    "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                    "type": "boolean"
                                  },
                                  "shouldNotarize": {
                                    "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "android": {
                                "example": {
                                  "buildAssetPacks": true,
                                  "androidSDKVersion": "androidSDKVersion",
                                  "buildAppBundle": true
                                },
                                "properties": {
                                  "buildAppBundle": {
                                    "type": "boolean"
                                  },
                                  "buildAssetPacks": {
                                    "type": "boolean"
                                  },
                                  "androidSDKVersion": {
                                    "description": "Android SDK Version",
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "unity": {
                                "example": {
                                  "postBuildScriptFailsBuild": true,
                                  "preExportMethod": "preExportMethod",
                                  "playerSettings": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "preBuildScriptFailsBuild": true,
                                  "runPlayModeTests": true,
                                  "disableAssemblyUpdater": true,
                                  "editorUserBuildSettings": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "runUnitTests": true,
                                  "runEditModeTests": true,
                                  "postBuildScript": "postBuildScript",
                                  "acceptApiUpdate": true,
                                  "enableLightBake": true,
                                  "postExportMethod": "postExportMethod",
                                  "assetBundles": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "failedUnitTestFailsBuild": true,
                                  "addressables": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "unitTestMethod": "unitTestMethod",
                                  "playerExporter": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "scriptingDefineSymbols": "scriptingDefineSymbols",
                                  "preBuildScript": "preBuildScript"
                                },
                                "properties": {
                                  "preExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScript": {
                                    "description": "Relative path to the script that should be run before the build process starts.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postBuildScript": {
                                    "description": "Relative path to the script that should be run after the build process finishes.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "postBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "scriptingDefineSymbols": {
                                    "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "playerExporter": {
                                    "example": {
                                      "buildOptions": [
                                        "buildOptions",
                                        "buildOptions"
                                      ],
                                      "sceneList": [
                                        "sceneList",
                                        "sceneList"
                                      ],
                                      "export": true
                                    },
                                    "properties": {
                                      "sceneList": {
                                        "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                        "items": {
                                          "description": "scene names",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "buildOptions": {
                                        "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "export": {
                                        "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "playerSettings": {
                                    "example": {
                                      "Android": {
                                        "useAPKExpansionFiles": true
                                      }
                                    },
                                    "properties": {
                                      "Android": {
                                        "example": {
                                          "useAPKExpansionFiles": true
                                        },
                                        "properties": {
                                          "useAPKExpansionFiles": {
                                            "description": "break up android apk into an installable apk and expansion files",
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "editorUserBuildSettings": {
                                    "example": {
                                      "androidBuildSystem": "internal",
                                      "standaloneBuildSubtarget": "Player"
                                    },
                                    "properties": {
                                      "androidBuildSystem": {
                                        "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                        "enum": [
                                          "internal",
                                          "gradle"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "standaloneBuildSubtarget": {
                                        "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                        "enum": [
                                          "Player",
                                          "Server"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "assetBundles": {
                                    "example": {
                                      "copyToStreamingAssets": true,
                                      "basePath": "basePath",
                                      "buildAssetBundleOptions": "buildAssetBundleOptions",
                                      "copyBundlePatterns": [
                                        "copyBundlePatterns",
                                        "copyBundlePatterns"
                                      ],
                                      "buildBundles": true
                                    },
                                    "properties": {
                                      "buildBundles": {
                                        "description": "enable asset bundle builds for this target",
                                        "type": "boolean"
                                      },
                                      "basePath": {
                                        "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "buildAssetBundleOptions": {
                                        "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "copyToStreamingAssets": {
                                        "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                        "type": "boolean"
                                      },
                                      "copyBundlePatterns": {
                                        "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "addressables": {
                                    "example": {
                                      "profileName": "profileName",
                                      "failedAddressablesFailsBuild": true,
                                      "buildLayoutReportFileFormat": "JSON",
                                      "contentUpdate": true,
                                      "buildAddressables": true,
                                      "generateBuildLayout": true,
                                      "contentUpdateSettings": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      }
                                    },
                                    "properties": {
                                      "buildAddressables": {
                                        "description": "enable addressable builds for this target",
                                        "type": "boolean"
                                      },
                                      "contentUpdate": {
                                        "description": "Update a previously built player with new Addressable Content.",
                                        "type": "boolean"
                                      },
                                      "profileName": {
                                        "description": "which addressables profile should be used for the build",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "failedAddressablesFailsBuild": {
                                        "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                        "type": "boolean"
                                      },
                                      "contentUpdateSettings": {
                                        "example": {
                                          "linkedTargetId": "linkedTargetId",
                                          "contentStatePath": "contentStatePath"
                                        },
                                        "properties": {
                                          "contentStatePath": {
                                            "description": "The path to a Content State .bin file relative to the project root",
                                            "type": "string",
                                            "nullable": true
                                          },
                                          "linkedTargetId": {
                                            "description": "The Id of the build target to obtain a Content State .bin file from",
                                            "type": "string",
                                            "nullable": true
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "generateBuildLayout": {
                                        "description": "Whether to generate the bundle build layout report.",
                                        "type": "boolean"
                                      },
                                      "buildLayoutReportFileFormat": {
                                        "description": "The format of the bundle build layout report.",
                                        "enum": [
                                          "JSON",
                                          "TXT"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "runUnitTests": {
                                    "description": "Run any unit tests your project has when a build happens.",
                                    "type": "boolean"
                                  },
                                  "runEditModeTests": {
                                    "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "runPlayModeTests": {
                                    "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "failedUnitTestFailsBuild": {
                                    "description": "Mark builds as failed if the unit tests do not pass.",
                                    "type": "boolean"
                                  },
                                  "unitTestMethod": {
                                    "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "disableAssemblyUpdater": {
                                    "description": "Disable assembly updater when running Unity",
                                    "type": "boolean"
                                  },
                                  "acceptApiUpdate": {
                                    "description": "Accept API changes when running Unity",
                                    "type": "boolean"
                                  },
                                  "enableLightBake": {
                                    "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "webGL": {
                                "example": {
                                  "beautifulCorner": true,
                                  "beautifulCornerContent": false
                                },
                                "properties": {
                                  "beautifulCorner": {
                                    "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  },
                                  "beautifulCornerContent": {
                                    "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "uwp": {
                                "example": {
                                  "capabilities": [
                                    "EnterpriseAuthentication",
                                    "EnterpriseAuthentication"
                                  ],
                                  "wsaArchitecture": "x64",
                                  "windowsSDKVersion": "10.0.17134.0",
                                  "buildType": "ExecutableOnly",
                                  "msbuildConfiguration": "Debug",
                                  "publishVisualStudioSolution": true,
                                  "visualStudioVersion": "2019",
                                  "targetFamily": [
                                    "Universal",
                                    "Universal"
                                  ],
                                  "platforms": [
                                    "x64",
                                    "x64"
                                  ]
                                },
                                "properties": {
                                  "windowsSDKVersion": {
                                    "description": "Sets Windows SDK Version to use when building UWP",
                                    "enum": [
                                      "10.0.17134.0",
                                      "10.0.17763.0",
                                      "10.0.18362.0",
                                      "10.0.19041.0",
                                      "10.0.20348.0",
                                      "10.0.22621.0",
                                      "10.0.22000.0"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "visualStudioVersion": {
                                    "description": "Sets the Visual Studio Version to use when building UWP",
                                    "enum": [
                                      "2019",
                                      "2022"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "wsaArchitecture": {
                                    "description": "Sets target architecture for Exectuable Only builds",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "capabilities": {
                                    "description": "Sets the capabilities of the build UWP application",
                                    "items": {
                                      "description": "UWP Capabilities",
                                      "enum": [
                                        "EnterpriseAuthentication",
                                        "InternetClient",
                                        "InternetClientServer",
                                        "MusicLibrary",
                                        "PicturesLibrary",
                                        "PrivateNetworkClientServer",
                                        "SharedUserCertificates",
                                        "VideosLibrary",
                                        "WebCam",
                                        "RemovableStorage",
                                        "Proximity",
                                        "Microphone",
                                        "Location",
                                        "HumanInterfaceDevice",
                                        "AllJoyn",
                                        "BlockedChatMessages",
                                        "Chat",
                                        "CodeGeneration",
                                        "Objects3D",
                                        "PhoneCall",
                                        "UserAccountInformation",
                                        "VoipCall",
                                        "Bluetooth",
                                        "SpatialPerception",
                                        "InputInjectionBrokered",
                                        "Appointments",
                                        "BackgroundMediaPlayback",
                                        "Contacts",
                                        "LowLevelDevices",
                                        "OfflineMapsManagement",
                                        "PhoneCallHistoryPublic",
                                        "PointOfService",
                                        "RecordedCallsFolder",
                                        "RemoteSystem",
                                        "SystemManagement",
                                        "UserDataTasks",
                                        "UserNotificationListener",
                                        "GazeInput"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "targetFamily": {
                                    "description": "Sets the target device family for the build",
                                    "items": {
                                      "description": "The target device family",
                                      "enum": [
                                        "Universal",
                                        "Desktop",
                                        "Mobile",
                                        "Xbox",
                                        "Holographic",
                                        "IoT",
                                        "IoTHeadless"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildType": {
                                    "description": "Sets the build type for UWP. Executable",
                                    "enum": [
                                      "ExecutableOnly",
                                      "D3D",
                                      "XAML"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "msbuildConfiguration": {
                                    "description": "Sets the ms build configuration for UWP",
                                    "enum": [
                                      "Debug",
                                      "Release",
                                      "Master",
                                      "MasterWithLTCG"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "platforms": {
                                    "description": "Sets the target platforms for the AppXBundle",
                                    "items": {
                                      "description": "Target Platform",
                                      "enum": [
                                        "x64",
                                        "x86",
                                        "ARM",
                                        "ARM64"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "publishVisualStudioSolution": {
                                    "description": "Enable publishing of the visual studio .sln file",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "ignorePlasticCheckedInLibrary": {
                            "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildTargetGroups": {
                        "items": {
                          "example": {
                            "name": "name",
                            "id": "id"
                          },
                          "properties": {
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "name": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "lastBuilt": {
                        "example": {
                          "unityVersion": "unityVersion"
                        },
                        "properties": {
                          "unityVersion": {
                            "description": "Last Unity version built by this target. Setting this has no effect.",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "credentials": {
                        "example": {
                          "signing": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          }
                        },
                        "properties": {
                          "signing": {
                            "example": {
                              "credentialResourceRef": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "credentialid": "credentialid"
                            },
                            "properties": {
                              "credentialid": {
                                "type": "string",
                                "nullable": true
                              },
                              "credentialResourceRef": {
                                "example": {
                                  "created": "created",
                                  "certificate": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "credentialid": "credentialid",
                                  "provisioningProfile": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "keystore": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "label": "label",
                                  "lastMod": "lastMod",
                                  "platform": "ios"
                                },
                                "properties": {
                                  "platform": {
                                    "enum": [
                                      "ios",
                                      "android",
                                      "webplayer",
                                      "webgl",
                                      "standaloneosxintel",
                                      "standaloneosxintel64",
                                      "standaloneosxuniversal",
                                      "standaloneosx",
                                      "standalonewindows",
                                      "standalonewindows64",
                                      "standalonelinux",
                                      "standalonelinux64",
                                      "standalonelinuxuniversal",
                                      "wsaplayer",
                                      "gamecorescarlett",
                                      "ps5",
                                      "switch"
                                    ],
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "credentialid": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "created": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "lastMod": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "certificate": {
                                    "example": {
                                      "certName": "certName",
                                      "teamId": "teamId",
                                      "uploaded": "uploaded",
                                      "isDistribution": true,
                                      "expiration": "expiration",
                                      "issuer": "issuer"
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "certName": {
                                        "description": "certificate name (from the certificate)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isDistribution": {
                                        "description": "if this is a distribution certificate",
                                        "type": "boolean"
                                      },
                                      "issuer": {
                                        "description": "issuer of the certificate",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "provisioningProfile": {
                                    "example": {
                                      "numDevices": 1.4658129805029452,
                                      "teamId": "teamId",
                                      "bundleId": "bundleId",
                                      "uploaded": "uploaded",
                                      "expiration": "expiration",
                                      "type": "developer",
                                      "uuid": "uuid",
                                      "isEnterpriseProfile": true
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "bundleId": {
                                        "description": "a unique identifier (com.example.name)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uuid": {
                                        "description": "generated UUID of the profile",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isEnterpriseProfile": {
                                        "description": "is this compiled for Apple's enterprise program",
                                        "type": "boolean"
                                      },
                                      "type": {
                                        "enum": [
                                          "developer",
                                          "adhoc",
                                          "appstore"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "numDevices": {
                                        "description": "number of devices provisioned for this certificate",
                                        "type": "number"
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "keystore": {
                                    "example": {
                                      "debug": true,
                                      "alias": "alias",
                                      "expiration": "expiration"
                                    },
                                    "properties": {
                                      "alias": {
                                        "description": "friendly name for keystore",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "debug": {
                                        "description": "whether this is a debug or production keystore",
                                        "type": "boolean"
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "builds": {
                        "items": {
                          "description": "buildattempt",
                          "example": {
                            "checkoutTimeInSeconds": 7.061401241503109,
                            "auditChanges": 1.4894159098541704,
                            "operatingSystem": "operatingSystem",
                            "buildGUID": "buildGUID",
                            "changeset": [
                              "{}",
                              "{}"
                            ],
                            "buildReport": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "unityVersion": "unityVersion",
                            "lastBuiltRevision": "lastBuiltRevision",
                            "failureDetails": [
                              {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              {
                                "stage": "build",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 126,
                                "stageMatch": false
                              }
                            ],
                            "orgFk": "orgFk",
                            "links": {
                              "key": {
                                "method": "method",
                                "meta": "{}",
                                "href": "href"
                              }
                            },
                            "cooldownDate": "cooldownDate",
                            "created": "created",
                            "causedBy": "causedBy",
                            "playModeTestTimeInSeconds": 1.0246457001441578,
                            "workspaceSize": 2.3021358869347655,
                            "finished": "finished",
                            "billableTimeInSeconds": 4.145608029883936,
                            "credentialsOutdated": true,
                            "editorIcon": "editorIcon",
                            "publishTimeInSeconds": 3.616076749251911,
                            "queuedReason": "targetConcurrency",
                            "projectGuid": "projectGuid",
                            "buildTargetGroups": [
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              }
                            ],
                            "projectName": "projectName",
                            "publishStartTime": "publishStartTime",
                            "projectId": "projectId",
                            "projectVersion": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "cleanBuild": true,
                            "formattedPlatformName": "formattedPlatformName",
                            "totalTimeInSeconds": 2.027123023002322,
                            "canceledBy": "api",
                            "error": "error",
                            "filetoken": "filetoken",
                            "platform": "ios",
                            "checkoutStartTime": "checkoutStartTime",
                            "deletedBy": "deletedBy",
                            "orgId": "orgId",
                            "buildStatus": "created",
                            "unitTestTimeInSeconds": 7.386281948385884,
                            "androidSdkVersion": "androidSdkVersion",
                            "operatingSystemVersion": "operatingSystemVersion",
                            "editModeTestTimeInSeconds": 1.2315135367772556,
                            "buildStartTime": "buildStartTime",
                            "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                            "causedByUser": "causedByUser",
                            "buildTimeInSeconds": 9.301444243932576,
                            "machineType": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "buildtargetid": "buildtargetid",
                            "favorited": true,
                            "architecture": "architecture",
                            "buildProfilePath": "buildProfilePath",
                            "requestedRevision": "requestedRevision",
                            "label": "label",
                            "headless": true,
                            "scmBranch": "scmBranch",
                            "deleted": true,
                            "build": 5.962133916683182,
                            "buildTargetName": "buildTargetName",
                            "xcodeVersion": "xcodeVersion",
                            "machineTypeLabel": "machineTypeLabel"
                          },
                          "properties": {
                            "build": {
                              "type": "number"
                            },
                            "buildtargetid": {
                              "description": "unique id auto-generated from the build target name",
                              "anyOf": [
                                {
                                  "type": "string",
                                  "nullable": true
                                },
                                {
                                  "type": "string",
                                  "format": "object-id"
                                }
                              ]
                            },
                            "buildTargetName": {
                              "type": "string",
                              "nullable": true
                            },
                            "buildGUID": {
                              "description": "unique GUID identifying this build",
                              "type": "string",
                              "nullable": true
                            },
                            "buildStatus": {
                              "enum": [
                                "created",
                                "queued",
                                "sentToBuilder",
                                "started",
                                "restarted",
                                "success",
                                "failure",
                                "canceled",
                                "unknown",
                                "processing"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "description": "if the build was built without using data cached from previous builds",
                              "type": "boolean"
                            },
                            "failureDetails": {
                              "description": "list of failure details for this build attempt, when available",
                              "items": {
                                "example": {
                                  "stage": "checkout",
                                  "failureType": "failureType",
                                  "label": "label",
                                  "publicMessage": "publicMessage",
                                  "link": "link",
                                  "displayName": "displayName",
                                  "logline": 42,
                                  "stageMatch": true
                                },
                                "properties": {
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "publicMessage": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "link": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "stage": {
                                    "type": "string",
                                    "description": "Build stage where the failure occurred"
                                  },
                                  "failureType": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "logline": {
                                    "type": "number",
                                    "nullable": true,
                                    "description": "The line number in the build log where the failure occurred"
                                  },
                                  "stageMatch": {
                                    "type": "boolean",
                                    "nullable": true,
                                    "description": "Whether the failure stage matched the expected stage"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "canceledBy": {
                              "enum": [
                                "api",
                                "service",
                                "service-timelimit",
                                "concurrency-timelimit",
                                "restart-limit",
                                "evaluation-timelimit",
                                "jenkins-timelimit",
                                "service-badconfiguration",
                                "billing-invalidsubscription"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "causedBy": {
                              "description": "What triggered the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "causedByUser": {
                              "description": "Name of the user who caused the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "buildProfilePath": {
                              "type": "string",
                              "nullable": true
                            },
                            "platform": {
                              "enum": [
                                "ios",
                                "android",
                                "webplayer",
                                "webgl",
                                "standaloneosxintel",
                                "standaloneosxintel64",
                                "standaloneosxuniversal",
                                "standaloneosx",
                                "standalonewindows",
                                "standalonewindows64",
                                "standalonelinux",
                                "standalonelinux64",
                                "standalonelinuxuniversal",
                                "wsaplayer",
                                "gamecorescarlett",
                                "ps5",
                                "switch"
                              ],
                              "type": "string"
                            },
                            "formattedPlatformName": {
                              "type": "string",
                              "nullable": true
                            },
                            "editorIcon": {
                              "type": "string",
                              "nullable": true
                            },
                            "workspaceSize": {
                              "description": "size of workspace in bytes",
                              "type": "number"
                            },
                            "created": {
                              "description": "when the build was created",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "finished": {
                              "description": "when the build completely finished",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutStartTime": {
                              "description": "when the build starting checking out code",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutTimeInSeconds": {
                              "description": "amount of time spent checking out code",
                              "type": "number"
                            },
                            "buildStartTime": {
                              "description": "when the build started compiling",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "buildTimeInSeconds": {
                              "description": "amount of time spend compiling",
                              "type": "number"
                            },
                            "buildTimeoutMinutes": {
                              "description": "total allowed build time before the build attempt times out",
                              "type": "number"
                            },
                            "publishStartTime": {
                              "description": "when the build started saving build artifacts",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "publishTimeInSeconds": {
                              "description": "amount of time spent saving build artifacts",
                              "type": "number"
                            },
                            "totalTimeInSeconds": {
                              "description": "total time for the build",
                              "type": "number"
                            },
                            "billableTimeInSeconds": {
                              "description": "total billable time for the build",
                              "type": "number"
                            },
                            "unitTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "editModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "playModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "lastBuiltRevision": {
                              "description": "source control commit id for the build",
                              "type": "string",
                              "nullable": true
                            },
                            "changeset": {
                              "description": "a list of source control changes between this and the last build",
                              "type": "array"
                            },
                            "favorited": {
                              "description": "if the build is marked as do not delete or not",
                              "type": "boolean"
                            },
                            "label": {
                              "description": "description given when a build is favorited",
                              "type": "string",
                              "nullable": true
                            },
                            "deleted": {
                              "description": "if the build is deleted or not",
                              "type": "boolean"
                            },
                            "headless": {
                              "description": "if the build was built to run in linux headless mode",
                              "type": "boolean"
                            },
                            "credentialsOutdated": {
                              "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                              "type": "boolean"
                            },
                            "groupBuildId": {
                              "description": "the unique ID used to launch a group of attempts",
                              "format": "uuid",
                              "type": "string",
                              "nullable": true
                            },
                            "buildTargetGroups": {
                              "description": "list of build target groups this build attempt is a part of",
                              "items": {
                                "example": {
                                  "deleted": true,
                                  "name": "name",
                                  "id": "id",
                                  "enabled": true
                                },
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "id": {
                                    "type": "string",
                                    "format": "object-id",
                                    "nullable": true
                                  },
                                  "deleted": {
                                    "type": "boolean"
                                  },
                                  "enabled": {
                                    "type": "boolean"
                                  }
                                },
                                "required": [
                                  "deleted",
                                  "enabled",
                                  "id",
                                  "name"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "machineType": {
                              "description": "the type of machine used to build this build",
                              "example": {
                                "name": "name",
                                "label": "label",
                                "operatingSystem": "operatingSystem",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "operatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "required": [
                                "enabled",
                                "label",
                                "name",
                                "operatingSystem"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "deletedBy": {
                              "description": "email address of the user who deleted this attempt",
                              "type": "string",
                              "nullable": true
                            },
                            "queuedReason": {
                              "description": "reason the build is currently waiting",
                              "enum": [
                                "targetConcurrency",
                                "cooldown",
                                "buildConcurrency",
                                "concurrency",
                                "waitingForBuildAgent",
                                "evaluating",
                                "sentToBuilder",
                                "notPending"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cooldownDate": {
                              "description": "time until this build will be reconsidered for building",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "scmBranch": {
                              "description": "scm branch to be built",
                              "type": "string",
                              "nullable": true
                            },
                            "unityVersion": {
                              "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                              "type": "string",
                              "nullable": true
                            },
                            "architecture": {
                              "description": "The Unity editor architecture used for building",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystemVersion": {
                              "description": "a supported operating system version (ex. 'monterey')",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystem": {
                              "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            },
                            "androidSdkVersion": {
                              "description": "a supported android sdk version (ex. 'android_sdk_34')",
                              "type": "string",
                              "nullable": true
                            },
                            "auditChanges": {
                              "type": "number"
                            },
                            "projectVersion": {
                              "example": {
                                "filename": "filename",
                                "size": 6.84685269835264,
                                "created": "created",
                                "udids": [
                                  "udids",
                                  "udids"
                                ],
                                "name": "name",
                                "bundleId": "bundleId",
                                "projectName": "projectName",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "name": {
                                  "description": "automatically generated name for the build",
                                  "type": "string",
                                  "nullable": true
                                },
                                "filename": {
                                  "description": "filename for the primary artifact",
                                  "type": "string",
                                  "nullable": true
                                },
                                "projectName": {
                                  "description": "name of the project",
                                  "type": "string",
                                  "nullable": true
                                },
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "size": {
                                  "description": "size of the the primary build artifact in bytes",
                                  "type": "number"
                                },
                                "created": {
                                  "description": "creation date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "description": "last modified date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "bundleId": {
                                  "description": "a unique identifier (com.example.name)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "udids": {
                                  "description": "iPhone unique identifiers that are able to install this build",
                                  "items": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object",
                              "nullable": true,
                              "additionalProperties": false
                            },
                            "projectName": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectId": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectGuid": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgId": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgFk": {
                              "type": "string",
                              "nullable": true
                            },
                            "filetoken": {
                              "type": "string",
                              "nullable": true
                            },
                            "links": {
                              "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                              "properties": {
                                "artifacts": {
                                  "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                  "type": "array"
                                }
                              },
                              "additionalProperties": {
                                "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                                "example": {
                                  "method": "method",
                                  "href": "href"
                                },
                                "properties": {
                                  "href": {
                                    "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "method": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "redirect": {
                                    "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "object"
                            },
                            "buildReport": {
                              "example": {
                                "warnings": 1,
                                "errors": 7
                              },
                              "properties": {
                                "errors": {
                                  "type": "integer"
                                },
                                "warnings": {
                                  "type": "integer"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "machineTypeLabel": {
                              "type": "string",
                              "nullable": true
                            },
                            "requestedRevision": {
                              "type": "string",
                              "nullable": true
                            },
                            "error": {
                              "type": "string",
                              "nullable": true
                            },
                            "signedUrls": {
                              "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                              "type": "object",
                              "additionalProperties": {
                                "type": "object",
                                "properties": {
                                  "ResumableUri": {
                                    "type": "string"
                                  },
                                  "SignedUrl": {
                                    "type": "string"
                                  }
                                },
                                "additionalProperties": false
                              },
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/csv": {
                "schema": {
                  "items": {
                    "example": {
                      "lastBuilt": {
                        "unityVersion": "unityVersion"
                      },
                      "settings": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "createdBy": "createdBy",
                      "credentials": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "name": "name",
                      "builds": [
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        }
                      ],
                      "buildTargetGroups": [
                        {
                          "name": "name",
                          "id": "id"
                        },
                        {
                          "name": "name",
                          "id": "id"
                        }
                      ],
                      "platform": "ios",
                      "enabled": true,
                      "buildtargetid": "buildtargetid"
                    },
                    "properties": {
                      "guid": {
                        "description": "globally unique id for the build target",
                        "type": "string"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "createdBy": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "type": "string",
                        "nullable": true
                      },
                      "enabled": {
                        "description": "whether this target can be built by the API",
                        "type": "boolean"
                      },
                      "settings": {
                        "example": {
                          "advanced": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "platform": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "autoBuildLatest": "inherit",
                          "unityVersion": "unityVersion",
                          "autoBuild": true,
                          "operatingSystemVersion": "operatingSystemVersion",
                          "ignorePlasticCheckedInLibrary": true,
                          "remoteCacheStrategy": "none",
                          "scm": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "executablename": "executablename",
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "fallbackPatchVersion": true,
                          "artifactCompressionLevel": "inherit",
                          "rubyVersion": "rubyVersion",
                          "buildTargetCopyCache": "buildTargetCopyCache",
                          "cacheCompressionLevel": "inherit",
                          "autoDetectUnityVersion": true,
                          "windowsGitBinary": "inherit",
                          "operatingSystemSelected": "mac",
                          "autoBuildCancellation": false,
                          "buildSchedule": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "autoBuildLatest": {
                            "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                            "enum": [
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "autoBuild": {
                            "description": "start builds automatically when your repo is updated",
                            "type": "boolean"
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "autoDetectUnityVersion": {
                            "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                            "type": "boolean"
                          },
                          "fallbackPatchVersion": {
                            "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                            "type": "boolean"
                          },
                          "executablename": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "scm": {
                            "example": {
                              "repo": "repo",
                              "isUnityCloudDrive": true,
                              "client": "client",
                              "type": "git",
                              "branch": "branch",
                              "subdirectory": "subdirectory"
                            },
                            "properties": {
                              "type": {
                                "enum": [
                                  "git",
                                  "svn",
                                  "p4",
                                  "oauth",
                                  "plastic"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "isUnityCloudDrive": {
                                "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                                "type": "boolean"
                              },
                              "repo": {
                                "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                                "type": "string",
                                "nullable": true
                              },
                              "branch": {
                                "type": "string",
                                "nullable": true
                              },
                              "subdirectory": {
                                "description": "subdirectory to build from",
                                "type": "string",
                                "nullable": true
                              },
                              "client": {
                                "description": "perforce only client workspace to build from",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "platform": {
                            "example": {
                              "bundleId": "bundleId",
                              "xcodeVersion": "xcodeVersion"
                            },
                            "properties": {
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "xcodeVersion": {
                                "description": "a supported xcode version (ex. 'xcode13_0_0')",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "buildSchedule": {
                            "description": "For Scheduling builds",
                            "example": {
                              "date": "2000-01-23T04:56:07.000+00:00",
                              "cronScheduleString": "cronScheduleString",
                              "cleanBuild": false,
                              "repeatCycle": "once",
                              "isEnabled": false,
                              "skipBuildIfSameCommit": true,
                              "cronScheduleTimezone": "cronScheduleTimezone"
                            },
                            "properties": {
                              "isEnabled": {
                                "default": false,
                                "type": "boolean"
                              },
                              "date": {
                                "format": "date-time",
                                "type": "string",
                                "nullable": true
                              },
                              "repeatCycle": {
                                "enum": [
                                  "none",
                                  "once",
                                  "daily",
                                  "weekly",
                                  "monthly",
                                  "yearly",
                                  "cron"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleString": {
                                "description": "cron schedule in string format (* * * * *)",
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleTimezone": {
                                "description": "cron schedule timezone (default UTC)",
                                "type": "string",
                                "nullable": true
                              },
                              "cleanBuild": {
                                "default": false,
                                "type": "boolean"
                              },
                              "skipBuildIfSameCommit": {
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "autoBuildCancellation": {
                            "type": "boolean"
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemSelected": {
                            "enum": [
                              "mac",
                              "windows"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "Choose the version of the operating system for building your project.",
                            "type": "string",
                            "nullable": true
                          },
                          "rubyVersion": {
                            "type": "string",
                            "nullable": true
                          },
                          "remoteCacheStrategy": {
                            "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                            "enum": [
                              "none",
                              "library",
                              "workspace",
                              "boostdisk",
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "windowsGitBinary": {
                            "description": "Specifies the Git binary that will be used for Windows builds",
                            "enum": [
                              "inherit",
                              "native",
                              "cygwin"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetCopyCache": {
                            "description": "Specifies the id of the build target that this target's cache was copied from",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "Specifies the Unity editor architecture to use for building the project.",
                            "type": "string",
                            "nullable": true
                          },
                          "cacheCompressionLevel": {
                            "description": "Specifies the compression level for caching workspace or Library.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "artifactCompressionLevel": {
                            "description": "Specifies the compression level for compressed final artifacts.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "advanced": {
                            "example": {
                              "unity": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "android": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "xcode": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "uwp": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              }
                            },
                            "properties": {
                              "xcode": {
                                "example": {
                                  "customFastlaneConfigPath": "customFastlaneConfigPath",
                                  "useArchiveAndExport": true,
                                  "uploadXCArchive": true,
                                  "shouldNotarize": true
                                },
                                "properties": {
                                  "useArchiveAndExport": {
                                    "type": "boolean"
                                  },
                                  "customFastlaneConfigPath": {
                                    "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "uploadXCArchive": {
                                    "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                    "type": "boolean"
                                  },
                                  "shouldNotarize": {
                                    "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "android": {
                                "example": {
                                  "buildAssetPacks": true,
                                  "androidSDKVersion": "androidSDKVersion",
                                  "buildAppBundle": true
                                },
                                "properties": {
                                  "buildAppBundle": {
                                    "type": "boolean"
                                  },
                                  "buildAssetPacks": {
                                    "type": "boolean"
                                  },
                                  "androidSDKVersion": {
                                    "description": "Android SDK Version",
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "unity": {
                                "example": {
                                  "postBuildScriptFailsBuild": true,
                                  "preExportMethod": "preExportMethod",
                                  "playerSettings": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "preBuildScriptFailsBuild": true,
                                  "runPlayModeTests": true,
                                  "disableAssemblyUpdater": true,
                                  "editorUserBuildSettings": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "runUnitTests": true,
                                  "runEditModeTests": true,
                                  "postBuildScript": "postBuildScript",
                                  "acceptApiUpdate": true,
                                  "enableLightBake": true,
                                  "postExportMethod": "postExportMethod",
                                  "assetBundles": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "failedUnitTestFailsBuild": true,
                                  "addressables": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "unitTestMethod": "unitTestMethod",
                                  "playerExporter": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "scriptingDefineSymbols": "scriptingDefineSymbols",
                                  "preBuildScript": "preBuildScript"
                                },
                                "properties": {
                                  "preExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScript": {
                                    "description": "Relative path to the script that should be run before the build process starts.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postBuildScript": {
                                    "description": "Relative path to the script that should be run after the build process finishes.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "postBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "scriptingDefineSymbols": {
                                    "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "playerExporter": {
                                    "example": {
                                      "buildOptions": [
                                        "buildOptions",
                                        "buildOptions"
                                      ],
                                      "sceneList": [
                                        "sceneList",
                                        "sceneList"
                                      ],
                                      "export": true
                                    },
                                    "properties": {
                                      "sceneList": {
                                        "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                        "items": {
                                          "description": "scene names",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "buildOptions": {
                                        "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "export": {
                                        "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "playerSettings": {
                                    "example": {
                                      "Android": {
                                        "useAPKExpansionFiles": true
                                      }
                                    },
                                    "properties": {
                                      "Android": {
                                        "example": {
                                          "useAPKExpansionFiles": true
                                        },
                                        "properties": {
                                          "useAPKExpansionFiles": {
                                            "description": "break up android apk into an installable apk and expansion files",
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "editorUserBuildSettings": {
                                    "example": {
                                      "androidBuildSystem": "internal",
                                      "standaloneBuildSubtarget": "Player"
                                    },
                                    "properties": {
                                      "androidBuildSystem": {
                                        "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                        "enum": [
                                          "internal",
                                          "gradle"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "standaloneBuildSubtarget": {
                                        "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                        "enum": [
                                          "Player",
                                          "Server"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "assetBundles": {
                                    "example": {
                                      "copyToStreamingAssets": true,
                                      "basePath": "basePath",
                                      "buildAssetBundleOptions": "buildAssetBundleOptions",
                                      "copyBundlePatterns": [
                                        "copyBundlePatterns",
                                        "copyBundlePatterns"
                                      ],
                                      "buildBundles": true
                                    },
                                    "properties": {
                                      "buildBundles": {
                                        "description": "enable asset bundle builds for this target",
                                        "type": "boolean"
                                      },
                                      "basePath": {
                                        "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "buildAssetBundleOptions": {
                                        "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "copyToStreamingAssets": {
                                        "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                        "type": "boolean"
                                      },
                                      "copyBundlePatterns": {
                                        "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "addressables": {
                                    "example": {
                                      "profileName": "profileName",
                                      "failedAddressablesFailsBuild": true,
                                      "buildLayoutReportFileFormat": "JSON",
                                      "contentUpdate": true,
                                      "buildAddressables": true,
                                      "generateBuildLayout": true,
                                      "contentUpdateSettings": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      }
                                    },
                                    "properties": {
                                      "buildAddressables": {
                                        "description": "enable addressable builds for this target",
                                        "type": "boolean"
                                      },
                                      "contentUpdate": {
                                        "description": "Update a previously built player with new Addressable Content.",
                                        "type": "boolean"
                                      },
                                      "profileName": {
                                        "description": "which addressables profile should be used for the build",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "failedAddressablesFailsBuild": {
                                        "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                        "type": "boolean"
                                      },
                                      "contentUpdateSettings": {
                                        "example": {
                                          "linkedTargetId": "linkedTargetId",
                                          "contentStatePath": "contentStatePath"
                                        },
                                        "properties": {
                                          "contentStatePath": {
                                            "description": "The path to a Content State .bin file relative to the project root",
                                            "type": "string",
                                            "nullable": true
                                          },
                                          "linkedTargetId": {
                                            "description": "The Id of the build target to obtain a Content State .bin file from",
                                            "type": "string",
                                            "nullable": true
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "generateBuildLayout": {
                                        "description": "Whether to generate the bundle build layout report.",
                                        "type": "boolean"
                                      },
                                      "buildLayoutReportFileFormat": {
                                        "description": "The format of the bundle build layout report.",
                                        "enum": [
                                          "JSON",
                                          "TXT"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "runUnitTests": {
                                    "description": "Run any unit tests your project has when a build happens.",
                                    "type": "boolean"
                                  },
                                  "runEditModeTests": {
                                    "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "runPlayModeTests": {
                                    "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "failedUnitTestFailsBuild": {
                                    "description": "Mark builds as failed if the unit tests do not pass.",
                                    "type": "boolean"
                                  },
                                  "unitTestMethod": {
                                    "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "disableAssemblyUpdater": {
                                    "description": "Disable assembly updater when running Unity",
                                    "type": "boolean"
                                  },
                                  "acceptApiUpdate": {
                                    "description": "Accept API changes when running Unity",
                                    "type": "boolean"
                                  },
                                  "enableLightBake": {
                                    "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "webGL": {
                                "example": {
                                  "beautifulCorner": true,
                                  "beautifulCornerContent": false
                                },
                                "properties": {
                                  "beautifulCorner": {
                                    "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  },
                                  "beautifulCornerContent": {
                                    "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "uwp": {
                                "example": {
                                  "capabilities": [
                                    "EnterpriseAuthentication",
                                    "EnterpriseAuthentication"
                                  ],
                                  "wsaArchitecture": "x64",
                                  "windowsSDKVersion": "10.0.17134.0",
                                  "buildType": "ExecutableOnly",
                                  "msbuildConfiguration": "Debug",
                                  "publishVisualStudioSolution": true,
                                  "visualStudioVersion": "2019",
                                  "targetFamily": [
                                    "Universal",
                                    "Universal"
                                  ],
                                  "platforms": [
                                    "x64",
                                    "x64"
                                  ]
                                },
                                "properties": {
                                  "windowsSDKVersion": {
                                    "description": "Sets Windows SDK Version to use when building UWP",
                                    "enum": [
                                      "10.0.17134.0",
                                      "10.0.17763.0",
                                      "10.0.18362.0",
                                      "10.0.19041.0",
                                      "10.0.20348.0",
                                      "10.0.22621.0",
                                      "10.0.22000.0"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "visualStudioVersion": {
                                    "description": "Sets the Visual Studio Version to use when building UWP",
                                    "enum": [
                                      "2019",
                                      "2022"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "wsaArchitecture": {
                                    "description": "Sets target architecture for Exectuable Only builds",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "capabilities": {
                                    "description": "Sets the capabilities of the build UWP application",
                                    "items": {
                                      "description": "UWP Capabilities",
                                      "enum": [
                                        "EnterpriseAuthentication",
                                        "InternetClient",
                                        "InternetClientServer",
                                        "MusicLibrary",
                                        "PicturesLibrary",
                                        "PrivateNetworkClientServer",
                                        "SharedUserCertificates",
                                        "VideosLibrary",
                                        "WebCam",
                                        "RemovableStorage",
                                        "Proximity",
                                        "Microphone",
                                        "Location",
                                        "HumanInterfaceDevice",
                                        "AllJoyn",
                                        "BlockedChatMessages",
                                        "Chat",
                                        "CodeGeneration",
                                        "Objects3D",
                                        "PhoneCall",
                                        "UserAccountInformation",
                                        "VoipCall",
                                        "Bluetooth",
                                        "SpatialPerception",
                                        "InputInjectionBrokered",
                                        "Appointments",
                                        "BackgroundMediaPlayback",
                                        "Contacts",
                                        "LowLevelDevices",
                                        "OfflineMapsManagement",
                                        "PhoneCallHistoryPublic",
                                        "PointOfService",
                                        "RecordedCallsFolder",
                                        "RemoteSystem",
                                        "SystemManagement",
                                        "UserDataTasks",
                                        "UserNotificationListener",
                                        "GazeInput"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "targetFamily": {
                                    "description": "Sets the target device family for the build",
                                    "items": {
                                      "description": "The target device family",
                                      "enum": [
                                        "Universal",
                                        "Desktop",
                                        "Mobile",
                                        "Xbox",
                                        "Holographic",
                                        "IoT",
                                        "IoTHeadless"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildType": {
                                    "description": "Sets the build type for UWP. Executable",
                                    "enum": [
                                      "ExecutableOnly",
                                      "D3D",
                                      "XAML"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "msbuildConfiguration": {
                                    "description": "Sets the ms build configuration for UWP",
                                    "enum": [
                                      "Debug",
                                      "Release",
                                      "Master",
                                      "MasterWithLTCG"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "platforms": {
                                    "description": "Sets the target platforms for the AppXBundle",
                                    "items": {
                                      "description": "Target Platform",
                                      "enum": [
                                        "x64",
                                        "x86",
                                        "ARM",
                                        "ARM64"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "publishVisualStudioSolution": {
                                    "description": "Enable publishing of the visual studio .sln file",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "ignorePlasticCheckedInLibrary": {
                            "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildTargetGroups": {
                        "items": {
                          "example": {
                            "name": "name",
                            "id": "id"
                          },
                          "properties": {
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "name": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "lastBuilt": {
                        "example": {
                          "unityVersion": "unityVersion"
                        },
                        "properties": {
                          "unityVersion": {
                            "description": "Last Unity version built by this target. Setting this has no effect.",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "credentials": {
                        "example": {
                          "signing": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          }
                        },
                        "properties": {
                          "signing": {
                            "example": {
                              "credentialResourceRef": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "credentialid": "credentialid"
                            },
                            "properties": {
                              "credentialid": {
                                "type": "string",
                                "nullable": true
                              },
                              "credentialResourceRef": {
                                "example": {
                                  "created": "created",
                                  "certificate": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "credentialid": "credentialid",
                                  "provisioningProfile": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "keystore": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "label": "label",
                                  "lastMod": "lastMod",
                                  "platform": "ios"
                                },
                                "properties": {
                                  "platform": {
                                    "enum": [
                                      "ios",
                                      "android",
                                      "webplayer",
                                      "webgl",
                                      "standaloneosxintel",
                                      "standaloneosxintel64",
                                      "standaloneosxuniversal",
                                      "standaloneosx",
                                      "standalonewindows",
                                      "standalonewindows64",
                                      "standalonelinux",
                                      "standalonelinux64",
                                      "standalonelinuxuniversal",
                                      "wsaplayer",
                                      "gamecorescarlett",
                                      "ps5",
                                      "switch"
                                    ],
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "credentialid": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "created": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "lastMod": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "certificate": {
                                    "example": {
                                      "certName": "certName",
                                      "teamId": "teamId",
                                      "uploaded": "uploaded",
                                      "isDistribution": true,
                                      "expiration": "expiration",
                                      "issuer": "issuer"
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "certName": {
                                        "description": "certificate name (from the certificate)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isDistribution": {
                                        "description": "if this is a distribution certificate",
                                        "type": "boolean"
                                      },
                                      "issuer": {
                                        "description": "issuer of the certificate",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "provisioningProfile": {
                                    "example": {
                                      "numDevices": 1.4658129805029452,
                                      "teamId": "teamId",
                                      "bundleId": "bundleId",
                                      "uploaded": "uploaded",
                                      "expiration": "expiration",
                                      "type": "developer",
                                      "uuid": "uuid",
                                      "isEnterpriseProfile": true
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "bundleId": {
                                        "description": "a unique identifier (com.example.name)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uuid": {
                                        "description": "generated UUID of the profile",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isEnterpriseProfile": {
                                        "description": "is this compiled for Apple's enterprise program",
                                        "type": "boolean"
                                      },
                                      "type": {
                                        "enum": [
                                          "developer",
                                          "adhoc",
                                          "appstore"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "numDevices": {
                                        "description": "number of devices provisioned for this certificate",
                                        "type": "number"
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "keystore": {
                                    "example": {
                                      "debug": true,
                                      "alias": "alias",
                                      "expiration": "expiration"
                                    },
                                    "properties": {
                                      "alias": {
                                        "description": "friendly name for keystore",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "debug": {
                                        "description": "whether this is a debug or production keystore",
                                        "type": "boolean"
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "builds": {
                        "items": {
                          "description": "buildattempt",
                          "example": {
                            "checkoutTimeInSeconds": 7.061401241503109,
                            "auditChanges": 1.4894159098541704,
                            "operatingSystem": "operatingSystem",
                            "buildGUID": "buildGUID",
                            "changeset": [
                              "{}",
                              "{}"
                            ],
                            "buildReport": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "unityVersion": "unityVersion",
                            "lastBuiltRevision": "lastBuiltRevision",
                            "failureDetails": [
                              {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              {
                                "stage": "build",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 126,
                                "stageMatch": false
                              }
                            ],
                            "orgFk": "orgFk",
                            "links": {
                              "key": {
                                "method": "method",
                                "meta": "{}",
                                "href": "href"
                              }
                            },
                            "cooldownDate": "cooldownDate",
                            "created": "created",
                            "causedBy": "causedBy",
                            "playModeTestTimeInSeconds": 1.0246457001441578,
                            "workspaceSize": 2.3021358869347655,
                            "finished": "finished",
                            "billableTimeInSeconds": 4.145608029883936,
                            "credentialsOutdated": true,
                            "editorIcon": "editorIcon",
                            "publishTimeInSeconds": 3.616076749251911,
                            "queuedReason": "targetConcurrency",
                            "projectGuid": "projectGuid",
                            "buildTargetGroups": [
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              }
                            ],
                            "projectName": "projectName",
                            "publishStartTime": "publishStartTime",
                            "projectId": "projectId",
                            "projectVersion": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "cleanBuild": true,
                            "formattedPlatformName": "formattedPlatformName",
                            "totalTimeInSeconds": 2.027123023002322,
                            "canceledBy": "api",
                            "error": "error",
                            "filetoken": "filetoken",
                            "platform": "ios",
                            "checkoutStartTime": "checkoutStartTime",
                            "deletedBy": "deletedBy",
                            "orgId": "orgId",
                            "buildStatus": "created",
                            "unitTestTimeInSeconds": 7.386281948385884,
                            "androidSdkVersion": "androidSdkVersion",
                            "operatingSystemVersion": "operatingSystemVersion",
                            "editModeTestTimeInSeconds": 1.2315135367772556,
                            "buildStartTime": "buildStartTime",
                            "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                            "causedByUser": "causedByUser",
                            "buildTimeInSeconds": 9.301444243932576,
                            "machineType": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "buildtargetid": "buildtargetid",
                            "favorited": true,
                            "architecture": "architecture",
                            "buildProfilePath": "buildProfilePath",
                            "requestedRevision": "requestedRevision",
                            "label": "label",
                            "headless": true,
                            "scmBranch": "scmBranch",
                            "deleted": true,
                            "build": 5.962133916683182,
                            "buildTargetName": "buildTargetName",
                            "xcodeVersion": "xcodeVersion",
                            "machineTypeLabel": "machineTypeLabel"
                          },
                          "properties": {
                            "build": {
                              "type": "number"
                            },
                            "buildtargetid": {
                              "description": "unique id auto-generated from the build target name",
                              "anyOf": [
                                {
                                  "type": "string",
                                  "nullable": true
                                },
                                {
                                  "type": "string",
                                  "format": "object-id"
                                }
                              ]
                            },
                            "buildTargetName": {
                              "type": "string",
                              "nullable": true
                            },
                            "buildGUID": {
                              "description": "unique GUID identifying this build",
                              "type": "string",
                              "nullable": true
                            },
                            "buildStatus": {
                              "enum": [
                                "created",
                                "queued",
                                "sentToBuilder",
                                "started",
                                "restarted",
                                "success",
                                "failure",
                                "canceled",
                                "unknown",
                                "processing"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "description": "if the build was built without using data cached from previous builds",
                              "type": "boolean"
                            },
                            "failureDetails": {
                              "description": "list of failure details for this build attempt, when available",
                              "items": {
                                "example": {
                                  "stage": "checkout",
                                  "failureType": "failureType",
                                  "label": "label",
                                  "publicMessage": "publicMessage",
                                  "link": "link",
                                  "displayName": "displayName",
                                  "logline": 42,
                                  "stageMatch": true
                                },
                                "properties": {
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "publicMessage": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "link": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "stage": {
                                    "type": "string",
                                    "description": "Build stage where the failure occurred"
                                  },
                                  "failureType": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "logline": {
                                    "type": "number",
                                    "nullable": true,
                                    "description": "The line number in the build log where the failure occurred"
                                  },
                                  "stageMatch": {
                                    "type": "boolean",
                                    "nullable": true,
                                    "description": "Whether the failure stage matched the expected stage"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "canceledBy": {
                              "enum": [
                                "api",
                                "service",
                                "service-timelimit",
                                "concurrency-timelimit",
                                "restart-limit",
                                "evaluation-timelimit",
                                "jenkins-timelimit",
                                "service-badconfiguration",
                                "billing-invalidsubscription"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "causedBy": {
                              "description": "What triggered the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "causedByUser": {
                              "description": "Name of the user who caused the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "buildProfilePath": {
                              "type": "string",
                              "nullable": true
                            },
                            "platform": {
                              "enum": [
                                "ios",
                                "android",
                                "webplayer",
                                "webgl",
                                "standaloneosxintel",
                                "standaloneosxintel64",
                                "standaloneosxuniversal",
                                "standaloneosx",
                                "standalonewindows",
                                "standalonewindows64",
                                "standalonelinux",
                                "standalonelinux64",
                                "standalonelinuxuniversal",
                                "wsaplayer",
                                "gamecorescarlett",
                                "ps5",
                                "switch"
                              ],
                              "type": "string"
                            },
                            "formattedPlatformName": {
                              "type": "string",
                              "nullable": true
                            },
                            "editorIcon": {
                              "type": "string",
                              "nullable": true
                            },
                            "workspaceSize": {
                              "description": "size of workspace in bytes",
                              "type": "number"
                            },
                            "created": {
                              "description": "when the build was created",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "finished": {
                              "description": "when the build completely finished",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutStartTime": {
                              "description": "when the build starting checking out code",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutTimeInSeconds": {
                              "description": "amount of time spent checking out code",
                              "type": "number"
                            },
                            "buildStartTime": {
                              "description": "when the build started compiling",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "buildTimeInSeconds": {
                              "description": "amount of time spend compiling",
                              "type": "number"
                            },
                            "buildTimeoutMinutes": {
                              "description": "total allowed build time before the build attempt times out",
                              "type": "number"
                            },
                            "publishStartTime": {
                              "description": "when the build started saving build artifacts",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "publishTimeInSeconds": {
                              "description": "amount of time spent saving build artifacts",
                              "type": "number"
                            },
                            "totalTimeInSeconds": {
                              "description": "total time for the build",
                              "type": "number"
                            },
                            "billableTimeInSeconds": {
                              "description": "total billable time for the build",
                              "type": "number"
                            },
                            "unitTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "editModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "playModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "lastBuiltRevision": {
                              "description": "source control commit id for the build",
                              "type": "string",
                              "nullable": true
                            },
                            "changeset": {
                              "description": "a list of source control changes between this and the last build",
                              "type": "array"
                            },
                            "favorited": {
                              "description": "if the build is marked as do not delete or not",
                              "type": "boolean"
                            },
                            "label": {
                              "description": "description given when a build is favorited",
                              "type": "string",
                              "nullable": true
                            },
                            "deleted": {
                              "description": "if the build is deleted or not",
                              "type": "boolean"
                            },
                            "headless": {
                              "description": "if the build was built to run in linux headless mode",
                              "type": "boolean"
                            },
                            "credentialsOutdated": {
                              "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                              "type": "boolean"
                            },
                            "groupBuildId": {
                              "description": "the unique ID used to launch a group of attempts",
                              "format": "uuid",
                              "type": "string",
                              "nullable": true
                            },
                            "buildTargetGroups": {
                              "description": "list of build target groups this build attempt is a part of",
                              "items": {
                                "example": {
                                  "deleted": true,
                                  "name": "name",
                                  "id": "id",
                                  "enabled": true
                                },
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "id": {
                                    "type": "string",
                                    "format": "object-id",
                                    "nullable": true
                                  },
                                  "deleted": {
                                    "type": "boolean"
                                  },
                                  "enabled": {
                                    "type": "boolean"
                                  }
                                },
                                "required": [
                                  "deleted",
                                  "enabled",
                                  "id",
                                  "name"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "machineType": {
                              "description": "the type of machine used to build this build",
                              "example": {
                                "name": "name",
                                "label": "label",
                                "operatingSystem": "operatingSystem",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "operatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "required": [
                                "enabled",
                                "label",
                                "name",
                                "operatingSystem"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "deletedBy": {
                              "description": "email address of the user who deleted this attempt",
                              "type": "string",
                              "nullable": true
                            },
                            "queuedReason": {
                              "description": "reason the build is currently waiting",
                              "enum": [
                                "targetConcurrency",
                                "cooldown",
                                "buildConcurrency",
                                "concurrency",
                                "waitingForBuildAgent",
                                "evaluating",
                                "sentToBuilder",
                                "notPending"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cooldownDate": {
                              "description": "time until this build will be reconsidered for building",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "scmBranch": {
                              "description": "scm branch to be built",
                              "type": "string",
                              "nullable": true
                            },
                            "unityVersion": {
                              "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                              "type": "string",
                              "nullable": true
                            },
                            "architecture": {
                              "description": "The Unity editor architecture used for building",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystemVersion": {
                              "description": "a supported operating system version (ex. 'monterey')",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystem": {
                              "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            },
                            "androidSdkVersion": {
                              "description": "a supported android sdk version (ex. 'android_sdk_34')",
                              "type": "string",
                              "nullable": true
                            },
                            "auditChanges": {
                              "type": "number"
                            },
                            "projectVersion": {
                              "example": {
                                "filename": "filename",
                                "size": 6.84685269835264,
                                "created": "created",
                                "udids": [
                                  "udids",
                                  "udids"
                                ],
                                "name": "name",
                                "bundleId": "bundleId",
                                "projectName": "projectName",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "name": {
                                  "description": "automatically generated name for the build",
                                  "type": "string",
                                  "nullable": true
                                },
                                "filename": {
                                  "description": "filename for the primary artifact",
                                  "type": "string",
                                  "nullable": true
                                },
                                "projectName": {
                                  "description": "name of the project",
                                  "type": "string",
                                  "nullable": true
                                },
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "size": {
                                  "description": "size of the the primary build artifact in bytes",
                                  "type": "number"
                                },
                                "created": {
                                  "description": "creation date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "description": "last modified date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "bundleId": {
                                  "description": "a unique identifier (com.example.name)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "udids": {
                                  "description": "iPhone unique identifiers that are able to install this build",
                                  "items": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object",
                              "nullable": true,
                              "additionalProperties": false
                            },
                            "projectName": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectId": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectGuid": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgId": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgFk": {
                              "type": "string",
                              "nullable": true
                            },
                            "filetoken": {
                              "type": "string",
                              "nullable": true
                            },
                            "links": {
                              "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                              "properties": {
                                "artifacts": {
                                  "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                  "type": "array"
                                }
                              },
                              "additionalProperties": {
                                "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                                "example": {
                                  "method": "method",
                                  "href": "href"
                                },
                                "properties": {
                                  "href": {
                                    "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "method": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "redirect": {
                                    "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "object"
                            },
                            "buildReport": {
                              "example": {
                                "warnings": 1,
                                "errors": 7
                              },
                              "properties": {
                                "errors": {
                                  "type": "integer"
                                },
                                "warnings": {
                                  "type": "integer"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "machineTypeLabel": {
                              "type": "string",
                              "nullable": true
                            },
                            "requestedRevision": {
                              "type": "string",
                              "nullable": true
                            },
                            "error": {
                              "type": "string",
                              "nullable": true
                            },
                            "signedUrls": {
                              "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                              "type": "object",
                              "additionalProperties": {
                                "type": "object",
                                "properties": {
                                  "ResumableUri": {
                                    "type": "string"
                                  },
                                  "SignedUrl": {
                                    "type": "string"
                                  }
                                },
                                "additionalProperties": false
                              },
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "text/x-generic": {
                "schema": {
                  "items": {
                    "example": {
                      "lastBuilt": {
                        "unityVersion": "unityVersion"
                      },
                      "settings": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "createdBy": "createdBy",
                      "credentials": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "name": "name",
                      "builds": [
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        {
                          "testResults": {
                            "unit_test_editmode": "{}",
                            "unit_test": "{}",
                            "unit_test_playmode": "{}"
                          },
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "customConfig": {
                            "unity": {
                              "editorUserBuildSettings": {
                                "switchCreateRomFile": true
                              }
                            },
                            "generateGamePatch": true,
                            "ps5": {
                              "buildType": "PC Hosted"
                            }
                          },
                          "failureDetails": [
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            },
                            {
                              "stages": [
                                "stages",
                                "stages"
                              ],
                              "failureType": "failureType",
                              "count": 5.637376656633329,
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName"
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "localUnityVersion": "localUnityVersion",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "links": "{}",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "config": {
                            "buildVersion": "buildVersion",
                            "ps5": {
                              "packageMasterVersion": "packageMasterVersion",
                              "buildType": "PC Hosted",
                              "packageContentVersion": "packageContentVersion",
                              "referenceBuildAttempt": true
                            },
                            "displayVersion": "displayVersion",
                            "latestPatchBuildAttempt": true,
                            "referenceBuildAttempt": true
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        }
                      ],
                      "buildTargetGroups": [
                        {
                          "name": "name",
                          "id": "id"
                        },
                        {
                          "name": "name",
                          "id": "id"
                        }
                      ],
                      "platform": "ios",
                      "enabled": true,
                      "buildtargetid": "buildtargetid"
                    },
                    "properties": {
                      "guid": {
                        "description": "globally unique id for the build target",
                        "type": "string"
                      },
                      "name": {
                        "type": "string",
                        "nullable": true
                      },
                      "createdBy": {
                        "type": "string",
                        "nullable": true
                      },
                      "platform": {
                        "enum": [
                          "ios",
                          "android",
                          "webplayer",
                          "webgl",
                          "standaloneosxintel",
                          "standaloneosxintel64",
                          "standaloneosxuniversal",
                          "standaloneosx",
                          "standalonewindows",
                          "standalonewindows64",
                          "standalonelinux",
                          "standalonelinux64",
                          "standalonelinuxuniversal",
                          "wsaplayer",
                          "gamecorescarlett",
                          "ps5",
                          "switch"
                        ],
                        "type": "string"
                      },
                      "buildtargetid": {
                        "description": "unique id auto-generated from the build target name",
                        "type": "string",
                        "nullable": true
                      },
                      "enabled": {
                        "description": "whether this target can be built by the API",
                        "type": "boolean"
                      },
                      "settings": {
                        "example": {
                          "advanced": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "platform": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "autoBuildLatest": "inherit",
                          "unityVersion": "unityVersion",
                          "autoBuild": true,
                          "operatingSystemVersion": "operatingSystemVersion",
                          "ignorePlasticCheckedInLibrary": true,
                          "remoteCacheStrategy": "none",
                          "scm": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "executablename": "executablename",
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "fallbackPatchVersion": true,
                          "artifactCompressionLevel": "inherit",
                          "rubyVersion": "rubyVersion",
                          "buildTargetCopyCache": "buildTargetCopyCache",
                          "cacheCompressionLevel": "inherit",
                          "autoDetectUnityVersion": true,
                          "windowsGitBinary": "inherit",
                          "operatingSystemSelected": "mac",
                          "autoBuildCancellation": false,
                          "buildSchedule": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "autoBuildLatest": {
                            "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                            "enum": [
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "autoBuild": {
                            "description": "start builds automatically when your repo is updated",
                            "type": "boolean"
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "autoDetectUnityVersion": {
                            "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                            "type": "boolean"
                          },
                          "fallbackPatchVersion": {
                            "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                            "type": "boolean"
                          },
                          "executablename": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "scm": {
                            "example": {
                              "repo": "repo",
                              "isUnityCloudDrive": true,
                              "client": "client",
                              "type": "git",
                              "branch": "branch",
                              "subdirectory": "subdirectory"
                            },
                            "properties": {
                              "type": {
                                "enum": [
                                  "git",
                                  "svn",
                                  "p4",
                                  "oauth",
                                  "plastic"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "isUnityCloudDrive": {
                                "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                                "type": "boolean"
                              },
                              "repo": {
                                "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                                "type": "string",
                                "nullable": true
                              },
                              "branch": {
                                "type": "string",
                                "nullable": true
                              },
                              "subdirectory": {
                                "description": "subdirectory to build from",
                                "type": "string",
                                "nullable": true
                              },
                              "client": {
                                "description": "perforce only client workspace to build from",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "platform": {
                            "example": {
                              "bundleId": "bundleId",
                              "xcodeVersion": "xcodeVersion"
                            },
                            "properties": {
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "xcodeVersion": {
                                "description": "a supported xcode version (ex. 'xcode13_0_0')",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "buildSchedule": {
                            "description": "For Scheduling builds",
                            "example": {
                              "date": "2000-01-23T04:56:07.000+00:00",
                              "cronScheduleString": "cronScheduleString",
                              "cleanBuild": false,
                              "repeatCycle": "once",
                              "isEnabled": false,
                              "skipBuildIfSameCommit": true,
                              "cronScheduleTimezone": "cronScheduleTimezone"
                            },
                            "properties": {
                              "isEnabled": {
                                "default": false,
                                "type": "boolean"
                              },
                              "date": {
                                "format": "date-time",
                                "type": "string",
                                "nullable": true
                              },
                              "repeatCycle": {
                                "enum": [
                                  "none",
                                  "once",
                                  "daily",
                                  "weekly",
                                  "monthly",
                                  "yearly",
                                  "cron"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleString": {
                                "description": "cron schedule in string format (* * * * *)",
                                "type": "string",
                                "nullable": true
                              },
                              "cronScheduleTimezone": {
                                "description": "cron schedule timezone (default UTC)",
                                "type": "string",
                                "nullable": true
                              },
                              "cleanBuild": {
                                "default": false,
                                "type": "boolean"
                              },
                              "skipBuildIfSameCommit": {
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "autoBuildCancellation": {
                            "type": "boolean"
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemSelected": {
                            "enum": [
                              "mac",
                              "windows"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "Choose the version of the operating system for building your project.",
                            "type": "string",
                            "nullable": true
                          },
                          "rubyVersion": {
                            "type": "string",
                            "nullable": true
                          },
                          "remoteCacheStrategy": {
                            "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                            "enum": [
                              "none",
                              "library",
                              "workspace",
                              "boostdisk",
                              "inherit"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "windowsGitBinary": {
                            "description": "Specifies the Git binary that will be used for Windows builds",
                            "enum": [
                              "inherit",
                              "native",
                              "cygwin"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetCopyCache": {
                            "description": "Specifies the id of the build target that this target's cache was copied from",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "Specifies the Unity editor architecture to use for building the project.",
                            "type": "string",
                            "nullable": true
                          },
                          "cacheCompressionLevel": {
                            "description": "Specifies the compression level for caching workspace or Library.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "artifactCompressionLevel": {
                            "description": "Specifies the compression level for compressed final artifacts.",
                            "enum": [
                              "inherit",
                              "none",
                              "1",
                              "2",
                              "3",
                              "4",
                              "5",
                              "6",
                              "7",
                              "8",
                              "9"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "advanced": {
                            "example": {
                              "unity": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "android": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "xcode": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "uwp": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              }
                            },
                            "properties": {
                              "xcode": {
                                "example": {
                                  "customFastlaneConfigPath": "customFastlaneConfigPath",
                                  "useArchiveAndExport": true,
                                  "uploadXCArchive": true,
                                  "shouldNotarize": true
                                },
                                "properties": {
                                  "useArchiveAndExport": {
                                    "type": "boolean"
                                  },
                                  "customFastlaneConfigPath": {
                                    "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "uploadXCArchive": {
                                    "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                    "type": "boolean"
                                  },
                                  "shouldNotarize": {
                                    "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "android": {
                                "example": {
                                  "buildAssetPacks": true,
                                  "androidSDKVersion": "androidSDKVersion",
                                  "buildAppBundle": true
                                },
                                "properties": {
                                  "buildAppBundle": {
                                    "type": "boolean"
                                  },
                                  "buildAssetPacks": {
                                    "type": "boolean"
                                  },
                                  "androidSDKVersion": {
                                    "description": "Android SDK Version",
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "unity": {
                                "example": {
                                  "postBuildScriptFailsBuild": true,
                                  "preExportMethod": "preExportMethod",
                                  "playerSettings": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "preBuildScriptFailsBuild": true,
                                  "runPlayModeTests": true,
                                  "disableAssemblyUpdater": true,
                                  "editorUserBuildSettings": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "runUnitTests": true,
                                  "runEditModeTests": true,
                                  "postBuildScript": "postBuildScript",
                                  "acceptApiUpdate": true,
                                  "enableLightBake": true,
                                  "postExportMethod": "postExportMethod",
                                  "assetBundles": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "failedUnitTestFailsBuild": true,
                                  "addressables": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "unitTestMethod": "unitTestMethod",
                                  "playerExporter": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "scriptingDefineSymbols": "scriptingDefineSymbols",
                                  "preBuildScript": "preBuildScript"
                                },
                                "properties": {
                                  "preExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postExportMethod": {
                                    "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScript": {
                                    "description": "Relative path to the script that should be run before the build process starts.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "postBuildScript": {
                                    "description": "Relative path to the script that should be run after the build process finishes.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "preBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "postBuildScriptFailsBuild": {
                                    "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                    "type": "boolean"
                                  },
                                  "scriptingDefineSymbols": {
                                    "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "playerExporter": {
                                    "example": {
                                      "buildOptions": [
                                        "buildOptions",
                                        "buildOptions"
                                      ],
                                      "sceneList": [
                                        "sceneList",
                                        "sceneList"
                                      ],
                                      "export": true
                                    },
                                    "properties": {
                                      "sceneList": {
                                        "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                        "items": {
                                          "description": "scene names",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "buildOptions": {
                                        "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      },
                                      "export": {
                                        "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "playerSettings": {
                                    "example": {
                                      "Android": {
                                        "useAPKExpansionFiles": true
                                      }
                                    },
                                    "properties": {
                                      "Android": {
                                        "example": {
                                          "useAPKExpansionFiles": true
                                        },
                                        "properties": {
                                          "useAPKExpansionFiles": {
                                            "description": "break up android apk into an installable apk and expansion files",
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "editorUserBuildSettings": {
                                    "example": {
                                      "androidBuildSystem": "internal",
                                      "standaloneBuildSubtarget": "Player"
                                    },
                                    "properties": {
                                      "androidBuildSystem": {
                                        "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                        "enum": [
                                          "internal",
                                          "gradle"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "standaloneBuildSubtarget": {
                                        "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                        "enum": [
                                          "Player",
                                          "Server"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "assetBundles": {
                                    "example": {
                                      "copyToStreamingAssets": true,
                                      "basePath": "basePath",
                                      "buildAssetBundleOptions": "buildAssetBundleOptions",
                                      "copyBundlePatterns": [
                                        "copyBundlePatterns",
                                        "copyBundlePatterns"
                                      ],
                                      "buildBundles": true
                                    },
                                    "properties": {
                                      "buildBundles": {
                                        "description": "enable asset bundle builds for this target",
                                        "type": "boolean"
                                      },
                                      "basePath": {
                                        "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "buildAssetBundleOptions": {
                                        "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "copyToStreamingAssets": {
                                        "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                        "type": "boolean"
                                      },
                                      "copyBundlePatterns": {
                                        "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                        "items": {
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "type": "array"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "addressables": {
                                    "example": {
                                      "profileName": "profileName",
                                      "failedAddressablesFailsBuild": true,
                                      "buildLayoutReportFileFormat": "JSON",
                                      "contentUpdate": true,
                                      "buildAddressables": true,
                                      "generateBuildLayout": true,
                                      "contentUpdateSettings": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      }
                                    },
                                    "properties": {
                                      "buildAddressables": {
                                        "description": "enable addressable builds for this target",
                                        "type": "boolean"
                                      },
                                      "contentUpdate": {
                                        "description": "Update a previously built player with new Addressable Content.",
                                        "type": "boolean"
                                      },
                                      "profileName": {
                                        "description": "which addressables profile should be used for the build",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "failedAddressablesFailsBuild": {
                                        "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                        "type": "boolean"
                                      },
                                      "contentUpdateSettings": {
                                        "example": {
                                          "linkedTargetId": "linkedTargetId",
                                          "contentStatePath": "contentStatePath"
                                        },
                                        "properties": {
                                          "contentStatePath": {
                                            "description": "The path to a Content State .bin file relative to the project root",
                                            "type": "string",
                                            "nullable": true
                                          },
                                          "linkedTargetId": {
                                            "description": "The Id of the build target to obtain a Content State .bin file from",
                                            "type": "string",
                                            "nullable": true
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "generateBuildLayout": {
                                        "description": "Whether to generate the bundle build layout report.",
                                        "type": "boolean"
                                      },
                                      "buildLayoutReportFileFormat": {
                                        "description": "The format of the bundle build layout report.",
                                        "enum": [
                                          "JSON",
                                          "TXT"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "runUnitTests": {
                                    "description": "Run any unit tests your project has when a build happens.",
                                    "type": "boolean"
                                  },
                                  "runEditModeTests": {
                                    "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "runPlayModeTests": {
                                    "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                    "type": "boolean"
                                  },
                                  "failedUnitTestFailsBuild": {
                                    "description": "Mark builds as failed if the unit tests do not pass.",
                                    "type": "boolean"
                                  },
                                  "unitTestMethod": {
                                    "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "disableAssemblyUpdater": {
                                    "description": "Disable assembly updater when running Unity",
                                    "type": "boolean"
                                  },
                                  "acceptApiUpdate": {
                                    "description": "Accept API changes when running Unity",
                                    "type": "boolean"
                                  },
                                  "enableLightBake": {
                                    "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "webGL": {
                                "example": {
                                  "beautifulCorner": true,
                                  "beautifulCornerContent": false
                                },
                                "properties": {
                                  "beautifulCorner": {
                                    "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  },
                                  "beautifulCornerContent": {
                                    "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "uwp": {
                                "example": {
                                  "capabilities": [
                                    "EnterpriseAuthentication",
                                    "EnterpriseAuthentication"
                                  ],
                                  "wsaArchitecture": "x64",
                                  "windowsSDKVersion": "10.0.17134.0",
                                  "buildType": "ExecutableOnly",
                                  "msbuildConfiguration": "Debug",
                                  "publishVisualStudioSolution": true,
                                  "visualStudioVersion": "2019",
                                  "targetFamily": [
                                    "Universal",
                                    "Universal"
                                  ],
                                  "platforms": [
                                    "x64",
                                    "x64"
                                  ]
                                },
                                "properties": {
                                  "windowsSDKVersion": {
                                    "description": "Sets Windows SDK Version to use when building UWP",
                                    "enum": [
                                      "10.0.17134.0",
                                      "10.0.17763.0",
                                      "10.0.18362.0",
                                      "10.0.19041.0",
                                      "10.0.20348.0",
                                      "10.0.22621.0",
                                      "10.0.22000.0"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "visualStudioVersion": {
                                    "description": "Sets the Visual Studio Version to use when building UWP",
                                    "enum": [
                                      "2019",
                                      "2022"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "wsaArchitecture": {
                                    "description": "Sets target architecture for Exectuable Only builds",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "capabilities": {
                                    "description": "Sets the capabilities of the build UWP application",
                                    "items": {
                                      "description": "UWP Capabilities",
                                      "enum": [
                                        "EnterpriseAuthentication",
                                        "InternetClient",
                                        "InternetClientServer",
                                        "MusicLibrary",
                                        "PicturesLibrary",
                                        "PrivateNetworkClientServer",
                                        "SharedUserCertificates",
                                        "VideosLibrary",
                                        "WebCam",
                                        "RemovableStorage",
                                        "Proximity",
                                        "Microphone",
                                        "Location",
                                        "HumanInterfaceDevice",
                                        "AllJoyn",
                                        "BlockedChatMessages",
                                        "Chat",
                                        "CodeGeneration",
                                        "Objects3D",
                                        "PhoneCall",
                                        "UserAccountInformation",
                                        "VoipCall",
                                        "Bluetooth",
                                        "SpatialPerception",
                                        "InputInjectionBrokered",
                                        "Appointments",
                                        "BackgroundMediaPlayback",
                                        "Contacts",
                                        "LowLevelDevices",
                                        "OfflineMapsManagement",
                                        "PhoneCallHistoryPublic",
                                        "PointOfService",
                                        "RecordedCallsFolder",
                                        "RemoteSystem",
                                        "SystemManagement",
                                        "UserDataTasks",
                                        "UserNotificationListener",
                                        "GazeInput"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "targetFamily": {
                                    "description": "Sets the target device family for the build",
                                    "items": {
                                      "description": "The target device family",
                                      "enum": [
                                        "Universal",
                                        "Desktop",
                                        "Mobile",
                                        "Xbox",
                                        "Holographic",
                                        "IoT",
                                        "IoTHeadless"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildType": {
                                    "description": "Sets the build type for UWP. Executable",
                                    "enum": [
                                      "ExecutableOnly",
                                      "D3D",
                                      "XAML"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "msbuildConfiguration": {
                                    "description": "Sets the ms build configuration for UWP",
                                    "enum": [
                                      "Debug",
                                      "Release",
                                      "Master",
                                      "MasterWithLTCG"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "platforms": {
                                    "description": "Sets the target platforms for the AppXBundle",
                                    "items": {
                                      "description": "Target Platform",
                                      "enum": [
                                        "x64",
                                        "x86",
                                        "ARM",
                                        "ARM64"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "publishVisualStudioSolution": {
                                    "description": "Enable publishing of the visual studio .sln file",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "ignorePlasticCheckedInLibrary": {
                            "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildTargetGroups": {
                        "items": {
                          "example": {
                            "name": "name",
                            "id": "id"
                          },
                          "properties": {
                            "id": {
                              "type": "string",
                              "format": "object-id",
                              "nullable": true
                            },
                            "name": {
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      },
                      "lastBuilt": {
                        "example": {
                          "unityVersion": "unityVersion"
                        },
                        "properties": {
                          "unityVersion": {
                            "description": "Last Unity version built by this target. Setting this has no effect.",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "credentials": {
                        "example": {
                          "signing": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          }
                        },
                        "properties": {
                          "signing": {
                            "example": {
                              "credentialResourceRef": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "credentialid": "credentialid"
                            },
                            "properties": {
                              "credentialid": {
                                "type": "string",
                                "nullable": true
                              },
                              "credentialResourceRef": {
                                "example": {
                                  "created": "created",
                                  "certificate": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "credentialid": "credentialid",
                                  "provisioningProfile": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "keystore": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "label": "label",
                                  "lastMod": "lastMod",
                                  "platform": "ios"
                                },
                                "properties": {
                                  "platform": {
                                    "enum": [
                                      "ios",
                                      "android",
                                      "webplayer",
                                      "webgl",
                                      "standaloneosxintel",
                                      "standaloneosxintel64",
                                      "standaloneosxuniversal",
                                      "standaloneosx",
                                      "standalonewindows",
                                      "standalonewindows64",
                                      "standalonelinux",
                                      "standalonelinux64",
                                      "standalonelinuxuniversal",
                                      "wsaplayer",
                                      "gamecorescarlett",
                                      "ps5",
                                      "switch"
                                    ],
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "credentialid": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "created": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "lastMod": {
                                    "type": "string",
                                    "format": "date-time",
                                    "nullable": true
                                  },
                                  "certificate": {
                                    "example": {
                                      "certName": "certName",
                                      "teamId": "teamId",
                                      "uploaded": "uploaded",
                                      "isDistribution": true,
                                      "expiration": "expiration",
                                      "issuer": "issuer"
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "certName": {
                                        "description": "certificate name (from the certificate)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isDistribution": {
                                        "description": "if this is a distribution certificate",
                                        "type": "boolean"
                                      },
                                      "issuer": {
                                        "description": "issuer of the certificate",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "provisioningProfile": {
                                    "example": {
                                      "numDevices": 1.4658129805029452,
                                      "teamId": "teamId",
                                      "bundleId": "bundleId",
                                      "uploaded": "uploaded",
                                      "expiration": "expiration",
                                      "type": "developer",
                                      "uuid": "uuid",
                                      "isEnterpriseProfile": true
                                    },
                                    "properties": {
                                      "teamId": {
                                        "description": "generated team id from Apple",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "bundleId": {
                                        "description": "a unique identifier (com.example.name)",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "uuid": {
                                        "description": "generated UUID of the profile",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      },
                                      "isEnterpriseProfile": {
                                        "description": "is this compiled for Apple's enterprise program",
                                        "type": "boolean"
                                      },
                                      "type": {
                                        "enum": [
                                          "developer",
                                          "adhoc",
                                          "appstore"
                                        ],
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "numDevices": {
                                        "description": "number of devices provisioned for this certificate",
                                        "type": "number"
                                      },
                                      "uploaded": {
                                        "description": "uploaded date",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "keystore": {
                                    "example": {
                                      "debug": true,
                                      "alias": "alias",
                                      "expiration": "expiration"
                                    },
                                    "properties": {
                                      "alias": {
                                        "description": "friendly name for keystore",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "debug": {
                                        "description": "whether this is a debug or production keystore",
                                        "type": "boolean"
                                      },
                                      "expiration": {
                                        "description": "expiration date",
                                        "type": "string",
                                        "format": "date-time",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "builds": {
                        "items": {
                          "description": "buildattempt",
                          "example": {
                            "checkoutTimeInSeconds": 7.061401241503109,
                            "auditChanges": 1.4894159098541704,
                            "operatingSystem": "operatingSystem",
                            "buildGUID": "buildGUID",
                            "changeset": [
                              "{}",
                              "{}"
                            ],
                            "buildReport": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "unityVersion": "unityVersion",
                            "lastBuiltRevision": "lastBuiltRevision",
                            "failureDetails": [
                              {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              {
                                "stage": "build",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 126,
                                "stageMatch": false
                              }
                            ],
                            "orgFk": "orgFk",
                            "links": {
                              "key": {
                                "method": "method",
                                "meta": "{}",
                                "href": "href"
                              }
                            },
                            "cooldownDate": "cooldownDate",
                            "created": "created",
                            "causedBy": "causedBy",
                            "playModeTestTimeInSeconds": 1.0246457001441578,
                            "workspaceSize": 2.3021358869347655,
                            "finished": "finished",
                            "billableTimeInSeconds": 4.145608029883936,
                            "credentialsOutdated": true,
                            "editorIcon": "editorIcon",
                            "publishTimeInSeconds": 3.616076749251911,
                            "queuedReason": "targetConcurrency",
                            "projectGuid": "projectGuid",
                            "buildTargetGroups": [
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              }
                            ],
                            "projectName": "projectName",
                            "publishStartTime": "publishStartTime",
                            "projectId": "projectId",
                            "projectVersion": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "cleanBuild": true,
                            "formattedPlatformName": "formattedPlatformName",
                            "totalTimeInSeconds": 2.027123023002322,
                            "canceledBy": "api",
                            "error": "error",
                            "filetoken": "filetoken",
                            "platform": "ios",
                            "checkoutStartTime": "checkoutStartTime",
                            "deletedBy": "deletedBy",
                            "orgId": "orgId",
                            "buildStatus": "created",
                            "unitTestTimeInSeconds": 7.386281948385884,
                            "androidSdkVersion": "androidSdkVersion",
                            "operatingSystemVersion": "operatingSystemVersion",
                            "editModeTestTimeInSeconds": 1.2315135367772556,
                            "buildStartTime": "buildStartTime",
                            "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                            "causedByUser": "causedByUser",
                            "buildTimeInSeconds": 9.301444243932576,
                            "machineType": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "buildtargetid": "buildtargetid",
                            "favorited": true,
                            "architecture": "architecture",
                            "buildProfilePath": "buildProfilePath",
                            "requestedRevision": "requestedRevision",
                            "label": "label",
                            "headless": true,
                            "scmBranch": "scmBranch",
                            "deleted": true,
                            "build": 5.962133916683182,
                            "buildTargetName": "buildTargetName",
                            "xcodeVersion": "xcodeVersion",
                            "machineTypeLabel": "machineTypeLabel"
                          },
                          "properties": {
                            "build": {
                              "type": "number"
                            },
                            "buildtargetid": {
                              "description": "unique id auto-generated from the build target name",
                              "anyOf": [
                                {
                                  "type": "string",
                                  "nullable": true
                                },
                                {
                                  "type": "string",
                                  "format": "object-id"
                                }
                              ]
                            },
                            "buildTargetName": {
                              "type": "string",
                              "nullable": true
                            },
                            "buildGUID": {
                              "description": "unique GUID identifying this build",
                              "type": "string",
                              "nullable": true
                            },
                            "buildStatus": {
                              "enum": [
                                "created",
                                "queued",
                                "sentToBuilder",
                                "started",
                                "restarted",
                                "success",
                                "failure",
                                "canceled",
                                "unknown",
                                "processing"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "description": "if the build was built without using data cached from previous builds",
                              "type": "boolean"
                            },
                            "failureDetails": {
                              "description": "list of failure details for this build attempt, when available",
                              "items": {
                                "example": {
                                  "stage": "checkout",
                                  "failureType": "failureType",
                                  "label": "label",
                                  "publicMessage": "publicMessage",
                                  "link": "link",
                                  "displayName": "displayName",
                                  "logline": 42,
                                  "stageMatch": true
                                },
                                "properties": {
                                  "label": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "publicMessage": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "link": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "stage": {
                                    "type": "string",
                                    "description": "Build stage where the failure occurred"
                                  },
                                  "failureType": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "logline": {
                                    "type": "number",
                                    "nullable": true,
                                    "description": "The line number in the build log where the failure occurred"
                                  },
                                  "stageMatch": {
                                    "type": "boolean",
                                    "nullable": true,
                                    "description": "Whether the failure stage matched the expected stage"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "canceledBy": {
                              "enum": [
                                "api",
                                "service",
                                "service-timelimit",
                                "concurrency-timelimit",
                                "restart-limit",
                                "evaluation-timelimit",
                                "jenkins-timelimit",
                                "service-badconfiguration",
                                "billing-invalidsubscription"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "causedBy": {
                              "description": "What triggered the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "causedByUser": {
                              "description": "Name of the user who caused the build to be created",
                              "type": "string",
                              "nullable": true
                            },
                            "buildProfilePath": {
                              "type": "string",
                              "nullable": true
                            },
                            "platform": {
                              "enum": [
                                "ios",
                                "android",
                                "webplayer",
                                "webgl",
                                "standaloneosxintel",
                                "standaloneosxintel64",
                                "standaloneosxuniversal",
                                "standaloneosx",
                                "standalonewindows",
                                "standalonewindows64",
                                "standalonelinux",
                                "standalonelinux64",
                                "standalonelinuxuniversal",
                                "wsaplayer",
                                "gamecorescarlett",
                                "ps5",
                                "switch"
                              ],
                              "type": "string"
                            },
                            "formattedPlatformName": {
                              "type": "string",
                              "nullable": true
                            },
                            "editorIcon": {
                              "type": "string",
                              "nullable": true
                            },
                            "workspaceSize": {
                              "description": "size of workspace in bytes",
                              "type": "number"
                            },
                            "created": {
                              "description": "when the build was created",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "finished": {
                              "description": "when the build completely finished",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutStartTime": {
                              "description": "when the build starting checking out code",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "checkoutTimeInSeconds": {
                              "description": "amount of time spent checking out code",
                              "type": "number"
                            },
                            "buildStartTime": {
                              "description": "when the build started compiling",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "buildTimeInSeconds": {
                              "description": "amount of time spend compiling",
                              "type": "number"
                            },
                            "buildTimeoutMinutes": {
                              "description": "total allowed build time before the build attempt times out",
                              "type": "number"
                            },
                            "publishStartTime": {
                              "description": "when the build started saving build artifacts",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "publishTimeInSeconds": {
                              "description": "amount of time spent saving build artifacts",
                              "type": "number"
                            },
                            "totalTimeInSeconds": {
                              "description": "total time for the build",
                              "type": "number"
                            },
                            "billableTimeInSeconds": {
                              "description": "total billable time for the build",
                              "type": "number"
                            },
                            "unitTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "editModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "playModeTestTimeInSeconds": {
                              "description": "total time for unit test execution step",
                              "type": "number"
                            },
                            "lastBuiltRevision": {
                              "description": "source control commit id for the build",
                              "type": "string",
                              "nullable": true
                            },
                            "changeset": {
                              "description": "a list of source control changes between this and the last build",
                              "type": "array"
                            },
                            "favorited": {
                              "description": "if the build is marked as do not delete or not",
                              "type": "boolean"
                            },
                            "label": {
                              "description": "description given when a build is favorited",
                              "type": "string",
                              "nullable": true
                            },
                            "deleted": {
                              "description": "if the build is deleted or not",
                              "type": "boolean"
                            },
                            "headless": {
                              "description": "if the build was built to run in linux headless mode",
                              "type": "boolean"
                            },
                            "credentialsOutdated": {
                              "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                              "type": "boolean"
                            },
                            "groupBuildId": {
                              "description": "the unique ID used to launch a group of attempts",
                              "format": "uuid",
                              "type": "string",
                              "nullable": true
                            },
                            "buildTargetGroups": {
                              "description": "list of build target groups this build attempt is a part of",
                              "items": {
                                "example": {
                                  "deleted": true,
                                  "name": "name",
                                  "id": "id",
                                  "enabled": true
                                },
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "id": {
                                    "type": "string",
                                    "format": "object-id",
                                    "nullable": true
                                  },
                                  "deleted": {
                                    "type": "boolean"
                                  },
                                  "enabled": {
                                    "type": "boolean"
                                  }
                                },
                                "required": [
                                  "deleted",
                                  "enabled",
                                  "id",
                                  "name"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "array"
                            },
                            "machineType": {
                              "description": "the type of machine used to build this build",
                              "example": {
                                "name": "name",
                                "label": "label",
                                "operatingSystem": "operatingSystem",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "enabled": {
                                  "type": "boolean"
                                },
                                "operatingSystem": {
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "required": [
                                "enabled",
                                "label",
                                "name",
                                "operatingSystem"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "deletedBy": {
                              "description": "email address of the user who deleted this attempt",
                              "type": "string",
                              "nullable": true
                            },
                            "queuedReason": {
                              "description": "reason the build is currently waiting",
                              "enum": [
                                "targetConcurrency",
                                "cooldown",
                                "buildConcurrency",
                                "concurrency",
                                "waitingForBuildAgent",
                                "evaluating",
                                "sentToBuilder",
                                "notPending"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cooldownDate": {
                              "description": "time until this build will be reconsidered for building",
                              "type": "string",
                              "format": "date-time",
                              "nullable": true
                            },
                            "scmBranch": {
                              "description": "scm branch to be built",
                              "type": "string",
                              "nullable": true
                            },
                            "unityVersion": {
                              "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                              "type": "string",
                              "nullable": true
                            },
                            "architecture": {
                              "description": "The Unity editor architecture used for building",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystemVersion": {
                              "description": "a supported operating system version (ex. 'monterey')",
                              "type": "string",
                              "nullable": true
                            },
                            "operatingSystem": {
                              "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            },
                            "androidSdkVersion": {
                              "description": "a supported android sdk version (ex. 'android_sdk_34')",
                              "type": "string",
                              "nullable": true
                            },
                            "auditChanges": {
                              "type": "number"
                            },
                            "projectVersion": {
                              "example": {
                                "filename": "filename",
                                "size": 6.84685269835264,
                                "created": "created",
                                "udids": [
                                  "udids",
                                  "udids"
                                ],
                                "name": "name",
                                "bundleId": "bundleId",
                                "projectName": "projectName",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "name": {
                                  "description": "automatically generated name for the build",
                                  "type": "string",
                                  "nullable": true
                                },
                                "filename": {
                                  "description": "filename for the primary artifact",
                                  "type": "string",
                                  "nullable": true
                                },
                                "projectName": {
                                  "description": "name of the project",
                                  "type": "string",
                                  "nullable": true
                                },
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "size": {
                                  "description": "size of the the primary build artifact in bytes",
                                  "type": "number"
                                },
                                "created": {
                                  "description": "creation date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "description": "last modified date",
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "bundleId": {
                                  "description": "a unique identifier (com.example.name)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "udids": {
                                  "description": "iPhone unique identifiers that are able to install this build",
                                  "items": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object",
                              "nullable": true,
                              "additionalProperties": false
                            },
                            "projectName": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectId": {
                              "type": "string",
                              "nullable": true
                            },
                            "projectGuid": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgId": {
                              "type": "string",
                              "nullable": true
                            },
                            "orgFk": {
                              "type": "string",
                              "nullable": true
                            },
                            "filetoken": {
                              "type": "string",
                              "nullable": true
                            },
                            "links": {
                              "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                              "properties": {
                                "artifacts": {
                                  "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                  "type": "array"
                                }
                              },
                              "additionalProperties": {
                                "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                                "example": {
                                  "method": "method",
                                  "href": "href"
                                },
                                "properties": {
                                  "href": {
                                    "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "method": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "redirect": {
                                    "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                    "type": "boolean",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "type": "object"
                            },
                            "buildReport": {
                              "example": {
                                "warnings": 1,
                                "errors": 7
                              },
                              "properties": {
                                "errors": {
                                  "type": "integer"
                                },
                                "warnings": {
                                  "type": "integer"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "machineTypeLabel": {
                              "type": "string",
                              "nullable": true
                            },
                            "requestedRevision": {
                              "type": "string",
                              "nullable": true
                            },
                            "error": {
                              "type": "string",
                              "nullable": true
                            },
                            "signedUrls": {
                              "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                              "type": "object",
                              "additionalProperties": {
                                "type": "object",
                                "properties": {
                                  "ResumableUri": {
                                    "type": "string"
                                  },
                                  "SignedUrl": {
                                    "type": "string"
                                  }
                                },
                                "additionalProperties": false
                              },
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "type": "array"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-includequery-properties": [
          "settings",
          "credentials"
        ]
      },
      "post": {
        "summary": "Create build target for a project",
        "operationId": "addBuildTarget",
        "x-eov-operation-handler": "buildtargets",
        "tags": [
          "buildtargets"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "name": {
                    "type": "string",
                    "nullable": true
                  },
                  "platform": {
                    "enum": [
                      "ios",
                      "android",
                      "webplayer",
                      "webgl",
                      "standaloneosxintel",
                      "standaloneosxintel64",
                      "standaloneosxuniversal",
                      "standaloneosx",
                      "standalonewindows",
                      "standalonewindows64",
                      "standalonelinux",
                      "standalonelinux64",
                      "standalonelinuxuniversal",
                      "wsaplayer",
                      "gamecorescarlett",
                      "ps5",
                      "switch"
                    ],
                    "type": "string"
                  },
                  "targetType": {
                    "enum": [
                      "normal",
                      "projectPreview",
                      "editor"
                    ],
                    "type": "string"
                  },
                  "enabled": {
                    "type": "boolean"
                  },
                  "settings": {
                    "example": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "autoBuildLatest": {
                        "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                        "enum": [
                          "inherit"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "autoBuild": {
                        "description": "start builds automatically when your repo is updated",
                        "type": "boolean"
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "autoDetectUnityVersion": {
                        "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                        "type": "boolean"
                      },
                      "fallbackPatchVersion": {
                        "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                        "type": "boolean"
                      },
                      "executablename": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "scm": {
                        "example": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "properties": {
                          "type": {
                            "enum": [
                              "git",
                              "svn",
                              "p4",
                              "oauth",
                              "plastic"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "isUnityCloudDrive": {
                            "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                            "type": "boolean"
                          },
                          "repo": {
                            "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                            "type": "string",
                            "nullable": true
                          },
                          "branch": {
                            "type": "string",
                            "nullable": true
                          },
                          "subdirectory": {
                            "description": "subdirectory to build from",
                            "type": "string",
                            "nullable": true
                          },
                          "client": {
                            "description": "perforce only client workspace to build from",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "platform": {
                        "example": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "properties": {
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildSchedule": {
                        "description": "For Scheduling builds",
                        "example": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "properties": {
                          "isEnabled": {
                            "default": false,
                            "type": "boolean"
                          },
                          "date": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "repeatCycle": {
                            "enum": [
                              "none",
                              "once",
                              "daily",
                              "weekly",
                              "monthly",
                              "yearly",
                              "cron"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cronScheduleString": {
                            "description": "cron schedule in string format (* * * * *)",
                            "type": "string",
                            "nullable": true
                          },
                          "cronScheduleTimezone": {
                            "description": "cron schedule timezone (default UTC)",
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "default": false,
                            "type": "boolean"
                          },
                          "skipBuildIfSameCommit": {
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "autoBuildCancellation": {
                        "type": "boolean"
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemSelected": {
                        "enum": [
                          "mac",
                          "windows"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "Choose the version of the operating system for building your project.",
                        "type": "string",
                        "nullable": true
                      },
                      "rubyVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "remoteCacheStrategy": {
                        "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                        "enum": [
                          "none",
                          "library",
                          "workspace",
                          "boostdisk",
                          "inherit"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "windowsGitBinary": {
                        "description": "Specifies the Git binary that will be used for Windows builds",
                        "enum": [
                          "inherit",
                          "native",
                          "cygwin"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetCopyCache": {
                        "description": "Specifies the id of the build target that this target's cache was copied from",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "Specifies the Unity editor architecture to use for building the project.",
                        "type": "string",
                        "nullable": true
                      },
                      "cacheCompressionLevel": {
                        "description": "Specifies the compression level for caching workspace or Library.",
                        "enum": [
                          "inherit",
                          "none",
                          "1",
                          "2",
                          "3",
                          "4",
                          "5",
                          "6",
                          "7",
                          "8",
                          "9"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "artifactCompressionLevel": {
                        "description": "Specifies the compression level for compressed final artifacts.",
                        "enum": [
                          "inherit",
                          "none",
                          "1",
                          "2",
                          "3",
                          "4",
                          "5",
                          "6",
                          "7",
                          "8",
                          "9"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "advanced": {
                        "example": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "properties": {
                          "xcode": {
                            "example": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "properties": {
                              "useArchiveAndExport": {
                                "type": "boolean"
                              },
                              "customFastlaneConfigPath": {
                                "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                "type": "string",
                                "nullable": true
                              },
                              "uploadXCArchive": {
                                "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                "type": "boolean"
                              },
                              "shouldNotarize": {
                                "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "android": {
                            "example": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "properties": {
                              "buildAppBundle": {
                                "type": "boolean"
                              },
                              "buildAssetPacks": {
                                "type": "boolean"
                              },
                              "androidSDKVersion": {
                                "description": "Android SDK Version",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "unity": {
                            "example": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "properties": {
                              "preExportMethod": {
                                "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                "type": "string",
                                "nullable": true
                              },
                              "postExportMethod": {
                                "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                "type": "string",
                                "nullable": true
                              },
                              "preBuildScript": {
                                "description": "Relative path to the script that should be run before the build process starts.",
                                "type": "string",
                                "nullable": true
                              },
                              "postBuildScript": {
                                "description": "Relative path to the script that should be run after the build process finishes.",
                                "type": "string",
                                "nullable": true
                              },
                              "preBuildScriptFailsBuild": {
                                "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                "type": "boolean"
                              },
                              "postBuildScriptFailsBuild": {
                                "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                "type": "boolean"
                              },
                              "scriptingDefineSymbols": {
                                "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                "type": "string",
                                "nullable": true
                              },
                              "playerExporter": {
                                "example": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "properties": {
                                  "sceneList": {
                                    "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                    "items": {
                                      "description": "scene names",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildOptions": {
                                    "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                    "items": {
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "export": {
                                    "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "playerSettings": {
                                "example": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "properties": {
                                  "Android": {
                                    "example": {
                                      "useAPKExpansionFiles": true
                                    },
                                    "properties": {
                                      "useAPKExpansionFiles": {
                                        "description": "break up android apk into an installable apk and expansion files",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "editorUserBuildSettings": {
                                "example": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "properties": {
                                  "androidBuildSystem": {
                                    "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                    "enum": [
                                      "internal",
                                      "gradle"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "standaloneBuildSubtarget": {
                                    "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                    "enum": [
                                      "Player",
                                      "Server"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "assetBundles": {
                                "example": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "properties": {
                                  "buildBundles": {
                                    "description": "enable asset bundle builds for this target",
                                    "type": "boolean"
                                  },
                                  "basePath": {
                                    "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "buildAssetBundleOptions": {
                                    "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "copyToStreamingAssets": {
                                    "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                    "type": "boolean"
                                  },
                                  "copyBundlePatterns": {
                                    "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                    "items": {
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "addressables": {
                                "example": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "properties": {
                                  "buildAddressables": {
                                    "description": "enable addressable builds for this target",
                                    "type": "boolean"
                                  },
                                  "contentUpdate": {
                                    "description": "Update a previously built player with new Addressable Content.",
                                    "type": "boolean"
                                  },
                                  "profileName": {
                                    "description": "which addressables profile should be used for the build",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "failedAddressablesFailsBuild": {
                                    "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                    "type": "boolean"
                                  },
                                  "contentUpdateSettings": {
                                    "example": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    },
                                    "properties": {
                                      "contentStatePath": {
                                        "description": "The path to a Content State .bin file relative to the project root",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "linkedTargetId": {
                                        "description": "The Id of the build target to obtain a Content State .bin file from",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "generateBuildLayout": {
                                    "description": "Whether to generate the bundle build layout report.",
                                    "type": "boolean"
                                  },
                                  "buildLayoutReportFileFormat": {
                                    "description": "The format of the bundle build layout report.",
                                    "enum": [
                                      "JSON",
                                      "TXT"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "runUnitTests": {
                                "description": "Run any unit tests your project has when a build happens.",
                                "type": "boolean"
                              },
                              "runEditModeTests": {
                                "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                "type": "boolean"
                              },
                              "runPlayModeTests": {
                                "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                "type": "boolean"
                              },
                              "failedUnitTestFailsBuild": {
                                "description": "Mark builds as failed if the unit tests do not pass.",
                                "type": "boolean"
                              },
                              "unitTestMethod": {
                                "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                "type": "string",
                                "nullable": true
                              },
                              "disableAssemblyUpdater": {
                                "description": "Disable assembly updater when running Unity",
                                "type": "boolean"
                              },
                              "acceptApiUpdate": {
                                "description": "Accept API changes when running Unity",
                                "type": "boolean"
                              },
                              "enableLightBake": {
                                "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "webGL": {
                            "example": {
                              "beautifulCorner": true,
                              "beautifulCornerContent": false
                            },
                            "properties": {
                              "beautifulCorner": {
                                "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                "type": "boolean",
                                "nullable": true
                              },
                              "beautifulCornerContent": {
                                "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                "type": "boolean",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "uwp": {
                            "example": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            },
                            "properties": {
                              "windowsSDKVersion": {
                                "description": "Sets Windows SDK Version to use when building UWP",
                                "enum": [
                                  "10.0.17134.0",
                                  "10.0.17763.0",
                                  "10.0.18362.0",
                                  "10.0.19041.0",
                                  "10.0.20348.0",
                                  "10.0.22621.0",
                                  "10.0.22000.0"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "visualStudioVersion": {
                                "description": "Sets the Visual Studio Version to use when building UWP",
                                "enum": [
                                  "2019",
                                  "2022"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "wsaArchitecture": {
                                "description": "Sets target architecture for Exectuable Only builds",
                                "enum": [
                                  "x64",
                                  "x86",
                                  "ARM",
                                  "ARM64"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "capabilities": {
                                "description": "Sets the capabilities of the build UWP application",
                                "items": {
                                  "description": "UWP Capabilities",
                                  "enum": [
                                    "EnterpriseAuthentication",
                                    "InternetClient",
                                    "InternetClientServer",
                                    "MusicLibrary",
                                    "PicturesLibrary",
                                    "PrivateNetworkClientServer",
                                    "SharedUserCertificates",
                                    "VideosLibrary",
                                    "WebCam",
                                    "RemovableStorage",
                                    "Proximity",
                                    "Microphone",
                                    "Location",
                                    "HumanInterfaceDevice",
                                    "AllJoyn",
                                    "BlockedChatMessages",
                                    "Chat",
                                    "CodeGeneration",
                                    "Objects3D",
                                    "PhoneCall",
                                    "UserAccountInformation",
                                    "VoipCall",
                                    "Bluetooth",
                                    "SpatialPerception",
                                    "InputInjectionBrokered",
                                    "Appointments",
                                    "BackgroundMediaPlayback",
                                    "Contacts",
                                    "LowLevelDevices",
                                    "OfflineMapsManagement",
                                    "PhoneCallHistoryPublic",
                                    "PointOfService",
                                    "RecordedCallsFolder",
                                    "RemoteSystem",
                                    "SystemManagement",
                                    "UserDataTasks",
                                    "UserNotificationListener",
                                    "GazeInput"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              },
                              "targetFamily": {
                                "description": "Sets the target device family for the build",
                                "items": {
                                  "description": "The target device family",
                                  "enum": [
                                    "Universal",
                                    "Desktop",
                                    "Mobile",
                                    "Xbox",
                                    "Holographic",
                                    "IoT",
                                    "IoTHeadless"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              },
                              "buildType": {
                                "description": "Sets the build type for UWP. Executable",
                                "enum": [
                                  "ExecutableOnly",
                                  "D3D",
                                  "XAML"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "msbuildConfiguration": {
                                "description": "Sets the ms build configuration for UWP",
                                "enum": [
                                  "Debug",
                                  "Release",
                                  "Master",
                                  "MasterWithLTCG"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "platforms": {
                                "description": "Sets the target platforms for the AppXBundle",
                                "items": {
                                  "description": "Target Platform",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              },
                              "publishVisualStudioSolution": {
                                "description": "Enable publishing of the visual studio .sln file",
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "ignorePlasticCheckedInLibrary": {
                        "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                        "type": "boolean"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "credentials": {
                    "properties": {
                      "signing": {
                        "properties": {
                          "credentialid": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            }
          },
          "description": "Options for build target create/update",
          "required": true
        },
        "responses": {
          "201": {
            "content": {
              "application/json": {
                "example": "{\n  \"name\": \"Default Mac desktop Universal\",\n  \"platform\": \"standaloneosx\",\n  \"buildtargetid\": \"default-mac-desktop-universal\",\n  \"enabled\": true,\n  \"settings\": {\n    \"autoBuild\": false,\n    \"unityVersion\": \"latest\",\n    \"autoDetectUnityVersion\": \"false\",\n    \"fallbackPatchVersion\": \"false\",\n    \"executablename\": \"Default Mac desktop Universal\",\n    \"scm\": {\n      \"type\": \"git\"\n    },\n    \"platform\": {},\n    \"advanced\": {}\n  },\n  \"credentials\": {\n    \"signing\": {}\n  },\n  \"links\": {\n    \"self\": {\n      \"method\": \"get\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-mac-desktop-universal\"\n    },\n    \"start_builds\": {\n      \"method\": \"post\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-mac-desktop-universal/builds\"\n    },\n    \"list_builds\": {\n      \"method\": \"get\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-mac-desktop-universal/builds\"\n    },\n    \"cancel_builds\": {\n      \"method\": \"delete\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-mac-desktop-universal/builds\"\n    },\n    \"polling\": {\n      \"method\": \"post\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-mac-desktop-universal/polling\"\n    }\n  }\n}",
                "schema": {
                  "example": {
                    "lastBuilt": {
                      "unityVersion": "unityVersion"
                    },
                    "settings": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "createdBy": "createdBy",
                    "credentials": {
                      "signing": {
                        "credentialResourceRef": {
                          "created": "created",
                          "certificate": {
                            "certName": "certName",
                            "teamId": "teamId",
                            "uploaded": "uploaded",
                            "isDistribution": true,
                            "expiration": "expiration",
                            "issuer": "issuer"
                          },
                          "credentialid": "credentialid",
                          "provisioningProfile": {
                            "numDevices": 1.4658129805029452,
                            "teamId": "teamId",
                            "bundleId": "bundleId",
                            "uploaded": "uploaded",
                            "expiration": "expiration",
                            "type": "developer",
                            "uuid": "uuid",
                            "isEnterpriseProfile": true
                          },
                          "keystore": {
                            "debug": true,
                            "alias": "alias",
                            "expiration": "expiration"
                          },
                          "label": "label",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "credentialid": "credentialid"
                      }
                    },
                    "name": "name",
                    "builds": [
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      }
                    ],
                    "buildTargetGroups": [
                      {
                        "name": "name",
                        "id": "id"
                      },
                      {
                        "name": "name",
                        "id": "id"
                      }
                    ],
                    "platform": "ios",
                    "enabled": true,
                    "buildtargetid": "buildtargetid"
                  },
                  "properties": {
                    "guid": {
                      "description": "globally unique id for the build target",
                      "type": "string"
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "createdBy": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "type": "string",
                      "nullable": true
                    },
                    "enabled": {
                      "description": "whether this target can be built by the API",
                      "type": "boolean"
                    },
                    "settings": {
                      "example": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "properties": {
                        "autoBuildLatest": {
                          "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                          "enum": [
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "autoBuild": {
                          "description": "start builds automatically when your repo is updated",
                          "type": "boolean"
                        },
                        "unityVersion": {
                          "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                          "type": "string",
                          "nullable": true
                        },
                        "autoDetectUnityVersion": {
                          "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                          "type": "boolean"
                        },
                        "fallbackPatchVersion": {
                          "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                          "type": "boolean"
                        },
                        "executablename": {
                          "type": "string",
                          "nullable": true
                        },
                        "buildProfilePath": {
                          "type": "string",
                          "nullable": true
                        },
                        "scm": {
                          "example": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "properties": {
                            "type": {
                              "enum": [
                                "git",
                                "svn",
                                "p4",
                                "oauth",
                                "plastic"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "isUnityCloudDrive": {
                              "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                              "type": "boolean"
                            },
                            "repo": {
                              "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                              "type": "string",
                              "nullable": true
                            },
                            "branch": {
                              "type": "string",
                              "nullable": true
                            },
                            "subdirectory": {
                              "description": "subdirectory to build from",
                              "type": "string",
                              "nullable": true
                            },
                            "client": {
                              "description": "perforce only client workspace to build from",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "platform": {
                          "example": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "properties": {
                            "bundleId": {
                              "description": "a unique identifier (com.example.name)",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "buildSchedule": {
                          "description": "For Scheduling builds",
                          "example": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "properties": {
                            "isEnabled": {
                              "default": false,
                              "type": "boolean"
                            },
                            "date": {
                              "format": "date-time",
                              "type": "string",
                              "nullable": true
                            },
                            "repeatCycle": {
                              "enum": [
                                "none",
                                "once",
                                "daily",
                                "weekly",
                                "monthly",
                                "yearly",
                                "cron"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleString": {
                              "description": "cron schedule in string format (* * * * *)",
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleTimezone": {
                              "description": "cron schedule timezone (default UTC)",
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "default": false,
                              "type": "boolean"
                            },
                            "skipBuildIfSameCommit": {
                              "type": "boolean"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "autoBuildCancellation": {
                          "type": "boolean"
                        },
                        "machineTypeLabel": {
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemSelected": {
                          "enum": [
                            "mac",
                            "windows"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemVersion": {
                          "description": "Choose the version of the operating system for building your project.",
                          "type": "string",
                          "nullable": true
                        },
                        "rubyVersion": {
                          "type": "string",
                          "nullable": true
                        },
                        "remoteCacheStrategy": {
                          "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                          "enum": [
                            "none",
                            "library",
                            "workspace",
                            "boostdisk",
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "windowsGitBinary": {
                          "description": "Specifies the Git binary that will be used for Windows builds",
                          "enum": [
                            "inherit",
                            "native",
                            "cygwin"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "buildTargetCopyCache": {
                          "description": "Specifies the id of the build target that this target's cache was copied from",
                          "type": "string",
                          "nullable": true
                        },
                        "architecture": {
                          "description": "Specifies the Unity editor architecture to use for building the project.",
                          "type": "string",
                          "nullable": true
                        },
                        "cacheCompressionLevel": {
                          "description": "Specifies the compression level for caching workspace or Library.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "artifactCompressionLevel": {
                          "description": "Specifies the compression level for compressed final artifacts.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "advanced": {
                          "example": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "properties": {
                            "xcode": {
                              "example": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "properties": {
                                "useArchiveAndExport": {
                                  "type": "boolean"
                                },
                                "customFastlaneConfigPath": {
                                  "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "uploadXCArchive": {
                                  "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                  "type": "boolean"
                                },
                                "shouldNotarize": {
                                  "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "android": {
                              "example": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "properties": {
                                "buildAppBundle": {
                                  "type": "boolean"
                                },
                                "buildAssetPacks": {
                                  "type": "boolean"
                                },
                                "androidSDKVersion": {
                                  "description": "Android SDK Version",
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "unity": {
                              "example": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "properties": {
                                "preExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScript": {
                                  "description": "Relative path to the script that should be run before the build process starts.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postBuildScript": {
                                  "description": "Relative path to the script that should be run after the build process finishes.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "postBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "scriptingDefineSymbols": {
                                  "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "playerExporter": {
                                  "example": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "properties": {
                                    "sceneList": {
                                      "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                      "items": {
                                        "description": "scene names",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "buildOptions": {
                                      "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "export": {
                                      "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                      "type": "boolean"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "playerSettings": {
                                  "example": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "properties": {
                                    "Android": {
                                      "example": {
                                        "useAPKExpansionFiles": true
                                      },
                                      "properties": {
                                        "useAPKExpansionFiles": {
                                          "description": "break up android apk into an installable apk and expansion files",
                                          "type": "boolean"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "editorUserBuildSettings": {
                                  "example": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "properties": {
                                    "androidBuildSystem": {
                                      "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                      "enum": [
                                        "internal",
                                        "gradle"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "standaloneBuildSubtarget": {
                                      "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                      "enum": [
                                        "Player",
                                        "Server"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "assetBundles": {
                                  "example": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "properties": {
                                    "buildBundles": {
                                      "description": "enable asset bundle builds for this target",
                                      "type": "boolean"
                                    },
                                    "basePath": {
                                      "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "buildAssetBundleOptions": {
                                      "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "copyToStreamingAssets": {
                                      "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                      "type": "boolean"
                                    },
                                    "copyBundlePatterns": {
                                      "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "addressables": {
                                  "example": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "properties": {
                                    "buildAddressables": {
                                      "description": "enable addressable builds for this target",
                                      "type": "boolean"
                                    },
                                    "contentUpdate": {
                                      "description": "Update a previously built player with new Addressable Content.",
                                      "type": "boolean"
                                    },
                                    "profileName": {
                                      "description": "which addressables profile should be used for the build",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "failedAddressablesFailsBuild": {
                                      "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                      "type": "boolean"
                                    },
                                    "contentUpdateSettings": {
                                      "example": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      },
                                      "properties": {
                                        "contentStatePath": {
                                          "description": "The path to a Content State .bin file relative to the project root",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "linkedTargetId": {
                                          "description": "The Id of the build target to obtain a Content State .bin file from",
                                          "type": "string",
                                          "nullable": true
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "generateBuildLayout": {
                                      "description": "Whether to generate the bundle build layout report.",
                                      "type": "boolean"
                                    },
                                    "buildLayoutReportFileFormat": {
                                      "description": "The format of the bundle build layout report.",
                                      "enum": [
                                        "JSON",
                                        "TXT"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "runUnitTests": {
                                  "description": "Run any unit tests your project has when a build happens.",
                                  "type": "boolean"
                                },
                                "runEditModeTests": {
                                  "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "runPlayModeTests": {
                                  "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "failedUnitTestFailsBuild": {
                                  "description": "Mark builds as failed if the unit tests do not pass.",
                                  "type": "boolean"
                                },
                                "unitTestMethod": {
                                  "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "disableAssemblyUpdater": {
                                  "description": "Disable assembly updater when running Unity",
                                  "type": "boolean"
                                },
                                "acceptApiUpdate": {
                                  "description": "Accept API changes when running Unity",
                                  "type": "boolean"
                                },
                                "enableLightBake": {
                                  "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "webGL": {
                              "example": {
                                "beautifulCorner": true,
                                "beautifulCornerContent": false
                              },
                              "properties": {
                                "beautifulCorner": {
                                  "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                },
                                "beautifulCornerContent": {
                                  "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "uwp": {
                              "example": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              },
                              "properties": {
                                "windowsSDKVersion": {
                                  "description": "Sets Windows SDK Version to use when building UWP",
                                  "enum": [
                                    "10.0.17134.0",
                                    "10.0.17763.0",
                                    "10.0.18362.0",
                                    "10.0.19041.0",
                                    "10.0.20348.0",
                                    "10.0.22621.0",
                                    "10.0.22000.0"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "visualStudioVersion": {
                                  "description": "Sets the Visual Studio Version to use when building UWP",
                                  "enum": [
                                    "2019",
                                    "2022"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "wsaArchitecture": {
                                  "description": "Sets target architecture for Exectuable Only builds",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "capabilities": {
                                  "description": "Sets the capabilities of the build UWP application",
                                  "items": {
                                    "description": "UWP Capabilities",
                                    "enum": [
                                      "EnterpriseAuthentication",
                                      "InternetClient",
                                      "InternetClientServer",
                                      "MusicLibrary",
                                      "PicturesLibrary",
                                      "PrivateNetworkClientServer",
                                      "SharedUserCertificates",
                                      "VideosLibrary",
                                      "WebCam",
                                      "RemovableStorage",
                                      "Proximity",
                                      "Microphone",
                                      "Location",
                                      "HumanInterfaceDevice",
                                      "AllJoyn",
                                      "BlockedChatMessages",
                                      "Chat",
                                      "CodeGeneration",
                                      "Objects3D",
                                      "PhoneCall",
                                      "UserAccountInformation",
                                      "VoipCall",
                                      "Bluetooth",
                                      "SpatialPerception",
                                      "InputInjectionBrokered",
                                      "Appointments",
                                      "BackgroundMediaPlayback",
                                      "Contacts",
                                      "LowLevelDevices",
                                      "OfflineMapsManagement",
                                      "PhoneCallHistoryPublic",
                                      "PointOfService",
                                      "RecordedCallsFolder",
                                      "RemoteSystem",
                                      "SystemManagement",
                                      "UserDataTasks",
                                      "UserNotificationListener",
                                      "GazeInput"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "targetFamily": {
                                  "description": "Sets the target device family for the build",
                                  "items": {
                                    "description": "The target device family",
                                    "enum": [
                                      "Universal",
                                      "Desktop",
                                      "Mobile",
                                      "Xbox",
                                      "Holographic",
                                      "IoT",
                                      "IoTHeadless"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "buildType": {
                                  "description": "Sets the build type for UWP. Executable",
                                  "enum": [
                                    "ExecutableOnly",
                                    "D3D",
                                    "XAML"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "msbuildConfiguration": {
                                  "description": "Sets the ms build configuration for UWP",
                                  "enum": [
                                    "Debug",
                                    "Release",
                                    "Master",
                                    "MasterWithLTCG"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "platforms": {
                                  "description": "Sets the target platforms for the AppXBundle",
                                  "items": {
                                    "description": "Target Platform",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "publishVisualStudioSolution": {
                                  "description": "Enable publishing of the visual studio .sln file",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "ignorePlasticCheckedInLibrary": {
                          "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                          "type": "boolean"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "buildTargetGroups": {
                      "items": {
                        "example": {
                          "name": "name",
                          "id": "id"
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "lastBuilt": {
                      "example": {
                        "unityVersion": "unityVersion"
                      },
                      "properties": {
                        "unityVersion": {
                          "description": "Last Unity version built by this target. Setting this has no effect.",
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "credentials": {
                      "example": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "properties": {
                        "signing": {
                          "example": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          },
                          "properties": {
                            "credentialid": {
                              "type": "string",
                              "nullable": true
                            },
                            "credentialResourceRef": {
                              "example": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "credentialid": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "created": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "certificate": {
                                  "example": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "certName": {
                                      "description": "certificate name (from the certificate)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isDistribution": {
                                      "description": "if this is a distribution certificate",
                                      "type": "boolean"
                                    },
                                    "issuer": {
                                      "description": "issuer of the certificate",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "provisioningProfile": {
                                  "example": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "bundleId": {
                                      "description": "a unique identifier (com.example.name)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uuid": {
                                      "description": "generated UUID of the profile",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isEnterpriseProfile": {
                                      "description": "is this compiled for Apple's enterprise program",
                                      "type": "boolean"
                                    },
                                    "type": {
                                      "enum": [
                                        "developer",
                                        "adhoc",
                                        "appstore"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "numDevices": {
                                      "description": "number of devices provisioned for this certificate",
                                      "type": "number"
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "keystore": {
                                  "example": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "properties": {
                                    "alias": {
                                      "description": "friendly name for keystore",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "debug": {
                                      "description": "whether this is a debug or production keystore",
                                      "type": "boolean"
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "builds": {
                      "items": {
                        "description": "buildattempt",
                        "example": {
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "failureDetails": [
                            {
                              "stage": "checkout",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 42,
                              "stageMatch": true
                            },
                            {
                              "stage": "build",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 126,
                              "stageMatch": false
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "build": {
                            "type": "number"
                          },
                          "buildtargetid": {
                            "description": "unique id auto-generated from the build target name",
                            "anyOf": [
                              {
                                "type": "string",
                                "nullable": true
                              },
                              {
                                "type": "string",
                                "format": "object-id"
                              }
                            ]
                          },
                          "buildTargetName": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildGUID": {
                            "description": "unique GUID identifying this build",
                            "type": "string",
                            "nullable": true
                          },
                          "buildStatus": {
                            "enum": [
                              "created",
                              "queued",
                              "sentToBuilder",
                              "started",
                              "restarted",
                              "success",
                              "failure",
                              "canceled",
                              "unknown",
                              "processing"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "description": "if the build was built without using data cached from previous builds",
                            "type": "boolean"
                          },
                          "failureDetails": {
                            "description": "list of failure details for this build attempt, when available",
                            "items": {
                              "example": {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              "properties": {
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "publicMessage": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "link": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "stage": {
                                  "type": "string",
                                  "description": "Build stage where the failure occurred"
                                },
                                "failureType": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "logline": {
                                  "type": "number",
                                  "nullable": true,
                                  "description": "The line number in the build log where the failure occurred"
                                },
                                "stageMatch": {
                                  "type": "boolean",
                                  "nullable": true,
                                  "description": "Whether the failure stage matched the expected stage"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "canceledBy": {
                            "enum": [
                              "api",
                              "service",
                              "service-timelimit",
                              "concurrency-timelimit",
                              "restart-limit",
                              "evaluation-timelimit",
                              "jenkins-timelimit",
                              "service-badconfiguration",
                              "billing-invalidsubscription"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "causedBy": {
                            "description": "What triggered the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "causedByUser": {
                            "description": "Name of the user who caused the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "formattedPlatformName": {
                            "type": "string",
                            "nullable": true
                          },
                          "editorIcon": {
                            "type": "string",
                            "nullable": true
                          },
                          "workspaceSize": {
                            "description": "size of workspace in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "when the build was created",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "finished": {
                            "description": "when the build completely finished",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutStartTime": {
                            "description": "when the build starting checking out code",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutTimeInSeconds": {
                            "description": "amount of time spent checking out code",
                            "type": "number"
                          },
                          "buildStartTime": {
                            "description": "when the build started compiling",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "buildTimeInSeconds": {
                            "description": "amount of time spend compiling",
                            "type": "number"
                          },
                          "buildTimeoutMinutes": {
                            "description": "total allowed build time before the build attempt times out",
                            "type": "number"
                          },
                          "publishStartTime": {
                            "description": "when the build started saving build artifacts",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "publishTimeInSeconds": {
                            "description": "amount of time spent saving build artifacts",
                            "type": "number"
                          },
                          "totalTimeInSeconds": {
                            "description": "total time for the build",
                            "type": "number"
                          },
                          "billableTimeInSeconds": {
                            "description": "total billable time for the build",
                            "type": "number"
                          },
                          "unitTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "editModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "playModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "lastBuiltRevision": {
                            "description": "source control commit id for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "changeset": {
                            "description": "a list of source control changes between this and the last build",
                            "type": "array"
                          },
                          "favorited": {
                            "description": "if the build is marked as do not delete or not",
                            "type": "boolean"
                          },
                          "label": {
                            "description": "description given when a build is favorited",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "description": "if the build is deleted or not",
                            "type": "boolean"
                          },
                          "headless": {
                            "description": "if the build was built to run in linux headless mode",
                            "type": "boolean"
                          },
                          "credentialsOutdated": {
                            "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                            "type": "boolean"
                          },
                          "groupBuildId": {
                            "description": "the unique ID used to launch a group of attempts",
                            "format": "uuid",
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetGroups": {
                            "description": "list of build target groups this build attempt is a part of",
                            "items": {
                              "example": {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "id": {
                                  "type": "string",
                                  "format": "object-id",
                                  "nullable": true
                                },
                                "deleted": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "deleted",
                                "enabled",
                                "id",
                                "name"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "machineType": {
                            "description": "the type of machine used to build this build",
                            "example": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "properties": {
                              "name": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "enabled": {
                                "type": "boolean"
                              },
                              "operatingSystem": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "enabled",
                              "label",
                              "name",
                              "operatingSystem"
                            ],
                            "type": "object",
                            "additionalProperties": false
                          },
                          "deletedBy": {
                            "description": "email address of the user who deleted this attempt",
                            "type": "string",
                            "nullable": true
                          },
                          "queuedReason": {
                            "description": "reason the build is currently waiting",
                            "enum": [
                              "targetConcurrency",
                              "cooldown",
                              "buildConcurrency",
                              "concurrency",
                              "waitingForBuildAgent",
                              "evaluating",
                              "sentToBuilder",
                              "notPending"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cooldownDate": {
                            "description": "time until this build will be reconsidered for building",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "scmBranch": {
                            "description": "scm branch to be built",
                            "type": "string",
                            "nullable": true
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "The Unity editor architecture used for building",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "a supported operating system version (ex. 'monterey')",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystem": {
                            "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          },
                          "androidSdkVersion": {
                            "description": "a supported android sdk version (ex. 'android_sdk_34')",
                            "type": "string",
                            "nullable": true
                          },
                          "auditChanges": {
                            "type": "number"
                          },
                          "projectVersion": {
                            "example": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "properties": {
                              "name": {
                                "description": "automatically generated name for the build",
                                "type": "string",
                                "nullable": true
                              },
                              "filename": {
                                "description": "filename for the primary artifact",
                                "type": "string",
                                "nullable": true
                              },
                              "projectName": {
                                "description": "name of the project",
                                "type": "string",
                                "nullable": true
                              },
                              "platform": {
                                "enum": [
                                  "ios",
                                  "android",
                                  "webplayer",
                                  "webgl",
                                  "standaloneosxintel",
                                  "standaloneosxintel64",
                                  "standaloneosxuniversal",
                                  "standaloneosx",
                                  "standalonewindows",
                                  "standalonewindows64",
                                  "standalonelinux",
                                  "standalonelinux64",
                                  "standalonelinuxuniversal",
                                  "wsaplayer",
                                  "gamecorescarlett",
                                  "ps5",
                                  "switch"
                                ],
                                "type": "string"
                              },
                              "size": {
                                "description": "size of the the primary build artifact in bytes",
                                "type": "number"
                              },
                              "created": {
                                "description": "creation date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "lastMod": {
                                "description": "last modified date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "udids": {
                                "description": "iPhone unique identifiers that are able to install this build",
                                "items": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              }
                            },
                            "type": "object",
                            "nullable": true,
                            "additionalProperties": false
                          },
                          "projectName": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectId": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectGuid": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgId": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgFk": {
                            "type": "string",
                            "nullable": true
                          },
                          "filetoken": {
                            "type": "string",
                            "nullable": true
                          },
                          "links": {
                            "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                            "properties": {
                              "artifacts": {
                                "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                "type": "array"
                              }
                            },
                            "additionalProperties": {
                              "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                              "example": {
                                "method": "method",
                                "href": "href"
                              },
                              "properties": {
                                "href": {
                                  "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "redirect": {
                                  "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "object"
                          },
                          "buildReport": {
                            "example": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "properties": {
                              "errors": {
                                "type": "integer"
                              },
                              "warnings": {
                                "type": "integer"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "requestedRevision": {
                            "type": "string",
                            "nullable": true
                          },
                          "error": {
                            "type": "string",
                            "nullable": true
                          },
                          "signedUrls": {
                            "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                            "type": "object",
                            "additionalProperties": {
                              "type": "object",
                              "properties": {
                                "ResumableUri": {
                                  "type": "string"
                                },
                                "SignedUrl": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "example": {
                    "lastBuilt": {
                      "unityVersion": "unityVersion"
                    },
                    "settings": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "createdBy": "createdBy",
                    "credentials": {
                      "signing": {
                        "credentialResourceRef": {
                          "created": "created",
                          "certificate": {
                            "certName": "certName",
                            "teamId": "teamId",
                            "uploaded": "uploaded",
                            "isDistribution": true,
                            "expiration": "expiration",
                            "issuer": "issuer"
                          },
                          "credentialid": "credentialid",
                          "provisioningProfile": {
                            "numDevices": 1.4658129805029452,
                            "teamId": "teamId",
                            "bundleId": "bundleId",
                            "uploaded": "uploaded",
                            "expiration": "expiration",
                            "type": "developer",
                            "uuid": "uuid",
                            "isEnterpriseProfile": true
                          },
                          "keystore": {
                            "debug": true,
                            "alias": "alias",
                            "expiration": "expiration"
                          },
                          "label": "label",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "credentialid": "credentialid"
                      }
                    },
                    "name": "name",
                    "builds": [
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      }
                    ],
                    "buildTargetGroups": [
                      {
                        "name": "name",
                        "id": "id"
                      },
                      {
                        "name": "name",
                        "id": "id"
                      }
                    ],
                    "platform": "ios",
                    "enabled": true,
                    "buildtargetid": "buildtargetid"
                  },
                  "properties": {
                    "guid": {
                      "description": "globally unique id for the build target",
                      "type": "string"
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "createdBy": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "type": "string",
                      "nullable": true
                    },
                    "enabled": {
                      "description": "whether this target can be built by the API",
                      "type": "boolean"
                    },
                    "settings": {
                      "example": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "properties": {
                        "autoBuildLatest": {
                          "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                          "enum": [
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "autoBuild": {
                          "description": "start builds automatically when your repo is updated",
                          "type": "boolean"
                        },
                        "unityVersion": {
                          "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                          "type": "string",
                          "nullable": true
                        },
                        "autoDetectUnityVersion": {
                          "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                          "type": "boolean"
                        },
                        "fallbackPatchVersion": {
                          "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                          "type": "boolean"
                        },
                        "executablename": {
                          "type": "string",
                          "nullable": true
                        },
                        "buildProfilePath": {
                          "type": "string",
                          "nullable": true
                        },
                        "scm": {
                          "example": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "properties": {
                            "type": {
                              "enum": [
                                "git",
                                "svn",
                                "p4",
                                "oauth",
                                "plastic"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "isUnityCloudDrive": {
                              "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                              "type": "boolean"
                            },
                            "repo": {
                              "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                              "type": "string",
                              "nullable": true
                            },
                            "branch": {
                              "type": "string",
                              "nullable": true
                            },
                            "subdirectory": {
                              "description": "subdirectory to build from",
                              "type": "string",
                              "nullable": true
                            },
                            "client": {
                              "description": "perforce only client workspace to build from",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "platform": {
                          "example": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "properties": {
                            "bundleId": {
                              "description": "a unique identifier (com.example.name)",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "buildSchedule": {
                          "description": "For Scheduling builds",
                          "example": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "properties": {
                            "isEnabled": {
                              "default": false,
                              "type": "boolean"
                            },
                            "date": {
                              "format": "date-time",
                              "type": "string",
                              "nullable": true
                            },
                            "repeatCycle": {
                              "enum": [
                                "none",
                                "once",
                                "daily",
                                "weekly",
                                "monthly",
                                "yearly",
                                "cron"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleString": {
                              "description": "cron schedule in string format (* * * * *)",
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleTimezone": {
                              "description": "cron schedule timezone (default UTC)",
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "default": false,
                              "type": "boolean"
                            },
                            "skipBuildIfSameCommit": {
                              "type": "boolean"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "autoBuildCancellation": {
                          "type": "boolean"
                        },
                        "machineTypeLabel": {
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemSelected": {
                          "enum": [
                            "mac",
                            "windows"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemVersion": {
                          "description": "Choose the version of the operating system for building your project.",
                          "type": "string",
                          "nullable": true
                        },
                        "rubyVersion": {
                          "type": "string",
                          "nullable": true
                        },
                        "remoteCacheStrategy": {
                          "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                          "enum": [
                            "none",
                            "library",
                            "workspace",
                            "boostdisk",
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "windowsGitBinary": {
                          "description": "Specifies the Git binary that will be used for Windows builds",
                          "enum": [
                            "inherit",
                            "native",
                            "cygwin"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "buildTargetCopyCache": {
                          "description": "Specifies the id of the build target that this target's cache was copied from",
                          "type": "string",
                          "nullable": true
                        },
                        "architecture": {
                          "description": "Specifies the Unity editor architecture to use for building the project.",
                          "type": "string",
                          "nullable": true
                        },
                        "cacheCompressionLevel": {
                          "description": "Specifies the compression level for caching workspace or Library.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "artifactCompressionLevel": {
                          "description": "Specifies the compression level for compressed final artifacts.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "advanced": {
                          "example": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "properties": {
                            "xcode": {
                              "example": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "properties": {
                                "useArchiveAndExport": {
                                  "type": "boolean"
                                },
                                "customFastlaneConfigPath": {
                                  "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "uploadXCArchive": {
                                  "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                  "type": "boolean"
                                },
                                "shouldNotarize": {
                                  "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "android": {
                              "example": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "properties": {
                                "buildAppBundle": {
                                  "type": "boolean"
                                },
                                "buildAssetPacks": {
                                  "type": "boolean"
                                },
                                "androidSDKVersion": {
                                  "description": "Android SDK Version",
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "unity": {
                              "example": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "properties": {
                                "preExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScript": {
                                  "description": "Relative path to the script that should be run before the build process starts.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postBuildScript": {
                                  "description": "Relative path to the script that should be run after the build process finishes.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "postBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "scriptingDefineSymbols": {
                                  "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "playerExporter": {
                                  "example": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "properties": {
                                    "sceneList": {
                                      "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                      "items": {
                                        "description": "scene names",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "buildOptions": {
                                      "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "export": {
                                      "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                      "type": "boolean"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "playerSettings": {
                                  "example": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "properties": {
                                    "Android": {
                                      "example": {
                                        "useAPKExpansionFiles": true
                                      },
                                      "properties": {
                                        "useAPKExpansionFiles": {
                                          "description": "break up android apk into an installable apk and expansion files",
                                          "type": "boolean"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "editorUserBuildSettings": {
                                  "example": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "properties": {
                                    "androidBuildSystem": {
                                      "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                      "enum": [
                                        "internal",
                                        "gradle"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "standaloneBuildSubtarget": {
                                      "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                      "enum": [
                                        "Player",
                                        "Server"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "assetBundles": {
                                  "example": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "properties": {
                                    "buildBundles": {
                                      "description": "enable asset bundle builds for this target",
                                      "type": "boolean"
                                    },
                                    "basePath": {
                                      "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "buildAssetBundleOptions": {
                                      "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "copyToStreamingAssets": {
                                      "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                      "type": "boolean"
                                    },
                                    "copyBundlePatterns": {
                                      "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "addressables": {
                                  "example": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "properties": {
                                    "buildAddressables": {
                                      "description": "enable addressable builds for this target",
                                      "type": "boolean"
                                    },
                                    "contentUpdate": {
                                      "description": "Update a previously built player with new Addressable Content.",
                                      "type": "boolean"
                                    },
                                    "profileName": {
                                      "description": "which addressables profile should be used for the build",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "failedAddressablesFailsBuild": {
                                      "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                      "type": "boolean"
                                    },
                                    "contentUpdateSettings": {
                                      "example": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      },
                                      "properties": {
                                        "contentStatePath": {
                                          "description": "The path to a Content State .bin file relative to the project root",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "linkedTargetId": {
                                          "description": "The Id of the build target to obtain a Content State .bin file from",
                                          "type": "string",
                                          "nullable": true
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "generateBuildLayout": {
                                      "description": "Whether to generate the bundle build layout report.",
                                      "type": "boolean"
                                    },
                                    "buildLayoutReportFileFormat": {
                                      "description": "The format of the bundle build layout report.",
                                      "enum": [
                                        "JSON",
                                        "TXT"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "runUnitTests": {
                                  "description": "Run any unit tests your project has when a build happens.",
                                  "type": "boolean"
                                },
                                "runEditModeTests": {
                                  "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "runPlayModeTests": {
                                  "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "failedUnitTestFailsBuild": {
                                  "description": "Mark builds as failed if the unit tests do not pass.",
                                  "type": "boolean"
                                },
                                "unitTestMethod": {
                                  "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "disableAssemblyUpdater": {
                                  "description": "Disable assembly updater when running Unity",
                                  "type": "boolean"
                                },
                                "acceptApiUpdate": {
                                  "description": "Accept API changes when running Unity",
                                  "type": "boolean"
                                },
                                "enableLightBake": {
                                  "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "webGL": {
                              "example": {
                                "beautifulCorner": true,
                                "beautifulCornerContent": false
                              },
                              "properties": {
                                "beautifulCorner": {
                                  "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                },
                                "beautifulCornerContent": {
                                  "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "uwp": {
                              "example": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              },
                              "properties": {
                                "windowsSDKVersion": {
                                  "description": "Sets Windows SDK Version to use when building UWP",
                                  "enum": [
                                    "10.0.17134.0",
                                    "10.0.17763.0",
                                    "10.0.18362.0",
                                    "10.0.19041.0",
                                    "10.0.20348.0",
                                    "10.0.22621.0",
                                    "10.0.22000.0"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "visualStudioVersion": {
                                  "description": "Sets the Visual Studio Version to use when building UWP",
                                  "enum": [
                                    "2019",
                                    "2022"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "wsaArchitecture": {
                                  "description": "Sets target architecture for Exectuable Only builds",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "capabilities": {
                                  "description": "Sets the capabilities of the build UWP application",
                                  "items": {
                                    "description": "UWP Capabilities",
                                    "enum": [
                                      "EnterpriseAuthentication",
                                      "InternetClient",
                                      "InternetClientServer",
                                      "MusicLibrary",
                                      "PicturesLibrary",
                                      "PrivateNetworkClientServer",
                                      "SharedUserCertificates",
                                      "VideosLibrary",
                                      "WebCam",
                                      "RemovableStorage",
                                      "Proximity",
                                      "Microphone",
                                      "Location",
                                      "HumanInterfaceDevice",
                                      "AllJoyn",
                                      "BlockedChatMessages",
                                      "Chat",
                                      "CodeGeneration",
                                      "Objects3D",
                                      "PhoneCall",
                                      "UserAccountInformation",
                                      "VoipCall",
                                      "Bluetooth",
                                      "SpatialPerception",
                                      "InputInjectionBrokered",
                                      "Appointments",
                                      "BackgroundMediaPlayback",
                                      "Contacts",
                                      "LowLevelDevices",
                                      "OfflineMapsManagement",
                                      "PhoneCallHistoryPublic",
                                      "PointOfService",
                                      "RecordedCallsFolder",
                                      "RemoteSystem",
                                      "SystemManagement",
                                      "UserDataTasks",
                                      "UserNotificationListener",
                                      "GazeInput"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "targetFamily": {
                                  "description": "Sets the target device family for the build",
                                  "items": {
                                    "description": "The target device family",
                                    "enum": [
                                      "Universal",
                                      "Desktop",
                                      "Mobile",
                                      "Xbox",
                                      "Holographic",
                                      "IoT",
                                      "IoTHeadless"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "buildType": {
                                  "description": "Sets the build type for UWP. Executable",
                                  "enum": [
                                    "ExecutableOnly",
                                    "D3D",
                                    "XAML"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "msbuildConfiguration": {
                                  "description": "Sets the ms build configuration for UWP",
                                  "enum": [
                                    "Debug",
                                    "Release",
                                    "Master",
                                    "MasterWithLTCG"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "platforms": {
                                  "description": "Sets the target platforms for the AppXBundle",
                                  "items": {
                                    "description": "Target Platform",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "publishVisualStudioSolution": {
                                  "description": "Enable publishing of the visual studio .sln file",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "ignorePlasticCheckedInLibrary": {
                          "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                          "type": "boolean"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "buildTargetGroups": {
                      "items": {
                        "example": {
                          "name": "name",
                          "id": "id"
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "lastBuilt": {
                      "example": {
                        "unityVersion": "unityVersion"
                      },
                      "properties": {
                        "unityVersion": {
                          "description": "Last Unity version built by this target. Setting this has no effect.",
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "credentials": {
                      "example": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "properties": {
                        "signing": {
                          "example": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          },
                          "properties": {
                            "credentialid": {
                              "type": "string",
                              "nullable": true
                            },
                            "credentialResourceRef": {
                              "example": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "credentialid": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "created": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "certificate": {
                                  "example": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "certName": {
                                      "description": "certificate name (from the certificate)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isDistribution": {
                                      "description": "if this is a distribution certificate",
                                      "type": "boolean"
                                    },
                                    "issuer": {
                                      "description": "issuer of the certificate",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "provisioningProfile": {
                                  "example": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "bundleId": {
                                      "description": "a unique identifier (com.example.name)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uuid": {
                                      "description": "generated UUID of the profile",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isEnterpriseProfile": {
                                      "description": "is this compiled for Apple's enterprise program",
                                      "type": "boolean"
                                    },
                                    "type": {
                                      "enum": [
                                        "developer",
                                        "adhoc",
                                        "appstore"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "numDevices": {
                                      "description": "number of devices provisioned for this certificate",
                                      "type": "number"
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "keystore": {
                                  "example": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "properties": {
                                    "alias": {
                                      "description": "friendly name for keystore",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "debug": {
                                      "description": "whether this is a debug or production keystore",
                                      "type": "boolean"
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "builds": {
                      "items": {
                        "description": "buildattempt",
                        "example": {
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "failureDetails": [
                            {
                              "stage": "checkout",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 42,
                              "stageMatch": true
                            },
                            {
                              "stage": "build",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 126,
                              "stageMatch": false
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "build": {
                            "type": "number"
                          },
                          "buildtargetid": {
                            "description": "unique id auto-generated from the build target name",
                            "anyOf": [
                              {
                                "type": "string",
                                "nullable": true
                              },
                              {
                                "type": "string",
                                "format": "object-id"
                              }
                            ]
                          },
                          "buildTargetName": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildGUID": {
                            "description": "unique GUID identifying this build",
                            "type": "string",
                            "nullable": true
                          },
                          "buildStatus": {
                            "enum": [
                              "created",
                              "queued",
                              "sentToBuilder",
                              "started",
                              "restarted",
                              "success",
                              "failure",
                              "canceled",
                              "unknown",
                              "processing"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "description": "if the build was built without using data cached from previous builds",
                            "type": "boolean"
                          },
                          "failureDetails": {
                            "description": "list of failure details for this build attempt, when available",
                            "items": {
                              "example": {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              "properties": {
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "publicMessage": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "link": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "stage": {
                                  "type": "string",
                                  "description": "Build stage where the failure occurred"
                                },
                                "failureType": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "logline": {
                                  "type": "number",
                                  "nullable": true,
                                  "description": "The line number in the build log where the failure occurred"
                                },
                                "stageMatch": {
                                  "type": "boolean",
                                  "nullable": true,
                                  "description": "Whether the failure stage matched the expected stage"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "canceledBy": {
                            "enum": [
                              "api",
                              "service",
                              "service-timelimit",
                              "concurrency-timelimit",
                              "restart-limit",
                              "evaluation-timelimit",
                              "jenkins-timelimit",
                              "service-badconfiguration",
                              "billing-invalidsubscription"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "causedBy": {
                            "description": "What triggered the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "causedByUser": {
                            "description": "Name of the user who caused the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "formattedPlatformName": {
                            "type": "string",
                            "nullable": true
                          },
                          "editorIcon": {
                            "type": "string",
                            "nullable": true
                          },
                          "workspaceSize": {
                            "description": "size of workspace in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "when the build was created",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "finished": {
                            "description": "when the build completely finished",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutStartTime": {
                            "description": "when the build starting checking out code",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutTimeInSeconds": {
                            "description": "amount of time spent checking out code",
                            "type": "number"
                          },
                          "buildStartTime": {
                            "description": "when the build started compiling",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "buildTimeInSeconds": {
                            "description": "amount of time spend compiling",
                            "type": "number"
                          },
                          "buildTimeoutMinutes": {
                            "description": "total allowed build time before the build attempt times out",
                            "type": "number"
                          },
                          "publishStartTime": {
                            "description": "when the build started saving build artifacts",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "publishTimeInSeconds": {
                            "description": "amount of time spent saving build artifacts",
                            "type": "number"
                          },
                          "totalTimeInSeconds": {
                            "description": "total time for the build",
                            "type": "number"
                          },
                          "billableTimeInSeconds": {
                            "description": "total billable time for the build",
                            "type": "number"
                          },
                          "unitTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "editModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "playModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "lastBuiltRevision": {
                            "description": "source control commit id for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "changeset": {
                            "description": "a list of source control changes between this and the last build",
                            "type": "array"
                          },
                          "favorited": {
                            "description": "if the build is marked as do not delete or not",
                            "type": "boolean"
                          },
                          "label": {
                            "description": "description given when a build is favorited",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "description": "if the build is deleted or not",
                            "type": "boolean"
                          },
                          "headless": {
                            "description": "if the build was built to run in linux headless mode",
                            "type": "boolean"
                          },
                          "credentialsOutdated": {
                            "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                            "type": "boolean"
                          },
                          "groupBuildId": {
                            "description": "the unique ID used to launch a group of attempts",
                            "format": "uuid",
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetGroups": {
                            "description": "list of build target groups this build attempt is a part of",
                            "items": {
                              "example": {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "id": {
                                  "type": "string",
                                  "format": "object-id",
                                  "nullable": true
                                },
                                "deleted": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "deleted",
                                "enabled",
                                "id",
                                "name"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "machineType": {
                            "description": "the type of machine used to build this build",
                            "example": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "properties": {
                              "name": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "enabled": {
                                "type": "boolean"
                              },
                              "operatingSystem": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "enabled",
                              "label",
                              "name",
                              "operatingSystem"
                            ],
                            "type": "object",
                            "additionalProperties": false
                          },
                          "deletedBy": {
                            "description": "email address of the user who deleted this attempt",
                            "type": "string",
                            "nullable": true
                          },
                          "queuedReason": {
                            "description": "reason the build is currently waiting",
                            "enum": [
                              "targetConcurrency",
                              "cooldown",
                              "buildConcurrency",
                              "concurrency",
                              "waitingForBuildAgent",
                              "evaluating",
                              "sentToBuilder",
                              "notPending"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cooldownDate": {
                            "description": "time until this build will be reconsidered for building",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "scmBranch": {
                            "description": "scm branch to be built",
                            "type": "string",
                            "nullable": true
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "The Unity editor architecture used for building",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "a supported operating system version (ex. 'monterey')",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystem": {
                            "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          },
                          "androidSdkVersion": {
                            "description": "a supported android sdk version (ex. 'android_sdk_34')",
                            "type": "string",
                            "nullable": true
                          },
                          "auditChanges": {
                            "type": "number"
                          },
                          "projectVersion": {
                            "example": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "properties": {
                              "name": {
                                "description": "automatically generated name for the build",
                                "type": "string",
                                "nullable": true
                              },
                              "filename": {
                                "description": "filename for the primary artifact",
                                "type": "string",
                                "nullable": true
                              },
                              "projectName": {
                                "description": "name of the project",
                                "type": "string",
                                "nullable": true
                              },
                              "platform": {
                                "enum": [
                                  "ios",
                                  "android",
                                  "webplayer",
                                  "webgl",
                                  "standaloneosxintel",
                                  "standaloneosxintel64",
                                  "standaloneosxuniversal",
                                  "standaloneosx",
                                  "standalonewindows",
                                  "standalonewindows64",
                                  "standalonelinux",
                                  "standalonelinux64",
                                  "standalonelinuxuniversal",
                                  "wsaplayer",
                                  "gamecorescarlett",
                                  "ps5",
                                  "switch"
                                ],
                                "type": "string"
                              },
                              "size": {
                                "description": "size of the the primary build artifact in bytes",
                                "type": "number"
                              },
                              "created": {
                                "description": "creation date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "lastMod": {
                                "description": "last modified date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "udids": {
                                "description": "iPhone unique identifiers that are able to install this build",
                                "items": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              }
                            },
                            "type": "object",
                            "nullable": true,
                            "additionalProperties": false
                          },
                          "projectName": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectId": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectGuid": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgId": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgFk": {
                            "type": "string",
                            "nullable": true
                          },
                          "filetoken": {
                            "type": "string",
                            "nullable": true
                          },
                          "links": {
                            "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                            "properties": {
                              "artifacts": {
                                "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                "type": "array"
                              }
                            },
                            "additionalProperties": {
                              "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                              "example": {
                                "method": "method",
                                "href": "href"
                              },
                              "properties": {
                                "href": {
                                  "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "redirect": {
                                  "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "object"
                          },
                          "buildReport": {
                            "example": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "properties": {
                              "errors": {
                                "type": "integer"
                              },
                              "warnings": {
                                "type": "integer"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "requestedRevision": {
                            "type": "string",
                            "nullable": true
                          },
                          "error": {
                            "type": "string",
                            "nullable": true
                          },
                          "signedUrls": {
                            "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                            "type": "object",
                            "additionalProperties": {
                              "type": "object",
                              "properties": {
                                "ResumableUri": {
                                  "type": "string"
                                },
                                "SignedUrl": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "example": {
                    "lastBuilt": {
                      "unityVersion": "unityVersion"
                    },
                    "settings": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "createdBy": "createdBy",
                    "credentials": {
                      "signing": {
                        "credentialResourceRef": {
                          "created": "created",
                          "certificate": {
                            "certName": "certName",
                            "teamId": "teamId",
                            "uploaded": "uploaded",
                            "isDistribution": true,
                            "expiration": "expiration",
                            "issuer": "issuer"
                          },
                          "credentialid": "credentialid",
                          "provisioningProfile": {
                            "numDevices": 1.4658129805029452,
                            "teamId": "teamId",
                            "bundleId": "bundleId",
                            "uploaded": "uploaded",
                            "expiration": "expiration",
                            "type": "developer",
                            "uuid": "uuid",
                            "isEnterpriseProfile": true
                          },
                          "keystore": {
                            "debug": true,
                            "alias": "alias",
                            "expiration": "expiration"
                          },
                          "label": "label",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "credentialid": "credentialid"
                      }
                    },
                    "name": "name",
                    "builds": [
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      }
                    ],
                    "buildTargetGroups": [
                      {
                        "name": "name",
                        "id": "id"
                      },
                      {
                        "name": "name",
                        "id": "id"
                      }
                    ],
                    "platform": "ios",
                    "enabled": true,
                    "buildtargetid": "buildtargetid"
                  },
                  "properties": {
                    "guid": {
                      "description": "globally unique id for the build target",
                      "type": "string"
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "createdBy": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "type": "string",
                      "nullable": true
                    },
                    "enabled": {
                      "description": "whether this target can be built by the API",
                      "type": "boolean"
                    },
                    "settings": {
                      "example": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "properties": {
                        "autoBuildLatest": {
                          "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                          "enum": [
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "autoBuild": {
                          "description": "start builds automatically when your repo is updated",
                          "type": "boolean"
                        },
                        "unityVersion": {
                          "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                          "type": "string",
                          "nullable": true
                        },
                        "autoDetectUnityVersion": {
                          "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                          "type": "boolean"
                        },
                        "fallbackPatchVersion": {
                          "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                          "type": "boolean"
                        },
                        "executablename": {
                          "type": "string",
                          "nullable": true
                        },
                        "buildProfilePath": {
                          "type": "string",
                          "nullable": true
                        },
                        "scm": {
                          "example": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "properties": {
                            "type": {
                              "enum": [
                                "git",
                                "svn",
                                "p4",
                                "oauth",
                                "plastic"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "isUnityCloudDrive": {
                              "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                              "type": "boolean"
                            },
                            "repo": {
                              "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                              "type": "string",
                              "nullable": true
                            },
                            "branch": {
                              "type": "string",
                              "nullable": true
                            },
                            "subdirectory": {
                              "description": "subdirectory to build from",
                              "type": "string",
                              "nullable": true
                            },
                            "client": {
                              "description": "perforce only client workspace to build from",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "platform": {
                          "example": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "properties": {
                            "bundleId": {
                              "description": "a unique identifier (com.example.name)",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "buildSchedule": {
                          "description": "For Scheduling builds",
                          "example": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "properties": {
                            "isEnabled": {
                              "default": false,
                              "type": "boolean"
                            },
                            "date": {
                              "format": "date-time",
                              "type": "string",
                              "nullable": true
                            },
                            "repeatCycle": {
                              "enum": [
                                "none",
                                "once",
                                "daily",
                                "weekly",
                                "monthly",
                                "yearly",
                                "cron"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleString": {
                              "description": "cron schedule in string format (* * * * *)",
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleTimezone": {
                              "description": "cron schedule timezone (default UTC)",
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "default": false,
                              "type": "boolean"
                            },
                            "skipBuildIfSameCommit": {
                              "type": "boolean"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "autoBuildCancellation": {
                          "type": "boolean"
                        },
                        "machineTypeLabel": {
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemSelected": {
                          "enum": [
                            "mac",
                            "windows"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemVersion": {
                          "description": "Choose the version of the operating system for building your project.",
                          "type": "string",
                          "nullable": true
                        },
                        "rubyVersion": {
                          "type": "string",
                          "nullable": true
                        },
                        "remoteCacheStrategy": {
                          "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                          "enum": [
                            "none",
                            "library",
                            "workspace",
                            "boostdisk",
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "windowsGitBinary": {
                          "description": "Specifies the Git binary that will be used for Windows builds",
                          "enum": [
                            "inherit",
                            "native",
                            "cygwin"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "buildTargetCopyCache": {
                          "description": "Specifies the id of the build target that this target's cache was copied from",
                          "type": "string",
                          "nullable": true
                        },
                        "architecture": {
                          "description": "Specifies the Unity editor architecture to use for building the project.",
                          "type": "string",
                          "nullable": true
                        },
                        "cacheCompressionLevel": {
                          "description": "Specifies the compression level for caching workspace or Library.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "artifactCompressionLevel": {
                          "description": "Specifies the compression level for compressed final artifacts.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "advanced": {
                          "example": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "properties": {
                            "xcode": {
                              "example": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "properties": {
                                "useArchiveAndExport": {
                                  "type": "boolean"
                                },
                                "customFastlaneConfigPath": {
                                  "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "uploadXCArchive": {
                                  "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                  "type": "boolean"
                                },
                                "shouldNotarize": {
                                  "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "android": {
                              "example": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "properties": {
                                "buildAppBundle": {
                                  "type": "boolean"
                                },
                                "buildAssetPacks": {
                                  "type": "boolean"
                                },
                                "androidSDKVersion": {
                                  "description": "Android SDK Version",
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "unity": {
                              "example": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "properties": {
                                "preExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScript": {
                                  "description": "Relative path to the script that should be run before the build process starts.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postBuildScript": {
                                  "description": "Relative path to the script that should be run after the build process finishes.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "postBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "scriptingDefineSymbols": {
                                  "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "playerExporter": {
                                  "example": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "properties": {
                                    "sceneList": {
                                      "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                      "items": {
                                        "description": "scene names",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "buildOptions": {
                                      "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "export": {
                                      "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                      "type": "boolean"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "playerSettings": {
                                  "example": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "properties": {
                                    "Android": {
                                      "example": {
                                        "useAPKExpansionFiles": true
                                      },
                                      "properties": {
                                        "useAPKExpansionFiles": {
                                          "description": "break up android apk into an installable apk and expansion files",
                                          "type": "boolean"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "editorUserBuildSettings": {
                                  "example": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "properties": {
                                    "androidBuildSystem": {
                                      "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                      "enum": [
                                        "internal",
                                        "gradle"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "standaloneBuildSubtarget": {
                                      "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                      "enum": [
                                        "Player",
                                        "Server"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "assetBundles": {
                                  "example": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "properties": {
                                    "buildBundles": {
                                      "description": "enable asset bundle builds for this target",
                                      "type": "boolean"
                                    },
                                    "basePath": {
                                      "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "buildAssetBundleOptions": {
                                      "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "copyToStreamingAssets": {
                                      "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                      "type": "boolean"
                                    },
                                    "copyBundlePatterns": {
                                      "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "addressables": {
                                  "example": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "properties": {
                                    "buildAddressables": {
                                      "description": "enable addressable builds for this target",
                                      "type": "boolean"
                                    },
                                    "contentUpdate": {
                                      "description": "Update a previously built player with new Addressable Content.",
                                      "type": "boolean"
                                    },
                                    "profileName": {
                                      "description": "which addressables profile should be used for the build",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "failedAddressablesFailsBuild": {
                                      "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                      "type": "boolean"
                                    },
                                    "contentUpdateSettings": {
                                      "example": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      },
                                      "properties": {
                                        "contentStatePath": {
                                          "description": "The path to a Content State .bin file relative to the project root",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "linkedTargetId": {
                                          "description": "The Id of the build target to obtain a Content State .bin file from",
                                          "type": "string",
                                          "nullable": true
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "generateBuildLayout": {
                                      "description": "Whether to generate the bundle build layout report.",
                                      "type": "boolean"
                                    },
                                    "buildLayoutReportFileFormat": {
                                      "description": "The format of the bundle build layout report.",
                                      "enum": [
                                        "JSON",
                                        "TXT"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "runUnitTests": {
                                  "description": "Run any unit tests your project has when a build happens.",
                                  "type": "boolean"
                                },
                                "runEditModeTests": {
                                  "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "runPlayModeTests": {
                                  "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "failedUnitTestFailsBuild": {
                                  "description": "Mark builds as failed if the unit tests do not pass.",
                                  "type": "boolean"
                                },
                                "unitTestMethod": {
                                  "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "disableAssemblyUpdater": {
                                  "description": "Disable assembly updater when running Unity",
                                  "type": "boolean"
                                },
                                "acceptApiUpdate": {
                                  "description": "Accept API changes when running Unity",
                                  "type": "boolean"
                                },
                                "enableLightBake": {
                                  "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "webGL": {
                              "example": {
                                "beautifulCorner": true,
                                "beautifulCornerContent": false
                              },
                              "properties": {
                                "beautifulCorner": {
                                  "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                },
                                "beautifulCornerContent": {
                                  "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "uwp": {
                              "example": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              },
                              "properties": {
                                "windowsSDKVersion": {
                                  "description": "Sets Windows SDK Version to use when building UWP",
                                  "enum": [
                                    "10.0.17134.0",
                                    "10.0.17763.0",
                                    "10.0.18362.0",
                                    "10.0.19041.0",
                                    "10.0.20348.0",
                                    "10.0.22621.0",
                                    "10.0.22000.0"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "visualStudioVersion": {
                                  "description": "Sets the Visual Studio Version to use when building UWP",
                                  "enum": [
                                    "2019",
                                    "2022"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "wsaArchitecture": {
                                  "description": "Sets target architecture for Exectuable Only builds",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "capabilities": {
                                  "description": "Sets the capabilities of the build UWP application",
                                  "items": {
                                    "description": "UWP Capabilities",
                                    "enum": [
                                      "EnterpriseAuthentication",
                                      "InternetClient",
                                      "InternetClientServer",
                                      "MusicLibrary",
                                      "PicturesLibrary",
                                      "PrivateNetworkClientServer",
                                      "SharedUserCertificates",
                                      "VideosLibrary",
                                      "WebCam",
                                      "RemovableStorage",
                                      "Proximity",
                                      "Microphone",
                                      "Location",
                                      "HumanInterfaceDevice",
                                      "AllJoyn",
                                      "BlockedChatMessages",
                                      "Chat",
                                      "CodeGeneration",
                                      "Objects3D",
                                      "PhoneCall",
                                      "UserAccountInformation",
                                      "VoipCall",
                                      "Bluetooth",
                                      "SpatialPerception",
                                      "InputInjectionBrokered",
                                      "Appointments",
                                      "BackgroundMediaPlayback",
                                      "Contacts",
                                      "LowLevelDevices",
                                      "OfflineMapsManagement",
                                      "PhoneCallHistoryPublic",
                                      "PointOfService",
                                      "RecordedCallsFolder",
                                      "RemoteSystem",
                                      "SystemManagement",
                                      "UserDataTasks",
                                      "UserNotificationListener",
                                      "GazeInput"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "targetFamily": {
                                  "description": "Sets the target device family for the build",
                                  "items": {
                                    "description": "The target device family",
                                    "enum": [
                                      "Universal",
                                      "Desktop",
                                      "Mobile",
                                      "Xbox",
                                      "Holographic",
                                      "IoT",
                                      "IoTHeadless"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "buildType": {
                                  "description": "Sets the build type for UWP. Executable",
                                  "enum": [
                                    "ExecutableOnly",
                                    "D3D",
                                    "XAML"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "msbuildConfiguration": {
                                  "description": "Sets the ms build configuration for UWP",
                                  "enum": [
                                    "Debug",
                                    "Release",
                                    "Master",
                                    "MasterWithLTCG"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "platforms": {
                                  "description": "Sets the target platforms for the AppXBundle",
                                  "items": {
                                    "description": "Target Platform",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "publishVisualStudioSolution": {
                                  "description": "Enable publishing of the visual studio .sln file",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "ignorePlasticCheckedInLibrary": {
                          "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                          "type": "boolean"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "buildTargetGroups": {
                      "items": {
                        "example": {
                          "name": "name",
                          "id": "id"
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "lastBuilt": {
                      "example": {
                        "unityVersion": "unityVersion"
                      },
                      "properties": {
                        "unityVersion": {
                          "description": "Last Unity version built by this target. Setting this has no effect.",
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "credentials": {
                      "example": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "properties": {
                        "signing": {
                          "example": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          },
                          "properties": {
                            "credentialid": {
                              "type": "string",
                              "nullable": true
                            },
                            "credentialResourceRef": {
                              "example": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "credentialid": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "created": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "certificate": {
                                  "example": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "certName": {
                                      "description": "certificate name (from the certificate)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isDistribution": {
                                      "description": "if this is a distribution certificate",
                                      "type": "boolean"
                                    },
                                    "issuer": {
                                      "description": "issuer of the certificate",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "provisioningProfile": {
                                  "example": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "bundleId": {
                                      "description": "a unique identifier (com.example.name)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uuid": {
                                      "description": "generated UUID of the profile",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isEnterpriseProfile": {
                                      "description": "is this compiled for Apple's enterprise program",
                                      "type": "boolean"
                                    },
                                    "type": {
                                      "enum": [
                                        "developer",
                                        "adhoc",
                                        "appstore"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "numDevices": {
                                      "description": "number of devices provisioned for this certificate",
                                      "type": "number"
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "keystore": {
                                  "example": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "properties": {
                                    "alias": {
                                      "description": "friendly name for keystore",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "debug": {
                                      "description": "whether this is a debug or production keystore",
                                      "type": "boolean"
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "builds": {
                      "items": {
                        "description": "buildattempt",
                        "example": {
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "failureDetails": [
                            {
                              "stage": "checkout",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 42,
                              "stageMatch": true
                            },
                            {
                              "stage": "build",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 126,
                              "stageMatch": false
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "build": {
                            "type": "number"
                          },
                          "buildtargetid": {
                            "description": "unique id auto-generated from the build target name",
                            "anyOf": [
                              {
                                "type": "string",
                                "nullable": true
                              },
                              {
                                "type": "string",
                                "format": "object-id"
                              }
                            ]
                          },
                          "buildTargetName": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildGUID": {
                            "description": "unique GUID identifying this build",
                            "type": "string",
                            "nullable": true
                          },
                          "buildStatus": {
                            "enum": [
                              "created",
                              "queued",
                              "sentToBuilder",
                              "started",
                              "restarted",
                              "success",
                              "failure",
                              "canceled",
                              "unknown",
                              "processing"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "description": "if the build was built without using data cached from previous builds",
                            "type": "boolean"
                          },
                          "failureDetails": {
                            "description": "list of failure details for this build attempt, when available",
                            "items": {
                              "example": {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              "properties": {
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "publicMessage": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "link": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "stage": {
                                  "type": "string",
                                  "description": "Build stage where the failure occurred"
                                },
                                "failureType": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "logline": {
                                  "type": "number",
                                  "nullable": true,
                                  "description": "The line number in the build log where the failure occurred"
                                },
                                "stageMatch": {
                                  "type": "boolean",
                                  "nullable": true,
                                  "description": "Whether the failure stage matched the expected stage"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "canceledBy": {
                            "enum": [
                              "api",
                              "service",
                              "service-timelimit",
                              "concurrency-timelimit",
                              "restart-limit",
                              "evaluation-timelimit",
                              "jenkins-timelimit",
                              "service-badconfiguration",
                              "billing-invalidsubscription"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "causedBy": {
                            "description": "What triggered the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "causedByUser": {
                            "description": "Name of the user who caused the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "formattedPlatformName": {
                            "type": "string",
                            "nullable": true
                          },
                          "editorIcon": {
                            "type": "string",
                            "nullable": true
                          },
                          "workspaceSize": {
                            "description": "size of workspace in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "when the build was created",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "finished": {
                            "description": "when the build completely finished",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutStartTime": {
                            "description": "when the build starting checking out code",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutTimeInSeconds": {
                            "description": "amount of time spent checking out code",
                            "type": "number"
                          },
                          "buildStartTime": {
                            "description": "when the build started compiling",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "buildTimeInSeconds": {
                            "description": "amount of time spend compiling",
                            "type": "number"
                          },
                          "buildTimeoutMinutes": {
                            "description": "total allowed build time before the build attempt times out",
                            "type": "number"
                          },
                          "publishStartTime": {
                            "description": "when the build started saving build artifacts",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "publishTimeInSeconds": {
                            "description": "amount of time spent saving build artifacts",
                            "type": "number"
                          },
                          "totalTimeInSeconds": {
                            "description": "total time for the build",
                            "type": "number"
                          },
                          "billableTimeInSeconds": {
                            "description": "total billable time for the build",
                            "type": "number"
                          },
                          "unitTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "editModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "playModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "lastBuiltRevision": {
                            "description": "source control commit id for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "changeset": {
                            "description": "a list of source control changes between this and the last build",
                            "type": "array"
                          },
                          "favorited": {
                            "description": "if the build is marked as do not delete or not",
                            "type": "boolean"
                          },
                          "label": {
                            "description": "description given when a build is favorited",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "description": "if the build is deleted or not",
                            "type": "boolean"
                          },
                          "headless": {
                            "description": "if the build was built to run in linux headless mode",
                            "type": "boolean"
                          },
                          "credentialsOutdated": {
                            "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                            "type": "boolean"
                          },
                          "groupBuildId": {
                            "description": "the unique ID used to launch a group of attempts",
                            "format": "uuid",
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetGroups": {
                            "description": "list of build target groups this build attempt is a part of",
                            "items": {
                              "example": {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "id": {
                                  "type": "string",
                                  "format": "object-id",
                                  "nullable": true
                                },
                                "deleted": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "deleted",
                                "enabled",
                                "id",
                                "name"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "machineType": {
                            "description": "the type of machine used to build this build",
                            "example": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "properties": {
                              "name": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "enabled": {
                                "type": "boolean"
                              },
                              "operatingSystem": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "enabled",
                              "label",
                              "name",
                              "operatingSystem"
                            ],
                            "type": "object",
                            "additionalProperties": false
                          },
                          "deletedBy": {
                            "description": "email address of the user who deleted this attempt",
                            "type": "string",
                            "nullable": true
                          },
                          "queuedReason": {
                            "description": "reason the build is currently waiting",
                            "enum": [
                              "targetConcurrency",
                              "cooldown",
                              "buildConcurrency",
                              "concurrency",
                              "waitingForBuildAgent",
                              "evaluating",
                              "sentToBuilder",
                              "notPending"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cooldownDate": {
                            "description": "time until this build will be reconsidered for building",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "scmBranch": {
                            "description": "scm branch to be built",
                            "type": "string",
                            "nullable": true
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "The Unity editor architecture used for building",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "a supported operating system version (ex. 'monterey')",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystem": {
                            "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          },
                          "androidSdkVersion": {
                            "description": "a supported android sdk version (ex. 'android_sdk_34')",
                            "type": "string",
                            "nullable": true
                          },
                          "auditChanges": {
                            "type": "number"
                          },
                          "projectVersion": {
                            "example": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "properties": {
                              "name": {
                                "description": "automatically generated name for the build",
                                "type": "string",
                                "nullable": true
                              },
                              "filename": {
                                "description": "filename for the primary artifact",
                                "type": "string",
                                "nullable": true
                              },
                              "projectName": {
                                "description": "name of the project",
                                "type": "string",
                                "nullable": true
                              },
                              "platform": {
                                "enum": [
                                  "ios",
                                  "android",
                                  "webplayer",
                                  "webgl",
                                  "standaloneosxintel",
                                  "standaloneosxintel64",
                                  "standaloneosxuniversal",
                                  "standaloneosx",
                                  "standalonewindows",
                                  "standalonewindows64",
                                  "standalonelinux",
                                  "standalonelinux64",
                                  "standalonelinuxuniversal",
                                  "wsaplayer",
                                  "gamecorescarlett",
                                  "ps5",
                                  "switch"
                                ],
                                "type": "string"
                              },
                              "size": {
                                "description": "size of the the primary build artifact in bytes",
                                "type": "number"
                              },
                              "created": {
                                "description": "creation date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "lastMod": {
                                "description": "last modified date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "udids": {
                                "description": "iPhone unique identifiers that are able to install this build",
                                "items": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              }
                            },
                            "type": "object",
                            "nullable": true,
                            "additionalProperties": false
                          },
                          "projectName": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectId": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectGuid": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgId": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgFk": {
                            "type": "string",
                            "nullable": true
                          },
                          "filetoken": {
                            "type": "string",
                            "nullable": true
                          },
                          "links": {
                            "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                            "properties": {
                              "artifacts": {
                                "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                "type": "array"
                              }
                            },
                            "additionalProperties": {
                              "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                              "example": {
                                "method": "method",
                                "href": "href"
                              },
                              "properties": {
                                "href": {
                                  "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "redirect": {
                                  "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "object"
                          },
                          "buildReport": {
                            "example": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "properties": {
                              "errors": {
                                "type": "integer"
                              },
                              "warnings": {
                                "type": "integer"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "requestedRevision": {
                            "type": "string",
                            "nullable": true
                          },
                          "error": {
                            "type": "string",
                            "nullable": true
                          },
                          "signedUrls": {
                            "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                            "type": "object",
                            "additionalProperties": {
                              "type": "object",
                              "properties": {
                                "ResumableUri": {
                                  "type": "string"
                                },
                                "SignedUrl": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "example": {
                    "lastBuilt": {
                      "unityVersion": "unityVersion"
                    },
                    "settings": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "createdBy": "createdBy",
                    "credentials": {
                      "signing": {
                        "credentialResourceRef": {
                          "created": "created",
                          "certificate": {
                            "certName": "certName",
                            "teamId": "teamId",
                            "uploaded": "uploaded",
                            "isDistribution": true,
                            "expiration": "expiration",
                            "issuer": "issuer"
                          },
                          "credentialid": "credentialid",
                          "provisioningProfile": {
                            "numDevices": 1.4658129805029452,
                            "teamId": "teamId",
                            "bundleId": "bundleId",
                            "uploaded": "uploaded",
                            "expiration": "expiration",
                            "type": "developer",
                            "uuid": "uuid",
                            "isEnterpriseProfile": true
                          },
                          "keystore": {
                            "debug": true,
                            "alias": "alias",
                            "expiration": "expiration"
                          },
                          "label": "label",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "credentialid": "credentialid"
                      }
                    },
                    "name": "name",
                    "builds": [
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      }
                    ],
                    "buildTargetGroups": [
                      {
                        "name": "name",
                        "id": "id"
                      },
                      {
                        "name": "name",
                        "id": "id"
                      }
                    ],
                    "platform": "ios",
                    "enabled": true,
                    "buildtargetid": "buildtargetid"
                  },
                  "properties": {
                    "guid": {
                      "description": "globally unique id for the build target",
                      "type": "string"
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "createdBy": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "type": "string",
                      "nullable": true
                    },
                    "enabled": {
                      "description": "whether this target can be built by the API",
                      "type": "boolean"
                    },
                    "settings": {
                      "example": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "properties": {
                        "autoBuildLatest": {
                          "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                          "enum": [
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "autoBuild": {
                          "description": "start builds automatically when your repo is updated",
                          "type": "boolean"
                        },
                        "unityVersion": {
                          "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                          "type": "string",
                          "nullable": true
                        },
                        "autoDetectUnityVersion": {
                          "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                          "type": "boolean"
                        },
                        "fallbackPatchVersion": {
                          "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                          "type": "boolean"
                        },
                        "executablename": {
                          "type": "string",
                          "nullable": true
                        },
                        "buildProfilePath": {
                          "type": "string",
                          "nullable": true
                        },
                        "scm": {
                          "example": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "properties": {
                            "type": {
                              "enum": [
                                "git",
                                "svn",
                                "p4",
                                "oauth",
                                "plastic"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "isUnityCloudDrive": {
                              "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                              "type": "boolean"
                            },
                            "repo": {
                              "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                              "type": "string",
                              "nullable": true
                            },
                            "branch": {
                              "type": "string",
                              "nullable": true
                            },
                            "subdirectory": {
                              "description": "subdirectory to build from",
                              "type": "string",
                              "nullable": true
                            },
                            "client": {
                              "description": "perforce only client workspace to build from",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "platform": {
                          "example": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "properties": {
                            "bundleId": {
                              "description": "a unique identifier (com.example.name)",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "buildSchedule": {
                          "description": "For Scheduling builds",
                          "example": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "properties": {
                            "isEnabled": {
                              "default": false,
                              "type": "boolean"
                            },
                            "date": {
                              "format": "date-time",
                              "type": "string",
                              "nullable": true
                            },
                            "repeatCycle": {
                              "enum": [
                                "none",
                                "once",
                                "daily",
                                "weekly",
                                "monthly",
                                "yearly",
                                "cron"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleString": {
                              "description": "cron schedule in string format (* * * * *)",
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleTimezone": {
                              "description": "cron schedule timezone (default UTC)",
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "default": false,
                              "type": "boolean"
                            },
                            "skipBuildIfSameCommit": {
                              "type": "boolean"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "autoBuildCancellation": {
                          "type": "boolean"
                        },
                        "machineTypeLabel": {
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemSelected": {
                          "enum": [
                            "mac",
                            "windows"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemVersion": {
                          "description": "Choose the version of the operating system for building your project.",
                          "type": "string",
                          "nullable": true
                        },
                        "rubyVersion": {
                          "type": "string",
                          "nullable": true
                        },
                        "remoteCacheStrategy": {
                          "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                          "enum": [
                            "none",
                            "library",
                            "workspace",
                            "boostdisk",
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "windowsGitBinary": {
                          "description": "Specifies the Git binary that will be used for Windows builds",
                          "enum": [
                            "inherit",
                            "native",
                            "cygwin"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "buildTargetCopyCache": {
                          "description": "Specifies the id of the build target that this target's cache was copied from",
                          "type": "string",
                          "nullable": true
                        },
                        "architecture": {
                          "description": "Specifies the Unity editor architecture to use for building the project.",
                          "type": "string",
                          "nullable": true
                        },
                        "cacheCompressionLevel": {
                          "description": "Specifies the compression level for caching workspace or Library.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "artifactCompressionLevel": {
                          "description": "Specifies the compression level for compressed final artifacts.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "advanced": {
                          "example": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "properties": {
                            "xcode": {
                              "example": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "properties": {
                                "useArchiveAndExport": {
                                  "type": "boolean"
                                },
                                "customFastlaneConfigPath": {
                                  "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "uploadXCArchive": {
                                  "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                  "type": "boolean"
                                },
                                "shouldNotarize": {
                                  "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "android": {
                              "example": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "properties": {
                                "buildAppBundle": {
                                  "type": "boolean"
                                },
                                "buildAssetPacks": {
                                  "type": "boolean"
                                },
                                "androidSDKVersion": {
                                  "description": "Android SDK Version",
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "unity": {
                              "example": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "properties": {
                                "preExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScript": {
                                  "description": "Relative path to the script that should be run before the build process starts.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postBuildScript": {
                                  "description": "Relative path to the script that should be run after the build process finishes.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "postBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "scriptingDefineSymbols": {
                                  "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "playerExporter": {
                                  "example": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "properties": {
                                    "sceneList": {
                                      "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                      "items": {
                                        "description": "scene names",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "buildOptions": {
                                      "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "export": {
                                      "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                      "type": "boolean"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "playerSettings": {
                                  "example": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "properties": {
                                    "Android": {
                                      "example": {
                                        "useAPKExpansionFiles": true
                                      },
                                      "properties": {
                                        "useAPKExpansionFiles": {
                                          "description": "break up android apk into an installable apk and expansion files",
                                          "type": "boolean"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "editorUserBuildSettings": {
                                  "example": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "properties": {
                                    "androidBuildSystem": {
                                      "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                      "enum": [
                                        "internal",
                                        "gradle"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "standaloneBuildSubtarget": {
                                      "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                      "enum": [
                                        "Player",
                                        "Server"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "assetBundles": {
                                  "example": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "properties": {
                                    "buildBundles": {
                                      "description": "enable asset bundle builds for this target",
                                      "type": "boolean"
                                    },
                                    "basePath": {
                                      "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "buildAssetBundleOptions": {
                                      "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "copyToStreamingAssets": {
                                      "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                      "type": "boolean"
                                    },
                                    "copyBundlePatterns": {
                                      "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "addressables": {
                                  "example": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "properties": {
                                    "buildAddressables": {
                                      "description": "enable addressable builds for this target",
                                      "type": "boolean"
                                    },
                                    "contentUpdate": {
                                      "description": "Update a previously built player with new Addressable Content.",
                                      "type": "boolean"
                                    },
                                    "profileName": {
                                      "description": "which addressables profile should be used for the build",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "failedAddressablesFailsBuild": {
                                      "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                      "type": "boolean"
                                    },
                                    "contentUpdateSettings": {
                                      "example": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      },
                                      "properties": {
                                        "contentStatePath": {
                                          "description": "The path to a Content State .bin file relative to the project root",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "linkedTargetId": {
                                          "description": "The Id of the build target to obtain a Content State .bin file from",
                                          "type": "string",
                                          "nullable": true
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "generateBuildLayout": {
                                      "description": "Whether to generate the bundle build layout report.",
                                      "type": "boolean"
                                    },
                                    "buildLayoutReportFileFormat": {
                                      "description": "The format of the bundle build layout report.",
                                      "enum": [
                                        "JSON",
                                        "TXT"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "runUnitTests": {
                                  "description": "Run any unit tests your project has when a build happens.",
                                  "type": "boolean"
                                },
                                "runEditModeTests": {
                                  "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "runPlayModeTests": {
                                  "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "failedUnitTestFailsBuild": {
                                  "description": "Mark builds as failed if the unit tests do not pass.",
                                  "type": "boolean"
                                },
                                "unitTestMethod": {
                                  "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "disableAssemblyUpdater": {
                                  "description": "Disable assembly updater when running Unity",
                                  "type": "boolean"
                                },
                                "acceptApiUpdate": {
                                  "description": "Accept API changes when running Unity",
                                  "type": "boolean"
                                },
                                "enableLightBake": {
                                  "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "webGL": {
                              "example": {
                                "beautifulCorner": true,
                                "beautifulCornerContent": false
                              },
                              "properties": {
                                "beautifulCorner": {
                                  "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                },
                                "beautifulCornerContent": {
                                  "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "uwp": {
                              "example": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              },
                              "properties": {
                                "windowsSDKVersion": {
                                  "description": "Sets Windows SDK Version to use when building UWP",
                                  "enum": [
                                    "10.0.17134.0",
                                    "10.0.17763.0",
                                    "10.0.18362.0",
                                    "10.0.19041.0",
                                    "10.0.20348.0",
                                    "10.0.22621.0",
                                    "10.0.22000.0"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "visualStudioVersion": {
                                  "description": "Sets the Visual Studio Version to use when building UWP",
                                  "enum": [
                                    "2019",
                                    "2022"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "wsaArchitecture": {
                                  "description": "Sets target architecture for Exectuable Only builds",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "capabilities": {
                                  "description": "Sets the capabilities of the build UWP application",
                                  "items": {
                                    "description": "UWP Capabilities",
                                    "enum": [
                                      "EnterpriseAuthentication",
                                      "InternetClient",
                                      "InternetClientServer",
                                      "MusicLibrary",
                                      "PicturesLibrary",
                                      "PrivateNetworkClientServer",
                                      "SharedUserCertificates",
                                      "VideosLibrary",
                                      "WebCam",
                                      "RemovableStorage",
                                      "Proximity",
                                      "Microphone",
                                      "Location",
                                      "HumanInterfaceDevice",
                                      "AllJoyn",
                                      "BlockedChatMessages",
                                      "Chat",
                                      "CodeGeneration",
                                      "Objects3D",
                                      "PhoneCall",
                                      "UserAccountInformation",
                                      "VoipCall",
                                      "Bluetooth",
                                      "SpatialPerception",
                                      "InputInjectionBrokered",
                                      "Appointments",
                                      "BackgroundMediaPlayback",
                                      "Contacts",
                                      "LowLevelDevices",
                                      "OfflineMapsManagement",
                                      "PhoneCallHistoryPublic",
                                      "PointOfService",
                                      "RecordedCallsFolder",
                                      "RemoteSystem",
                                      "SystemManagement",
                                      "UserDataTasks",
                                      "UserNotificationListener",
                                      "GazeInput"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "targetFamily": {
                                  "description": "Sets the target device family for the build",
                                  "items": {
                                    "description": "The target device family",
                                    "enum": [
                                      "Universal",
                                      "Desktop",
                                      "Mobile",
                                      "Xbox",
                                      "Holographic",
                                      "IoT",
                                      "IoTHeadless"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "buildType": {
                                  "description": "Sets the build type for UWP. Executable",
                                  "enum": [
                                    "ExecutableOnly",
                                    "D3D",
                                    "XAML"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "msbuildConfiguration": {
                                  "description": "Sets the ms build configuration for UWP",
                                  "enum": [
                                    "Debug",
                                    "Release",
                                    "Master",
                                    "MasterWithLTCG"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "platforms": {
                                  "description": "Sets the target platforms for the AppXBundle",
                                  "items": {
                                    "description": "Target Platform",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "publishVisualStudioSolution": {
                                  "description": "Enable publishing of the visual studio .sln file",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "ignorePlasticCheckedInLibrary": {
                          "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                          "type": "boolean"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "buildTargetGroups": {
                      "items": {
                        "example": {
                          "name": "name",
                          "id": "id"
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "lastBuilt": {
                      "example": {
                        "unityVersion": "unityVersion"
                      },
                      "properties": {
                        "unityVersion": {
                          "description": "Last Unity version built by this target. Setting this has no effect.",
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "credentials": {
                      "example": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "properties": {
                        "signing": {
                          "example": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          },
                          "properties": {
                            "credentialid": {
                              "type": "string",
                              "nullable": true
                            },
                            "credentialResourceRef": {
                              "example": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "credentialid": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "created": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "certificate": {
                                  "example": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "certName": {
                                      "description": "certificate name (from the certificate)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isDistribution": {
                                      "description": "if this is a distribution certificate",
                                      "type": "boolean"
                                    },
                                    "issuer": {
                                      "description": "issuer of the certificate",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "provisioningProfile": {
                                  "example": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "bundleId": {
                                      "description": "a unique identifier (com.example.name)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uuid": {
                                      "description": "generated UUID of the profile",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isEnterpriseProfile": {
                                      "description": "is this compiled for Apple's enterprise program",
                                      "type": "boolean"
                                    },
                                    "type": {
                                      "enum": [
                                        "developer",
                                        "adhoc",
                                        "appstore"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "numDevices": {
                                      "description": "number of devices provisioned for this certificate",
                                      "type": "number"
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "keystore": {
                                  "example": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "properties": {
                                    "alias": {
                                      "description": "friendly name for keystore",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "debug": {
                                      "description": "whether this is a debug or production keystore",
                                      "type": "boolean"
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "builds": {
                      "items": {
                        "description": "buildattempt",
                        "example": {
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "failureDetails": [
                            {
                              "stage": "checkout",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 42,
                              "stageMatch": true
                            },
                            {
                              "stage": "build",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 126,
                              "stageMatch": false
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "build": {
                            "type": "number"
                          },
                          "buildtargetid": {
                            "description": "unique id auto-generated from the build target name",
                            "anyOf": [
                              {
                                "type": "string",
                                "nullable": true
                              },
                              {
                                "type": "string",
                                "format": "object-id"
                              }
                            ]
                          },
                          "buildTargetName": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildGUID": {
                            "description": "unique GUID identifying this build",
                            "type": "string",
                            "nullable": true
                          },
                          "buildStatus": {
                            "enum": [
                              "created",
                              "queued",
                              "sentToBuilder",
                              "started",
                              "restarted",
                              "success",
                              "failure",
                              "canceled",
                              "unknown",
                              "processing"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "description": "if the build was built without using data cached from previous builds",
                            "type": "boolean"
                          },
                          "failureDetails": {
                            "description": "list of failure details for this build attempt, when available",
                            "items": {
                              "example": {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              "properties": {
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "publicMessage": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "link": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "stage": {
                                  "type": "string",
                                  "description": "Build stage where the failure occurred"
                                },
                                "failureType": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "logline": {
                                  "type": "number",
                                  "nullable": true,
                                  "description": "The line number in the build log where the failure occurred"
                                },
                                "stageMatch": {
                                  "type": "boolean",
                                  "nullable": true,
                                  "description": "Whether the failure stage matched the expected stage"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "canceledBy": {
                            "enum": [
                              "api",
                              "service",
                              "service-timelimit",
                              "concurrency-timelimit",
                              "restart-limit",
                              "evaluation-timelimit",
                              "jenkins-timelimit",
                              "service-badconfiguration",
                              "billing-invalidsubscription"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "causedBy": {
                            "description": "What triggered the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "causedByUser": {
                            "description": "Name of the user who caused the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "formattedPlatformName": {
                            "type": "string",
                            "nullable": true
                          },
                          "editorIcon": {
                            "type": "string",
                            "nullable": true
                          },
                          "workspaceSize": {
                            "description": "size of workspace in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "when the build was created",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "finished": {
                            "description": "when the build completely finished",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutStartTime": {
                            "description": "when the build starting checking out code",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutTimeInSeconds": {
                            "description": "amount of time spent checking out code",
                            "type": "number"
                          },
                          "buildStartTime": {
                            "description": "when the build started compiling",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "buildTimeInSeconds": {
                            "description": "amount of time spend compiling",
                            "type": "number"
                          },
                          "buildTimeoutMinutes": {
                            "description": "total allowed build time before the build attempt times out",
                            "type": "number"
                          },
                          "publishStartTime": {
                            "description": "when the build started saving build artifacts",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "publishTimeInSeconds": {
                            "description": "amount of time spent saving build artifacts",
                            "type": "number"
                          },
                          "totalTimeInSeconds": {
                            "description": "total time for the build",
                            "type": "number"
                          },
                          "billableTimeInSeconds": {
                            "description": "total billable time for the build",
                            "type": "number"
                          },
                          "unitTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "editModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "playModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "lastBuiltRevision": {
                            "description": "source control commit id for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "changeset": {
                            "description": "a list of source control changes between this and the last build",
                            "type": "array"
                          },
                          "favorited": {
                            "description": "if the build is marked as do not delete or not",
                            "type": "boolean"
                          },
                          "label": {
                            "description": "description given when a build is favorited",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "description": "if the build is deleted or not",
                            "type": "boolean"
                          },
                          "headless": {
                            "description": "if the build was built to run in linux headless mode",
                            "type": "boolean"
                          },
                          "credentialsOutdated": {
                            "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                            "type": "boolean"
                          },
                          "groupBuildId": {
                            "description": "the unique ID used to launch a group of attempts",
                            "format": "uuid",
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetGroups": {
                            "description": "list of build target groups this build attempt is a part of",
                            "items": {
                              "example": {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "id": {
                                  "type": "string",
                                  "format": "object-id",
                                  "nullable": true
                                },
                                "deleted": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "deleted",
                                "enabled",
                                "id",
                                "name"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "machineType": {
                            "description": "the type of machine used to build this build",
                            "example": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "properties": {
                              "name": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "enabled": {
                                "type": "boolean"
                              },
                              "operatingSystem": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "enabled",
                              "label",
                              "name",
                              "operatingSystem"
                            ],
                            "type": "object",
                            "additionalProperties": false
                          },
                          "deletedBy": {
                            "description": "email address of the user who deleted this attempt",
                            "type": "string",
                            "nullable": true
                          },
                          "queuedReason": {
                            "description": "reason the build is currently waiting",
                            "enum": [
                              "targetConcurrency",
                              "cooldown",
                              "buildConcurrency",
                              "concurrency",
                              "waitingForBuildAgent",
                              "evaluating",
                              "sentToBuilder",
                              "notPending"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cooldownDate": {
                            "description": "time until this build will be reconsidered for building",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "scmBranch": {
                            "description": "scm branch to be built",
                            "type": "string",
                            "nullable": true
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "The Unity editor architecture used for building",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "a supported operating system version (ex. 'monterey')",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystem": {
                            "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          },
                          "androidSdkVersion": {
                            "description": "a supported android sdk version (ex. 'android_sdk_34')",
                            "type": "string",
                            "nullable": true
                          },
                          "auditChanges": {
                            "type": "number"
                          },
                          "projectVersion": {
                            "example": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "properties": {
                              "name": {
                                "description": "automatically generated name for the build",
                                "type": "string",
                                "nullable": true
                              },
                              "filename": {
                                "description": "filename for the primary artifact",
                                "type": "string",
                                "nullable": true
                              },
                              "projectName": {
                                "description": "name of the project",
                                "type": "string",
                                "nullable": true
                              },
                              "platform": {
                                "enum": [
                                  "ios",
                                  "android",
                                  "webplayer",
                                  "webgl",
                                  "standaloneosxintel",
                                  "standaloneosxintel64",
                                  "standaloneosxuniversal",
                                  "standaloneosx",
                                  "standalonewindows",
                                  "standalonewindows64",
                                  "standalonelinux",
                                  "standalonelinux64",
                                  "standalonelinuxuniversal",
                                  "wsaplayer",
                                  "gamecorescarlett",
                                  "ps5",
                                  "switch"
                                ],
                                "type": "string"
                              },
                              "size": {
                                "description": "size of the the primary build artifact in bytes",
                                "type": "number"
                              },
                              "created": {
                                "description": "creation date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "lastMod": {
                                "description": "last modified date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "udids": {
                                "description": "iPhone unique identifiers that are able to install this build",
                                "items": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              }
                            },
                            "type": "object",
                            "nullable": true,
                            "additionalProperties": false
                          },
                          "projectName": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectId": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectGuid": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgId": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgFk": {
                            "type": "string",
                            "nullable": true
                          },
                          "filetoken": {
                            "type": "string",
                            "nullable": true
                          },
                          "links": {
                            "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                            "properties": {
                              "artifacts": {
                                "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                "type": "array"
                              }
                            },
                            "additionalProperties": {
                              "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                              "example": {
                                "method": "method",
                                "href": "href"
                              },
                              "properties": {
                                "href": {
                                  "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "redirect": {
                                  "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "object"
                          },
                          "buildReport": {
                            "example": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "properties": {
                              "errors": {
                                "type": "integer"
                              },
                              "warnings": {
                                "type": "integer"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "requestedRevision": {
                            "type": "string",
                            "nullable": true
                          },
                          "error": {
                            "type": "string",
                            "nullable": true
                          },
                          "signedUrls": {
                            "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                            "type": "object",
                            "additionalProperties": {
                              "type": "object",
                              "properties": {
                                "ResumableUri": {
                                  "type": "string"
                                },
                                "SignedUrl": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "example": {
                    "lastBuilt": {
                      "unityVersion": "unityVersion"
                    },
                    "settings": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "createdBy": "createdBy",
                    "credentials": {
                      "signing": {
                        "credentialResourceRef": {
                          "created": "created",
                          "certificate": {
                            "certName": "certName",
                            "teamId": "teamId",
                            "uploaded": "uploaded",
                            "isDistribution": true,
                            "expiration": "expiration",
                            "issuer": "issuer"
                          },
                          "credentialid": "credentialid",
                          "provisioningProfile": {
                            "numDevices": 1.4658129805029452,
                            "teamId": "teamId",
                            "bundleId": "bundleId",
                            "uploaded": "uploaded",
                            "expiration": "expiration",
                            "type": "developer",
                            "uuid": "uuid",
                            "isEnterpriseProfile": true
                          },
                          "keystore": {
                            "debug": true,
                            "alias": "alias",
                            "expiration": "expiration"
                          },
                          "label": "label",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "credentialid": "credentialid"
                      }
                    },
                    "name": "name",
                    "builds": [
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      }
                    ],
                    "buildTargetGroups": [
                      {
                        "name": "name",
                        "id": "id"
                      },
                      {
                        "name": "name",
                        "id": "id"
                      }
                    ],
                    "platform": "ios",
                    "enabled": true,
                    "buildtargetid": "buildtargetid"
                  },
                  "properties": {
                    "guid": {
                      "description": "globally unique id for the build target",
                      "type": "string"
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "createdBy": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "type": "string",
                      "nullable": true
                    },
                    "enabled": {
                      "description": "whether this target can be built by the API",
                      "type": "boolean"
                    },
                    "settings": {
                      "example": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "properties": {
                        "autoBuildLatest": {
                          "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                          "enum": [
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "autoBuild": {
                          "description": "start builds automatically when your repo is updated",
                          "type": "boolean"
                        },
                        "unityVersion": {
                          "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                          "type": "string",
                          "nullable": true
                        },
                        "autoDetectUnityVersion": {
                          "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                          "type": "boolean"
                        },
                        "fallbackPatchVersion": {
                          "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                          "type": "boolean"
                        },
                        "executablename": {
                          "type": "string",
                          "nullable": true
                        },
                        "buildProfilePath": {
                          "type": "string",
                          "nullable": true
                        },
                        "scm": {
                          "example": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "properties": {
                            "type": {
                              "enum": [
                                "git",
                                "svn",
                                "p4",
                                "oauth",
                                "plastic"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "isUnityCloudDrive": {
                              "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                              "type": "boolean"
                            },
                            "repo": {
                              "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                              "type": "string",
                              "nullable": true
                            },
                            "branch": {
                              "type": "string",
                              "nullable": true
                            },
                            "subdirectory": {
                              "description": "subdirectory to build from",
                              "type": "string",
                              "nullable": true
                            },
                            "client": {
                              "description": "perforce only client workspace to build from",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "platform": {
                          "example": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "properties": {
                            "bundleId": {
                              "description": "a unique identifier (com.example.name)",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "buildSchedule": {
                          "description": "For Scheduling builds",
                          "example": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "properties": {
                            "isEnabled": {
                              "default": false,
                              "type": "boolean"
                            },
                            "date": {
                              "format": "date-time",
                              "type": "string",
                              "nullable": true
                            },
                            "repeatCycle": {
                              "enum": [
                                "none",
                                "once",
                                "daily",
                                "weekly",
                                "monthly",
                                "yearly",
                                "cron"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleString": {
                              "description": "cron schedule in string format (* * * * *)",
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleTimezone": {
                              "description": "cron schedule timezone (default UTC)",
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "default": false,
                              "type": "boolean"
                            },
                            "skipBuildIfSameCommit": {
                              "type": "boolean"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "autoBuildCancellation": {
                          "type": "boolean"
                        },
                        "machineTypeLabel": {
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemSelected": {
                          "enum": [
                            "mac",
                            "windows"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemVersion": {
                          "description": "Choose the version of the operating system for building your project.",
                          "type": "string",
                          "nullable": true
                        },
                        "rubyVersion": {
                          "type": "string",
                          "nullable": true
                        },
                        "remoteCacheStrategy": {
                          "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                          "enum": [
                            "none",
                            "library",
                            "workspace",
                            "boostdisk",
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "windowsGitBinary": {
                          "description": "Specifies the Git binary that will be used for Windows builds",
                          "enum": [
                            "inherit",
                            "native",
                            "cygwin"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "buildTargetCopyCache": {
                          "description": "Specifies the id of the build target that this target's cache was copied from",
                          "type": "string",
                          "nullable": true
                        },
                        "architecture": {
                          "description": "Specifies the Unity editor architecture to use for building the project.",
                          "type": "string",
                          "nullable": true
                        },
                        "cacheCompressionLevel": {
                          "description": "Specifies the compression level for caching workspace or Library.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "artifactCompressionLevel": {
                          "description": "Specifies the compression level for compressed final artifacts.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "advanced": {
                          "example": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "properties": {
                            "xcode": {
                              "example": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "properties": {
                                "useArchiveAndExport": {
                                  "type": "boolean"
                                },
                                "customFastlaneConfigPath": {
                                  "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "uploadXCArchive": {
                                  "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                  "type": "boolean"
                                },
                                "shouldNotarize": {
                                  "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "android": {
                              "example": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "properties": {
                                "buildAppBundle": {
                                  "type": "boolean"
                                },
                                "buildAssetPacks": {
                                  "type": "boolean"
                                },
                                "androidSDKVersion": {
                                  "description": "Android SDK Version",
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "unity": {
                              "example": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "properties": {
                                "preExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScript": {
                                  "description": "Relative path to the script that should be run before the build process starts.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postBuildScript": {
                                  "description": "Relative path to the script that should be run after the build process finishes.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "postBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "scriptingDefineSymbols": {
                                  "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "playerExporter": {
                                  "example": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "properties": {
                                    "sceneList": {
                                      "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                      "items": {
                                        "description": "scene names",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "buildOptions": {
                                      "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "export": {
                                      "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                      "type": "boolean"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "playerSettings": {
                                  "example": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "properties": {
                                    "Android": {
                                      "example": {
                                        "useAPKExpansionFiles": true
                                      },
                                      "properties": {
                                        "useAPKExpansionFiles": {
                                          "description": "break up android apk into an installable apk and expansion files",
                                          "type": "boolean"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "editorUserBuildSettings": {
                                  "example": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "properties": {
                                    "androidBuildSystem": {
                                      "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                      "enum": [
                                        "internal",
                                        "gradle"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "standaloneBuildSubtarget": {
                                      "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                      "enum": [
                                        "Player",
                                        "Server"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "assetBundles": {
                                  "example": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "properties": {
                                    "buildBundles": {
                                      "description": "enable asset bundle builds for this target",
                                      "type": "boolean"
                                    },
                                    "basePath": {
                                      "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "buildAssetBundleOptions": {
                                      "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "copyToStreamingAssets": {
                                      "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                      "type": "boolean"
                                    },
                                    "copyBundlePatterns": {
                                      "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "addressables": {
                                  "example": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "properties": {
                                    "buildAddressables": {
                                      "description": "enable addressable builds for this target",
                                      "type": "boolean"
                                    },
                                    "contentUpdate": {
                                      "description": "Update a previously built player with new Addressable Content.",
                                      "type": "boolean"
                                    },
                                    "profileName": {
                                      "description": "which addressables profile should be used for the build",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "failedAddressablesFailsBuild": {
                                      "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                      "type": "boolean"
                                    },
                                    "contentUpdateSettings": {
                                      "example": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      },
                                      "properties": {
                                        "contentStatePath": {
                                          "description": "The path to a Content State .bin file relative to the project root",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "linkedTargetId": {
                                          "description": "The Id of the build target to obtain a Content State .bin file from",
                                          "type": "string",
                                          "nullable": true
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "generateBuildLayout": {
                                      "description": "Whether to generate the bundle build layout report.",
                                      "type": "boolean"
                                    },
                                    "buildLayoutReportFileFormat": {
                                      "description": "The format of the bundle build layout report.",
                                      "enum": [
                                        "JSON",
                                        "TXT"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "runUnitTests": {
                                  "description": "Run any unit tests your project has when a build happens.",
                                  "type": "boolean"
                                },
                                "runEditModeTests": {
                                  "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "runPlayModeTests": {
                                  "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "failedUnitTestFailsBuild": {
                                  "description": "Mark builds as failed if the unit tests do not pass.",
                                  "type": "boolean"
                                },
                                "unitTestMethod": {
                                  "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "disableAssemblyUpdater": {
                                  "description": "Disable assembly updater when running Unity",
                                  "type": "boolean"
                                },
                                "acceptApiUpdate": {
                                  "description": "Accept API changes when running Unity",
                                  "type": "boolean"
                                },
                                "enableLightBake": {
                                  "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "webGL": {
                              "example": {
                                "beautifulCorner": true,
                                "beautifulCornerContent": false
                              },
                              "properties": {
                                "beautifulCorner": {
                                  "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                },
                                "beautifulCornerContent": {
                                  "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "uwp": {
                              "example": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              },
                              "properties": {
                                "windowsSDKVersion": {
                                  "description": "Sets Windows SDK Version to use when building UWP",
                                  "enum": [
                                    "10.0.17134.0",
                                    "10.0.17763.0",
                                    "10.0.18362.0",
                                    "10.0.19041.0",
                                    "10.0.20348.0",
                                    "10.0.22621.0",
                                    "10.0.22000.0"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "visualStudioVersion": {
                                  "description": "Sets the Visual Studio Version to use when building UWP",
                                  "enum": [
                                    "2019",
                                    "2022"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "wsaArchitecture": {
                                  "description": "Sets target architecture for Exectuable Only builds",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "capabilities": {
                                  "description": "Sets the capabilities of the build UWP application",
                                  "items": {
                                    "description": "UWP Capabilities",
                                    "enum": [
                                      "EnterpriseAuthentication",
                                      "InternetClient",
                                      "InternetClientServer",
                                      "MusicLibrary",
                                      "PicturesLibrary",
                                      "PrivateNetworkClientServer",
                                      "SharedUserCertificates",
                                      "VideosLibrary",
                                      "WebCam",
                                      "RemovableStorage",
                                      "Proximity",
                                      "Microphone",
                                      "Location",
                                      "HumanInterfaceDevice",
                                      "AllJoyn",
                                      "BlockedChatMessages",
                                      "Chat",
                                      "CodeGeneration",
                                      "Objects3D",
                                      "PhoneCall",
                                      "UserAccountInformation",
                                      "VoipCall",
                                      "Bluetooth",
                                      "SpatialPerception",
                                      "InputInjectionBrokered",
                                      "Appointments",
                                      "BackgroundMediaPlayback",
                                      "Contacts",
                                      "LowLevelDevices",
                                      "OfflineMapsManagement",
                                      "PhoneCallHistoryPublic",
                                      "PointOfService",
                                      "RecordedCallsFolder",
                                      "RemoteSystem",
                                      "SystemManagement",
                                      "UserDataTasks",
                                      "UserNotificationListener",
                                      "GazeInput"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "targetFamily": {
                                  "description": "Sets the target device family for the build",
                                  "items": {
                                    "description": "The target device family",
                                    "enum": [
                                      "Universal",
                                      "Desktop",
                                      "Mobile",
                                      "Xbox",
                                      "Holographic",
                                      "IoT",
                                      "IoTHeadless"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "buildType": {
                                  "description": "Sets the build type for UWP. Executable",
                                  "enum": [
                                    "ExecutableOnly",
                                    "D3D",
                                    "XAML"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "msbuildConfiguration": {
                                  "description": "Sets the ms build configuration for UWP",
                                  "enum": [
                                    "Debug",
                                    "Release",
                                    "Master",
                                    "MasterWithLTCG"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "platforms": {
                                  "description": "Sets the target platforms for the AppXBundle",
                                  "items": {
                                    "description": "Target Platform",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "publishVisualStudioSolution": {
                                  "description": "Enable publishing of the visual studio .sln file",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "ignorePlasticCheckedInLibrary": {
                          "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                          "type": "boolean"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "buildTargetGroups": {
                      "items": {
                        "example": {
                          "name": "name",
                          "id": "id"
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "lastBuilt": {
                      "example": {
                        "unityVersion": "unityVersion"
                      },
                      "properties": {
                        "unityVersion": {
                          "description": "Last Unity version built by this target. Setting this has no effect.",
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "credentials": {
                      "example": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "properties": {
                        "signing": {
                          "example": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          },
                          "properties": {
                            "credentialid": {
                              "type": "string",
                              "nullable": true
                            },
                            "credentialResourceRef": {
                              "example": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "credentialid": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "created": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "certificate": {
                                  "example": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "certName": {
                                      "description": "certificate name (from the certificate)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isDistribution": {
                                      "description": "if this is a distribution certificate",
                                      "type": "boolean"
                                    },
                                    "issuer": {
                                      "description": "issuer of the certificate",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "provisioningProfile": {
                                  "example": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "bundleId": {
                                      "description": "a unique identifier (com.example.name)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uuid": {
                                      "description": "generated UUID of the profile",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isEnterpriseProfile": {
                                      "description": "is this compiled for Apple's enterprise program",
                                      "type": "boolean"
                                    },
                                    "type": {
                                      "enum": [
                                        "developer",
                                        "adhoc",
                                        "appstore"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "numDevices": {
                                      "description": "number of devices provisioned for this certificate",
                                      "type": "number"
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "keystore": {
                                  "example": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "properties": {
                                    "alias": {
                                      "description": "friendly name for keystore",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "debug": {
                                      "description": "whether this is a debug or production keystore",
                                      "type": "boolean"
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "builds": {
                      "items": {
                        "description": "buildattempt",
                        "example": {
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "failureDetails": [
                            {
                              "stage": "checkout",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 42,
                              "stageMatch": true
                            },
                            {
                              "stage": "build",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 126,
                              "stageMatch": false
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "build": {
                            "type": "number"
                          },
                          "buildtargetid": {
                            "description": "unique id auto-generated from the build target name",
                            "anyOf": [
                              {
                                "type": "string",
                                "nullable": true
                              },
                              {
                                "type": "string",
                                "format": "object-id"
                              }
                            ]
                          },
                          "buildTargetName": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildGUID": {
                            "description": "unique GUID identifying this build",
                            "type": "string",
                            "nullable": true
                          },
                          "buildStatus": {
                            "enum": [
                              "created",
                              "queued",
                              "sentToBuilder",
                              "started",
                              "restarted",
                              "success",
                              "failure",
                              "canceled",
                              "unknown",
                              "processing"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "description": "if the build was built without using data cached from previous builds",
                            "type": "boolean"
                          },
                          "failureDetails": {
                            "description": "list of failure details for this build attempt, when available",
                            "items": {
                              "example": {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              "properties": {
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "publicMessage": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "link": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "stage": {
                                  "type": "string",
                                  "description": "Build stage where the failure occurred"
                                },
                                "failureType": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "logline": {
                                  "type": "number",
                                  "nullable": true,
                                  "description": "The line number in the build log where the failure occurred"
                                },
                                "stageMatch": {
                                  "type": "boolean",
                                  "nullable": true,
                                  "description": "Whether the failure stage matched the expected stage"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "canceledBy": {
                            "enum": [
                              "api",
                              "service",
                              "service-timelimit",
                              "concurrency-timelimit",
                              "restart-limit",
                              "evaluation-timelimit",
                              "jenkins-timelimit",
                              "service-badconfiguration",
                              "billing-invalidsubscription"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "causedBy": {
                            "description": "What triggered the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "causedByUser": {
                            "description": "Name of the user who caused the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "formattedPlatformName": {
                            "type": "string",
                            "nullable": true
                          },
                          "editorIcon": {
                            "type": "string",
                            "nullable": true
                          },
                          "workspaceSize": {
                            "description": "size of workspace in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "when the build was created",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "finished": {
                            "description": "when the build completely finished",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutStartTime": {
                            "description": "when the build starting checking out code",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutTimeInSeconds": {
                            "description": "amount of time spent checking out code",
                            "type": "number"
                          },
                          "buildStartTime": {
                            "description": "when the build started compiling",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "buildTimeInSeconds": {
                            "description": "amount of time spend compiling",
                            "type": "number"
                          },
                          "buildTimeoutMinutes": {
                            "description": "total allowed build time before the build attempt times out",
                            "type": "number"
                          },
                          "publishStartTime": {
                            "description": "when the build started saving build artifacts",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "publishTimeInSeconds": {
                            "description": "amount of time spent saving build artifacts",
                            "type": "number"
                          },
                          "totalTimeInSeconds": {
                            "description": "total time for the build",
                            "type": "number"
                          },
                          "billableTimeInSeconds": {
                            "description": "total billable time for the build",
                            "type": "number"
                          },
                          "unitTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "editModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "playModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "lastBuiltRevision": {
                            "description": "source control commit id for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "changeset": {
                            "description": "a list of source control changes between this and the last build",
                            "type": "array"
                          },
                          "favorited": {
                            "description": "if the build is marked as do not delete or not",
                            "type": "boolean"
                          },
                          "label": {
                            "description": "description given when a build is favorited",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "description": "if the build is deleted or not",
                            "type": "boolean"
                          },
                          "headless": {
                            "description": "if the build was built to run in linux headless mode",
                            "type": "boolean"
                          },
                          "credentialsOutdated": {
                            "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                            "type": "boolean"
                          },
                          "groupBuildId": {
                            "description": "the unique ID used to launch a group of attempts",
                            "format": "uuid",
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetGroups": {
                            "description": "list of build target groups this build attempt is a part of",
                            "items": {
                              "example": {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "id": {
                                  "type": "string",
                                  "format": "object-id",
                                  "nullable": true
                                },
                                "deleted": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "deleted",
                                "enabled",
                                "id",
                                "name"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "machineType": {
                            "description": "the type of machine used to build this build",
                            "example": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "properties": {
                              "name": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "enabled": {
                                "type": "boolean"
                              },
                              "operatingSystem": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "enabled",
                              "label",
                              "name",
                              "operatingSystem"
                            ],
                            "type": "object",
                            "additionalProperties": false
                          },
                          "deletedBy": {
                            "description": "email address of the user who deleted this attempt",
                            "type": "string",
                            "nullable": true
                          },
                          "queuedReason": {
                            "description": "reason the build is currently waiting",
                            "enum": [
                              "targetConcurrency",
                              "cooldown",
                              "buildConcurrency",
                              "concurrency",
                              "waitingForBuildAgent",
                              "evaluating",
                              "sentToBuilder",
                              "notPending"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cooldownDate": {
                            "description": "time until this build will be reconsidered for building",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "scmBranch": {
                            "description": "scm branch to be built",
                            "type": "string",
                            "nullable": true
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "The Unity editor architecture used for building",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "a supported operating system version (ex. 'monterey')",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystem": {
                            "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          },
                          "androidSdkVersion": {
                            "description": "a supported android sdk version (ex. 'android_sdk_34')",
                            "type": "string",
                            "nullable": true
                          },
                          "auditChanges": {
                            "type": "number"
                          },
                          "projectVersion": {
                            "example": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "properties": {
                              "name": {
                                "description": "automatically generated name for the build",
                                "type": "string",
                                "nullable": true
                              },
                              "filename": {
                                "description": "filename for the primary artifact",
                                "type": "string",
                                "nullable": true
                              },
                              "projectName": {
                                "description": "name of the project",
                                "type": "string",
                                "nullable": true
                              },
                              "platform": {
                                "enum": [
                                  "ios",
                                  "android",
                                  "webplayer",
                                  "webgl",
                                  "standaloneosxintel",
                                  "standaloneosxintel64",
                                  "standaloneosxuniversal",
                                  "standaloneosx",
                                  "standalonewindows",
                                  "standalonewindows64",
                                  "standalonelinux",
                                  "standalonelinux64",
                                  "standalonelinuxuniversal",
                                  "wsaplayer",
                                  "gamecorescarlett",
                                  "ps5",
                                  "switch"
                                ],
                                "type": "string"
                              },
                              "size": {
                                "description": "size of the the primary build artifact in bytes",
                                "type": "number"
                              },
                              "created": {
                                "description": "creation date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "lastMod": {
                                "description": "last modified date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "udids": {
                                "description": "iPhone unique identifiers that are able to install this build",
                                "items": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              }
                            },
                            "type": "object",
                            "nullable": true,
                            "additionalProperties": false
                          },
                          "projectName": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectId": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectGuid": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgId": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgFk": {
                            "type": "string",
                            "nullable": true
                          },
                          "filetoken": {
                            "type": "string",
                            "nullable": true
                          },
                          "links": {
                            "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                            "properties": {
                              "artifacts": {
                                "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                "type": "array"
                              }
                            },
                            "additionalProperties": {
                              "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                              "example": {
                                "method": "method",
                                "href": "href"
                              },
                              "properties": {
                                "href": {
                                  "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "redirect": {
                                  "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "object"
                          },
                          "buildReport": {
                            "example": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "properties": {
                              "errors": {
                                "type": "integer"
                              },
                              "warnings": {
                                "type": "integer"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "requestedRevision": {
                            "type": "string",
                            "nullable": true
                          },
                          "error": {
                            "type": "string",
                            "nullable": true
                          },
                          "signedUrls": {
                            "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                            "type": "object",
                            "additionalProperties": {
                              "type": "object",
                              "properties": {
                                "ResumableUri": {
                                  "type": "string"
                                },
                                "SignedUrl": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "example": {
                    "lastBuilt": {
                      "unityVersion": "unityVersion"
                    },
                    "settings": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "createdBy": "createdBy",
                    "credentials": {
                      "signing": {
                        "credentialResourceRef": {
                          "created": "created",
                          "certificate": {
                            "certName": "certName",
                            "teamId": "teamId",
                            "uploaded": "uploaded",
                            "isDistribution": true,
                            "expiration": "expiration",
                            "issuer": "issuer"
                          },
                          "credentialid": "credentialid",
                          "provisioningProfile": {
                            "numDevices": 1.4658129805029452,
                            "teamId": "teamId",
                            "bundleId": "bundleId",
                            "uploaded": "uploaded",
                            "expiration": "expiration",
                            "type": "developer",
                            "uuid": "uuid",
                            "isEnterpriseProfile": true
                          },
                          "keystore": {
                            "debug": true,
                            "alias": "alias",
                            "expiration": "expiration"
                          },
                          "label": "label",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "credentialid": "credentialid"
                      }
                    },
                    "name": "name",
                    "builds": [
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      }
                    ],
                    "buildTargetGroups": [
                      {
                        "name": "name",
                        "id": "id"
                      },
                      {
                        "name": "name",
                        "id": "id"
                      }
                    ],
                    "platform": "ios",
                    "enabled": true,
                    "buildtargetid": "buildtargetid"
                  },
                  "properties": {
                    "guid": {
                      "description": "globally unique id for the build target",
                      "type": "string"
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "createdBy": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "type": "string",
                      "nullable": true
                    },
                    "enabled": {
                      "description": "whether this target can be built by the API",
                      "type": "boolean"
                    },
                    "settings": {
                      "example": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "properties": {
                        "autoBuildLatest": {
                          "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                          "enum": [
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "autoBuild": {
                          "description": "start builds automatically when your repo is updated",
                          "type": "boolean"
                        },
                        "unityVersion": {
                          "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                          "type": "string",
                          "nullable": true
                        },
                        "autoDetectUnityVersion": {
                          "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                          "type": "boolean"
                        },
                        "fallbackPatchVersion": {
                          "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                          "type": "boolean"
                        },
                        "executablename": {
                          "type": "string",
                          "nullable": true
                        },
                        "buildProfilePath": {
                          "type": "string",
                          "nullable": true
                        },
                        "scm": {
                          "example": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "properties": {
                            "type": {
                              "enum": [
                                "git",
                                "svn",
                                "p4",
                                "oauth",
                                "plastic"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "isUnityCloudDrive": {
                              "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                              "type": "boolean"
                            },
                            "repo": {
                              "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                              "type": "string",
                              "nullable": true
                            },
                            "branch": {
                              "type": "string",
                              "nullable": true
                            },
                            "subdirectory": {
                              "description": "subdirectory to build from",
                              "type": "string",
                              "nullable": true
                            },
                            "client": {
                              "description": "perforce only client workspace to build from",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "platform": {
                          "example": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "properties": {
                            "bundleId": {
                              "description": "a unique identifier (com.example.name)",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "buildSchedule": {
                          "description": "For Scheduling builds",
                          "example": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "properties": {
                            "isEnabled": {
                              "default": false,
                              "type": "boolean"
                            },
                            "date": {
                              "format": "date-time",
                              "type": "string",
                              "nullable": true
                            },
                            "repeatCycle": {
                              "enum": [
                                "none",
                                "once",
                                "daily",
                                "weekly",
                                "monthly",
                                "yearly",
                                "cron"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleString": {
                              "description": "cron schedule in string format (* * * * *)",
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleTimezone": {
                              "description": "cron schedule timezone (default UTC)",
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "default": false,
                              "type": "boolean"
                            },
                            "skipBuildIfSameCommit": {
                              "type": "boolean"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "autoBuildCancellation": {
                          "type": "boolean"
                        },
                        "machineTypeLabel": {
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemSelected": {
                          "enum": [
                            "mac",
                            "windows"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemVersion": {
                          "description": "Choose the version of the operating system for building your project.",
                          "type": "string",
                          "nullable": true
                        },
                        "rubyVersion": {
                          "type": "string",
                          "nullable": true
                        },
                        "remoteCacheStrategy": {
                          "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                          "enum": [
                            "none",
                            "library",
                            "workspace",
                            "boostdisk",
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "windowsGitBinary": {
                          "description": "Specifies the Git binary that will be used for Windows builds",
                          "enum": [
                            "inherit",
                            "native",
                            "cygwin"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "buildTargetCopyCache": {
                          "description": "Specifies the id of the build target that this target's cache was copied from",
                          "type": "string",
                          "nullable": true
                        },
                        "architecture": {
                          "description": "Specifies the Unity editor architecture to use for building the project.",
                          "type": "string",
                          "nullable": true
                        },
                        "cacheCompressionLevel": {
                          "description": "Specifies the compression level for caching workspace or Library.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "artifactCompressionLevel": {
                          "description": "Specifies the compression level for compressed final artifacts.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "advanced": {
                          "example": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "properties": {
                            "xcode": {
                              "example": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "properties": {
                                "useArchiveAndExport": {
                                  "type": "boolean"
                                },
                                "customFastlaneConfigPath": {
                                  "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "uploadXCArchive": {
                                  "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                  "type": "boolean"
                                },
                                "shouldNotarize": {
                                  "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "android": {
                              "example": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "properties": {
                                "buildAppBundle": {
                                  "type": "boolean"
                                },
                                "buildAssetPacks": {
                                  "type": "boolean"
                                },
                                "androidSDKVersion": {
                                  "description": "Android SDK Version",
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "unity": {
                              "example": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "properties": {
                                "preExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScript": {
                                  "description": "Relative path to the script that should be run before the build process starts.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postBuildScript": {
                                  "description": "Relative path to the script that should be run after the build process finishes.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "postBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "scriptingDefineSymbols": {
                                  "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "playerExporter": {
                                  "example": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "properties": {
                                    "sceneList": {
                                      "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                      "items": {
                                        "description": "scene names",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "buildOptions": {
                                      "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "export": {
                                      "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                      "type": "boolean"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "playerSettings": {
                                  "example": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "properties": {
                                    "Android": {
                                      "example": {
                                        "useAPKExpansionFiles": true
                                      },
                                      "properties": {
                                        "useAPKExpansionFiles": {
                                          "description": "break up android apk into an installable apk and expansion files",
                                          "type": "boolean"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "editorUserBuildSettings": {
                                  "example": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "properties": {
                                    "androidBuildSystem": {
                                      "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                      "enum": [
                                        "internal",
                                        "gradle"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "standaloneBuildSubtarget": {
                                      "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                      "enum": [
                                        "Player",
                                        "Server"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "assetBundles": {
                                  "example": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "properties": {
                                    "buildBundles": {
                                      "description": "enable asset bundle builds for this target",
                                      "type": "boolean"
                                    },
                                    "basePath": {
                                      "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "buildAssetBundleOptions": {
                                      "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "copyToStreamingAssets": {
                                      "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                      "type": "boolean"
                                    },
                                    "copyBundlePatterns": {
                                      "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "addressables": {
                                  "example": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "properties": {
                                    "buildAddressables": {
                                      "description": "enable addressable builds for this target",
                                      "type": "boolean"
                                    },
                                    "contentUpdate": {
                                      "description": "Update a previously built player with new Addressable Content.",
                                      "type": "boolean"
                                    },
                                    "profileName": {
                                      "description": "which addressables profile should be used for the build",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "failedAddressablesFailsBuild": {
                                      "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                      "type": "boolean"
                                    },
                                    "contentUpdateSettings": {
                                      "example": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      },
                                      "properties": {
                                        "contentStatePath": {
                                          "description": "The path to a Content State .bin file relative to the project root",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "linkedTargetId": {
                                          "description": "The Id of the build target to obtain a Content State .bin file from",
                                          "type": "string",
                                          "nullable": true
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "generateBuildLayout": {
                                      "description": "Whether to generate the bundle build layout report.",
                                      "type": "boolean"
                                    },
                                    "buildLayoutReportFileFormat": {
                                      "description": "The format of the bundle build layout report.",
                                      "enum": [
                                        "JSON",
                                        "TXT"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "runUnitTests": {
                                  "description": "Run any unit tests your project has when a build happens.",
                                  "type": "boolean"
                                },
                                "runEditModeTests": {
                                  "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "runPlayModeTests": {
                                  "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "failedUnitTestFailsBuild": {
                                  "description": "Mark builds as failed if the unit tests do not pass.",
                                  "type": "boolean"
                                },
                                "unitTestMethod": {
                                  "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "disableAssemblyUpdater": {
                                  "description": "Disable assembly updater when running Unity",
                                  "type": "boolean"
                                },
                                "acceptApiUpdate": {
                                  "description": "Accept API changes when running Unity",
                                  "type": "boolean"
                                },
                                "enableLightBake": {
                                  "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "webGL": {
                              "example": {
                                "beautifulCorner": true,
                                "beautifulCornerContent": false
                              },
                              "properties": {
                                "beautifulCorner": {
                                  "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                },
                                "beautifulCornerContent": {
                                  "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "uwp": {
                              "example": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              },
                              "properties": {
                                "windowsSDKVersion": {
                                  "description": "Sets Windows SDK Version to use when building UWP",
                                  "enum": [
                                    "10.0.17134.0",
                                    "10.0.17763.0",
                                    "10.0.18362.0",
                                    "10.0.19041.0",
                                    "10.0.20348.0",
                                    "10.0.22621.0",
                                    "10.0.22000.0"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "visualStudioVersion": {
                                  "description": "Sets the Visual Studio Version to use when building UWP",
                                  "enum": [
                                    "2019",
                                    "2022"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "wsaArchitecture": {
                                  "description": "Sets target architecture for Exectuable Only builds",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "capabilities": {
                                  "description": "Sets the capabilities of the build UWP application",
                                  "items": {
                                    "description": "UWP Capabilities",
                                    "enum": [
                                      "EnterpriseAuthentication",
                                      "InternetClient",
                                      "InternetClientServer",
                                      "MusicLibrary",
                                      "PicturesLibrary",
                                      "PrivateNetworkClientServer",
                                      "SharedUserCertificates",
                                      "VideosLibrary",
                                      "WebCam",
                                      "RemovableStorage",
                                      "Proximity",
                                      "Microphone",
                                      "Location",
                                      "HumanInterfaceDevice",
                                      "AllJoyn",
                                      "BlockedChatMessages",
                                      "Chat",
                                      "CodeGeneration",
                                      "Objects3D",
                                      "PhoneCall",
                                      "UserAccountInformation",
                                      "VoipCall",
                                      "Bluetooth",
                                      "SpatialPerception",
                                      "InputInjectionBrokered",
                                      "Appointments",
                                      "BackgroundMediaPlayback",
                                      "Contacts",
                                      "LowLevelDevices",
                                      "OfflineMapsManagement",
                                      "PhoneCallHistoryPublic",
                                      "PointOfService",
                                      "RecordedCallsFolder",
                                      "RemoteSystem",
                                      "SystemManagement",
                                      "UserDataTasks",
                                      "UserNotificationListener",
                                      "GazeInput"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "targetFamily": {
                                  "description": "Sets the target device family for the build",
                                  "items": {
                                    "description": "The target device family",
                                    "enum": [
                                      "Universal",
                                      "Desktop",
                                      "Mobile",
                                      "Xbox",
                                      "Holographic",
                                      "IoT",
                                      "IoTHeadless"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "buildType": {
                                  "description": "Sets the build type for UWP. Executable",
                                  "enum": [
                                    "ExecutableOnly",
                                    "D3D",
                                    "XAML"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "msbuildConfiguration": {
                                  "description": "Sets the ms build configuration for UWP",
                                  "enum": [
                                    "Debug",
                                    "Release",
                                    "Master",
                                    "MasterWithLTCG"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "platforms": {
                                  "description": "Sets the target platforms for the AppXBundle",
                                  "items": {
                                    "description": "Target Platform",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "publishVisualStudioSolution": {
                                  "description": "Enable publishing of the visual studio .sln file",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "ignorePlasticCheckedInLibrary": {
                          "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                          "type": "boolean"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "buildTargetGroups": {
                      "items": {
                        "example": {
                          "name": "name",
                          "id": "id"
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "lastBuilt": {
                      "example": {
                        "unityVersion": "unityVersion"
                      },
                      "properties": {
                        "unityVersion": {
                          "description": "Last Unity version built by this target. Setting this has no effect.",
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "credentials": {
                      "example": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "properties": {
                        "signing": {
                          "example": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          },
                          "properties": {
                            "credentialid": {
                              "type": "string",
                              "nullable": true
                            },
                            "credentialResourceRef": {
                              "example": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "credentialid": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "created": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "certificate": {
                                  "example": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "certName": {
                                      "description": "certificate name (from the certificate)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isDistribution": {
                                      "description": "if this is a distribution certificate",
                                      "type": "boolean"
                                    },
                                    "issuer": {
                                      "description": "issuer of the certificate",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "provisioningProfile": {
                                  "example": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "bundleId": {
                                      "description": "a unique identifier (com.example.name)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uuid": {
                                      "description": "generated UUID of the profile",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isEnterpriseProfile": {
                                      "description": "is this compiled for Apple's enterprise program",
                                      "type": "boolean"
                                    },
                                    "type": {
                                      "enum": [
                                        "developer",
                                        "adhoc",
                                        "appstore"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "numDevices": {
                                      "description": "number of devices provisioned for this certificate",
                                      "type": "number"
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "keystore": {
                                  "example": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "properties": {
                                    "alias": {
                                      "description": "friendly name for keystore",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "debug": {
                                      "description": "whether this is a debug or production keystore",
                                      "type": "boolean"
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "builds": {
                      "items": {
                        "description": "buildattempt",
                        "example": {
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "failureDetails": [
                            {
                              "stage": "checkout",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 42,
                              "stageMatch": true
                            },
                            {
                              "stage": "build",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 126,
                              "stageMatch": false
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "build": {
                            "type": "number"
                          },
                          "buildtargetid": {
                            "description": "unique id auto-generated from the build target name",
                            "anyOf": [
                              {
                                "type": "string",
                                "nullable": true
                              },
                              {
                                "type": "string",
                                "format": "object-id"
                              }
                            ]
                          },
                          "buildTargetName": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildGUID": {
                            "description": "unique GUID identifying this build",
                            "type": "string",
                            "nullable": true
                          },
                          "buildStatus": {
                            "enum": [
                              "created",
                              "queued",
                              "sentToBuilder",
                              "started",
                              "restarted",
                              "success",
                              "failure",
                              "canceled",
                              "unknown",
                              "processing"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "description": "if the build was built without using data cached from previous builds",
                            "type": "boolean"
                          },
                          "failureDetails": {
                            "description": "list of failure details for this build attempt, when available",
                            "items": {
                              "example": {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              "properties": {
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "publicMessage": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "link": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "stage": {
                                  "type": "string",
                                  "description": "Build stage where the failure occurred"
                                },
                                "failureType": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "logline": {
                                  "type": "number",
                                  "nullable": true,
                                  "description": "The line number in the build log where the failure occurred"
                                },
                                "stageMatch": {
                                  "type": "boolean",
                                  "nullable": true,
                                  "description": "Whether the failure stage matched the expected stage"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "canceledBy": {
                            "enum": [
                              "api",
                              "service",
                              "service-timelimit",
                              "concurrency-timelimit",
                              "restart-limit",
                              "evaluation-timelimit",
                              "jenkins-timelimit",
                              "service-badconfiguration",
                              "billing-invalidsubscription"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "causedBy": {
                            "description": "What triggered the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "causedByUser": {
                            "description": "Name of the user who caused the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "formattedPlatformName": {
                            "type": "string",
                            "nullable": true
                          },
                          "editorIcon": {
                            "type": "string",
                            "nullable": true
                          },
                          "workspaceSize": {
                            "description": "size of workspace in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "when the build was created",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "finished": {
                            "description": "when the build completely finished",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutStartTime": {
                            "description": "when the build starting checking out code",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutTimeInSeconds": {
                            "description": "amount of time spent checking out code",
                            "type": "number"
                          },
                          "buildStartTime": {
                            "description": "when the build started compiling",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "buildTimeInSeconds": {
                            "description": "amount of time spend compiling",
                            "type": "number"
                          },
                          "buildTimeoutMinutes": {
                            "description": "total allowed build time before the build attempt times out",
                            "type": "number"
                          },
                          "publishStartTime": {
                            "description": "when the build started saving build artifacts",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "publishTimeInSeconds": {
                            "description": "amount of time spent saving build artifacts",
                            "type": "number"
                          },
                          "totalTimeInSeconds": {
                            "description": "total time for the build",
                            "type": "number"
                          },
                          "billableTimeInSeconds": {
                            "description": "total billable time for the build",
                            "type": "number"
                          },
                          "unitTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "editModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "playModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "lastBuiltRevision": {
                            "description": "source control commit id for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "changeset": {
                            "description": "a list of source control changes between this and the last build",
                            "type": "array"
                          },
                          "favorited": {
                            "description": "if the build is marked as do not delete or not",
                            "type": "boolean"
                          },
                          "label": {
                            "description": "description given when a build is favorited",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "description": "if the build is deleted or not",
                            "type": "boolean"
                          },
                          "headless": {
                            "description": "if the build was built to run in linux headless mode",
                            "type": "boolean"
                          },
                          "credentialsOutdated": {
                            "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                            "type": "boolean"
                          },
                          "groupBuildId": {
                            "description": "the unique ID used to launch a group of attempts",
                            "format": "uuid",
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetGroups": {
                            "description": "list of build target groups this build attempt is a part of",
                            "items": {
                              "example": {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "id": {
                                  "type": "string",
                                  "format": "object-id",
                                  "nullable": true
                                },
                                "deleted": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "deleted",
                                "enabled",
                                "id",
                                "name"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "machineType": {
                            "description": "the type of machine used to build this build",
                            "example": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "properties": {
                              "name": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "enabled": {
                                "type": "boolean"
                              },
                              "operatingSystem": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "enabled",
                              "label",
                              "name",
                              "operatingSystem"
                            ],
                            "type": "object",
                            "additionalProperties": false
                          },
                          "deletedBy": {
                            "description": "email address of the user who deleted this attempt",
                            "type": "string",
                            "nullable": true
                          },
                          "queuedReason": {
                            "description": "reason the build is currently waiting",
                            "enum": [
                              "targetConcurrency",
                              "cooldown",
                              "buildConcurrency",
                              "concurrency",
                              "waitingForBuildAgent",
                              "evaluating",
                              "sentToBuilder",
                              "notPending"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cooldownDate": {
                            "description": "time until this build will be reconsidered for building",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "scmBranch": {
                            "description": "scm branch to be built",
                            "type": "string",
                            "nullable": true
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "The Unity editor architecture used for building",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "a supported operating system version (ex. 'monterey')",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystem": {
                            "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          },
                          "androidSdkVersion": {
                            "description": "a supported android sdk version (ex. 'android_sdk_34')",
                            "type": "string",
                            "nullable": true
                          },
                          "auditChanges": {
                            "type": "number"
                          },
                          "projectVersion": {
                            "example": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "properties": {
                              "name": {
                                "description": "automatically generated name for the build",
                                "type": "string",
                                "nullable": true
                              },
                              "filename": {
                                "description": "filename for the primary artifact",
                                "type": "string",
                                "nullable": true
                              },
                              "projectName": {
                                "description": "name of the project",
                                "type": "string",
                                "nullable": true
                              },
                              "platform": {
                                "enum": [
                                  "ios",
                                  "android",
                                  "webplayer",
                                  "webgl",
                                  "standaloneosxintel",
                                  "standaloneosxintel64",
                                  "standaloneosxuniversal",
                                  "standaloneosx",
                                  "standalonewindows",
                                  "standalonewindows64",
                                  "standalonelinux",
                                  "standalonelinux64",
                                  "standalonelinuxuniversal",
                                  "wsaplayer",
                                  "gamecorescarlett",
                                  "ps5",
                                  "switch"
                                ],
                                "type": "string"
                              },
                              "size": {
                                "description": "size of the the primary build artifact in bytes",
                                "type": "number"
                              },
                              "created": {
                                "description": "creation date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "lastMod": {
                                "description": "last modified date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "udids": {
                                "description": "iPhone unique identifiers that are able to install this build",
                                "items": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              }
                            },
                            "type": "object",
                            "nullable": true,
                            "additionalProperties": false
                          },
                          "projectName": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectId": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectGuid": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgId": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgFk": {
                            "type": "string",
                            "nullable": true
                          },
                          "filetoken": {
                            "type": "string",
                            "nullable": true
                          },
                          "links": {
                            "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                            "properties": {
                              "artifacts": {
                                "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                "type": "array"
                              }
                            },
                            "additionalProperties": {
                              "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                              "example": {
                                "method": "method",
                                "href": "href"
                              },
                              "properties": {
                                "href": {
                                  "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "redirect": {
                                  "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "object"
                          },
                          "buildReport": {
                            "example": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "properties": {
                              "errors": {
                                "type": "integer"
                              },
                              "warnings": {
                                "type": "integer"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "requestedRevision": {
                            "type": "string",
                            "nullable": true
                          },
                          "error": {
                            "type": "string",
                            "nullable": true
                          },
                          "signedUrls": {
                            "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                            "type": "object",
                            "additionalProperties": {
                              "type": "object",
                              "properties": {
                                "ResumableUri": {
                                  "type": "string"
                                },
                                "SignedUrl": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        },
        "x-codegen-request-body-name": "options"
      },
      "x-swagger-router-controller": "buildtargets"
    },
    "/orgs/{orgid}/projects/{projectid}/buildtargets/{buildtargetid}": {
      "delete": {
        "summary": "Delete build target",
        "operationId": "deleteBuildTarget",
        "x-eov-operation-handler": "buildtargets",
        "tags": [
          "buildtargets"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "string"
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "type": "string"
                }
              },
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              },
              "text/csv": {
                "schema": {
                  "type": "string"
                }
              },
              "text/x-generic": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "No Content"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "get": {
        "summary": "Get a build target",
        "operationId": "getBuildTarget",
        "x-eov-operation-handler": "buildtargets",
        "tags": [
          "buildtargets"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:user"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{\n  \"name\": \"Default WebGL\",\n  \"platform\": \"webgl\",\n  \"buildtargetid\": \"default-webgl\",\n  \"enabled\": true,\n  \"settings\": {\n    \"autoBuild\": true,\n    \"unityVersion\": \"latest5\",\n    \"autoDetectUnityVersion\": \"false\",\n    \"fallbackPatchVersion\": \"false\",\n    \"executablename\": \"Default WebGL\",\n    \"scm\": {\n      \"type\": \"git\",\n      \"branch\": \"master\"\n    },\n    \"platform\": {},\n    \"advanced\": {}\n  },\n  \"credentials\": {\n    \"signing\": {}\n  },\n  \"links\": {\n    \"self\": {\n      \"method\": \"get\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl\"\n    },\n    \"start_builds\": {\n      \"method\": \"post\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl/builds\"\n    },\n    \"list_builds\": {\n      \"method\": \"get\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl/builds\"\n    },\n    \"cancel_builds\": {\n      \"method\": \"delete\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl/builds\"\n    },\n    \"polling\": {\n      \"method\": \"post\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/default-webgl/polling\"\n    }\n  }\n}",
                "schema": {
                  "example": {
                    "lastBuilt": {
                      "unityVersion": "unityVersion"
                    },
                    "settings": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "createdBy": "createdBy",
                    "credentials": {
                      "signing": {
                        "credentialResourceRef": {
                          "created": "created",
                          "certificate": {
                            "certName": "certName",
                            "teamId": "teamId",
                            "uploaded": "uploaded",
                            "isDistribution": true,
                            "expiration": "expiration",
                            "issuer": "issuer"
                          },
                          "credentialid": "credentialid",
                          "provisioningProfile": {
                            "numDevices": 1.4658129805029452,
                            "teamId": "teamId",
                            "bundleId": "bundleId",
                            "uploaded": "uploaded",
                            "expiration": "expiration",
                            "type": "developer",
                            "uuid": "uuid",
                            "isEnterpriseProfile": true
                          },
                          "keystore": {
                            "debug": true,
                            "alias": "alias",
                            "expiration": "expiration"
                          },
                          "label": "label",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "credentialid": "credentialid"
                      }
                    },
                    "name": "name",
                    "builds": [
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      }
                    ],
                    "buildTargetGroups": [
                      {
                        "name": "name",
                        "id": "id"
                      },
                      {
                        "name": "name",
                        "id": "id"
                      }
                    ],
                    "platform": "ios",
                    "enabled": true,
                    "buildtargetid": "buildtargetid"
                  },
                  "properties": {
                    "guid": {
                      "description": "globally unique id for the build target",
                      "type": "string"
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "createdBy": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "type": "string",
                      "nullable": true
                    },
                    "enabled": {
                      "description": "whether this target can be built by the API",
                      "type": "boolean"
                    },
                    "settings": {
                      "example": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "properties": {
                        "autoBuildLatest": {
                          "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                          "enum": [
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "autoBuild": {
                          "description": "start builds automatically when your repo is updated",
                          "type": "boolean"
                        },
                        "unityVersion": {
                          "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                          "type": "string",
                          "nullable": true
                        },
                        "autoDetectUnityVersion": {
                          "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                          "type": "boolean"
                        },
                        "fallbackPatchVersion": {
                          "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                          "type": "boolean"
                        },
                        "executablename": {
                          "type": "string",
                          "nullable": true
                        },
                        "buildProfilePath": {
                          "type": "string",
                          "nullable": true
                        },
                        "scm": {
                          "example": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "properties": {
                            "type": {
                              "enum": [
                                "git",
                                "svn",
                                "p4",
                                "oauth",
                                "plastic"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "isUnityCloudDrive": {
                              "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                              "type": "boolean"
                            },
                            "repo": {
                              "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                              "type": "string",
                              "nullable": true
                            },
                            "branch": {
                              "type": "string",
                              "nullable": true
                            },
                            "subdirectory": {
                              "description": "subdirectory to build from",
                              "type": "string",
                              "nullable": true
                            },
                            "client": {
                              "description": "perforce only client workspace to build from",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "platform": {
                          "example": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "properties": {
                            "bundleId": {
                              "description": "a unique identifier (com.example.name)",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "buildSchedule": {
                          "description": "For Scheduling builds",
                          "example": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "properties": {
                            "isEnabled": {
                              "default": false,
                              "type": "boolean"
                            },
                            "date": {
                              "format": "date-time",
                              "type": "string",
                              "nullable": true
                            },
                            "repeatCycle": {
                              "enum": [
                                "none",
                                "once",
                                "daily",
                                "weekly",
                                "monthly",
                                "yearly",
                                "cron"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleString": {
                              "description": "cron schedule in string format (* * * * *)",
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleTimezone": {
                              "description": "cron schedule timezone (default UTC)",
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "default": false,
                              "type": "boolean"
                            },
                            "skipBuildIfSameCommit": {
                              "type": "boolean"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "autoBuildCancellation": {
                          "type": "boolean"
                        },
                        "machineTypeLabel": {
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemSelected": {
                          "enum": [
                            "mac",
                            "windows"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemVersion": {
                          "description": "Choose the version of the operating system for building your project.",
                          "type": "string",
                          "nullable": true
                        },
                        "rubyVersion": {
                          "type": "string",
                          "nullable": true
                        },
                        "remoteCacheStrategy": {
                          "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                          "enum": [
                            "none",
                            "library",
                            "workspace",
                            "boostdisk",
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "windowsGitBinary": {
                          "description": "Specifies the Git binary that will be used for Windows builds",
                          "enum": [
                            "inherit",
                            "native",
                            "cygwin"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "buildTargetCopyCache": {
                          "description": "Specifies the id of the build target that this target's cache was copied from",
                          "type": "string",
                          "nullable": true
                        },
                        "architecture": {
                          "description": "Specifies the Unity editor architecture to use for building the project.",
                          "type": "string",
                          "nullable": true
                        },
                        "cacheCompressionLevel": {
                          "description": "Specifies the compression level for caching workspace or Library.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "artifactCompressionLevel": {
                          "description": "Specifies the compression level for compressed final artifacts.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "advanced": {
                          "example": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "properties": {
                            "xcode": {
                              "example": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "properties": {
                                "useArchiveAndExport": {
                                  "type": "boolean"
                                },
                                "customFastlaneConfigPath": {
                                  "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "uploadXCArchive": {
                                  "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                  "type": "boolean"
                                },
                                "shouldNotarize": {
                                  "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "android": {
                              "example": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "properties": {
                                "buildAppBundle": {
                                  "type": "boolean"
                                },
                                "buildAssetPacks": {
                                  "type": "boolean"
                                },
                                "androidSDKVersion": {
                                  "description": "Android SDK Version",
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "unity": {
                              "example": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "properties": {
                                "preExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScript": {
                                  "description": "Relative path to the script that should be run before the build process starts.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postBuildScript": {
                                  "description": "Relative path to the script that should be run after the build process finishes.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "postBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "scriptingDefineSymbols": {
                                  "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "playerExporter": {
                                  "example": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "properties": {
                                    "sceneList": {
                                      "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                      "items": {
                                        "description": "scene names",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "buildOptions": {
                                      "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "export": {
                                      "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                      "type": "boolean"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "playerSettings": {
                                  "example": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "properties": {
                                    "Android": {
                                      "example": {
                                        "useAPKExpansionFiles": true
                                      },
                                      "properties": {
                                        "useAPKExpansionFiles": {
                                          "description": "break up android apk into an installable apk and expansion files",
                                          "type": "boolean"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "editorUserBuildSettings": {
                                  "example": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "properties": {
                                    "androidBuildSystem": {
                                      "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                      "enum": [
                                        "internal",
                                        "gradle"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "standaloneBuildSubtarget": {
                                      "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                      "enum": [
                                        "Player",
                                        "Server"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "assetBundles": {
                                  "example": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "properties": {
                                    "buildBundles": {
                                      "description": "enable asset bundle builds for this target",
                                      "type": "boolean"
                                    },
                                    "basePath": {
                                      "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "buildAssetBundleOptions": {
                                      "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "copyToStreamingAssets": {
                                      "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                      "type": "boolean"
                                    },
                                    "copyBundlePatterns": {
                                      "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "addressables": {
                                  "example": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "properties": {
                                    "buildAddressables": {
                                      "description": "enable addressable builds for this target",
                                      "type": "boolean"
                                    },
                                    "contentUpdate": {
                                      "description": "Update a previously built player with new Addressable Content.",
                                      "type": "boolean"
                                    },
                                    "profileName": {
                                      "description": "which addressables profile should be used for the build",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "failedAddressablesFailsBuild": {
                                      "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                      "type": "boolean"
                                    },
                                    "contentUpdateSettings": {
                                      "example": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      },
                                      "properties": {
                                        "contentStatePath": {
                                          "description": "The path to a Content State .bin file relative to the project root",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "linkedTargetId": {
                                          "description": "The Id of the build target to obtain a Content State .bin file from",
                                          "type": "string",
                                          "nullable": true
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "generateBuildLayout": {
                                      "description": "Whether to generate the bundle build layout report.",
                                      "type": "boolean"
                                    },
                                    "buildLayoutReportFileFormat": {
                                      "description": "The format of the bundle build layout report.",
                                      "enum": [
                                        "JSON",
                                        "TXT"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "runUnitTests": {
                                  "description": "Run any unit tests your project has when a build happens.",
                                  "type": "boolean"
                                },
                                "runEditModeTests": {
                                  "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "runPlayModeTests": {
                                  "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "failedUnitTestFailsBuild": {
                                  "description": "Mark builds as failed if the unit tests do not pass.",
                                  "type": "boolean"
                                },
                                "unitTestMethod": {
                                  "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "disableAssemblyUpdater": {
                                  "description": "Disable assembly updater when running Unity",
                                  "type": "boolean"
                                },
                                "acceptApiUpdate": {
                                  "description": "Accept API changes when running Unity",
                                  "type": "boolean"
                                },
                                "enableLightBake": {
                                  "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "webGL": {
                              "example": {
                                "beautifulCorner": true,
                                "beautifulCornerContent": false
                              },
                              "properties": {
                                "beautifulCorner": {
                                  "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                },
                                "beautifulCornerContent": {
                                  "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "uwp": {
                              "example": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              },
                              "properties": {
                                "windowsSDKVersion": {
                                  "description": "Sets Windows SDK Version to use when building UWP",
                                  "enum": [
                                    "10.0.17134.0",
                                    "10.0.17763.0",
                                    "10.0.18362.0",
                                    "10.0.19041.0",
                                    "10.0.20348.0",
                                    "10.0.22621.0",
                                    "10.0.22000.0"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "visualStudioVersion": {
                                  "description": "Sets the Visual Studio Version to use when building UWP",
                                  "enum": [
                                    "2019",
                                    "2022"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "wsaArchitecture": {
                                  "description": "Sets target architecture for Exectuable Only builds",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "capabilities": {
                                  "description": "Sets the capabilities of the build UWP application",
                                  "items": {
                                    "description": "UWP Capabilities",
                                    "enum": [
                                      "EnterpriseAuthentication",
                                      "InternetClient",
                                      "InternetClientServer",
                                      "MusicLibrary",
                                      "PicturesLibrary",
                                      "PrivateNetworkClientServer",
                                      "SharedUserCertificates",
                                      "VideosLibrary",
                                      "WebCam",
                                      "RemovableStorage",
                                      "Proximity",
                                      "Microphone",
                                      "Location",
                                      "HumanInterfaceDevice",
                                      "AllJoyn",
                                      "BlockedChatMessages",
                                      "Chat",
                                      "CodeGeneration",
                                      "Objects3D",
                                      "PhoneCall",
                                      "UserAccountInformation",
                                      "VoipCall",
                                      "Bluetooth",
                                      "SpatialPerception",
                                      "InputInjectionBrokered",
                                      "Appointments",
                                      "BackgroundMediaPlayback",
                                      "Contacts",
                                      "LowLevelDevices",
                                      "OfflineMapsManagement",
                                      "PhoneCallHistoryPublic",
                                      "PointOfService",
                                      "RecordedCallsFolder",
                                      "RemoteSystem",
                                      "SystemManagement",
                                      "UserDataTasks",
                                      "UserNotificationListener",
                                      "GazeInput"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "targetFamily": {
                                  "description": "Sets the target device family for the build",
                                  "items": {
                                    "description": "The target device family",
                                    "enum": [
                                      "Universal",
                                      "Desktop",
                                      "Mobile",
                                      "Xbox",
                                      "Holographic",
                                      "IoT",
                                      "IoTHeadless"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "buildType": {
                                  "description": "Sets the build type for UWP. Executable",
                                  "enum": [
                                    "ExecutableOnly",
                                    "D3D",
                                    "XAML"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "msbuildConfiguration": {
                                  "description": "Sets the ms build configuration for UWP",
                                  "enum": [
                                    "Debug",
                                    "Release",
                                    "Master",
                                    "MasterWithLTCG"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "platforms": {
                                  "description": "Sets the target platforms for the AppXBundle",
                                  "items": {
                                    "description": "Target Platform",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "publishVisualStudioSolution": {
                                  "description": "Enable publishing of the visual studio .sln file",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "ignorePlasticCheckedInLibrary": {
                          "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                          "type": "boolean"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "buildTargetGroups": {
                      "items": {
                        "example": {
                          "name": "name",
                          "id": "id"
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "lastBuilt": {
                      "example": {
                        "unityVersion": "unityVersion"
                      },
                      "properties": {
                        "unityVersion": {
                          "description": "Last Unity version built by this target. Setting this has no effect.",
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "credentials": {
                      "example": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "properties": {
                        "signing": {
                          "example": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          },
                          "properties": {
                            "credentialid": {
                              "type": "string",
                              "nullable": true
                            },
                            "credentialResourceRef": {
                              "example": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "credentialid": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "created": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "certificate": {
                                  "example": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "certName": {
                                      "description": "certificate name (from the certificate)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isDistribution": {
                                      "description": "if this is a distribution certificate",
                                      "type": "boolean"
                                    },
                                    "issuer": {
                                      "description": "issuer of the certificate",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "provisioningProfile": {
                                  "example": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "bundleId": {
                                      "description": "a unique identifier (com.example.name)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uuid": {
                                      "description": "generated UUID of the profile",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isEnterpriseProfile": {
                                      "description": "is this compiled for Apple's enterprise program",
                                      "type": "boolean"
                                    },
                                    "type": {
                                      "enum": [
                                        "developer",
                                        "adhoc",
                                        "appstore"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "numDevices": {
                                      "description": "number of devices provisioned for this certificate",
                                      "type": "number"
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "keystore": {
                                  "example": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "properties": {
                                    "alias": {
                                      "description": "friendly name for keystore",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "debug": {
                                      "description": "whether this is a debug or production keystore",
                                      "type": "boolean"
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "builds": {
                      "items": {
                        "description": "buildattempt",
                        "example": {
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "failureDetails": [
                            {
                              "stage": "checkout",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 42,
                              "stageMatch": true
                            },
                            {
                              "stage": "build",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 126,
                              "stageMatch": false
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "build": {
                            "type": "number"
                          },
                          "buildtargetid": {
                            "description": "unique id auto-generated from the build target name",
                            "anyOf": [
                              {
                                "type": "string",
                                "nullable": true
                              },
                              {
                                "type": "string",
                                "format": "object-id"
                              }
                            ]
                          },
                          "buildTargetName": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildGUID": {
                            "description": "unique GUID identifying this build",
                            "type": "string",
                            "nullable": true
                          },
                          "buildStatus": {
                            "enum": [
                              "created",
                              "queued",
                              "sentToBuilder",
                              "started",
                              "restarted",
                              "success",
                              "failure",
                              "canceled",
                              "unknown",
                              "processing"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "description": "if the build was built without using data cached from previous builds",
                            "type": "boolean"
                          },
                          "failureDetails": {
                            "description": "list of failure details for this build attempt, when available",
                            "items": {
                              "example": {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              "properties": {
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "publicMessage": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "link": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "stage": {
                                  "type": "string",
                                  "description": "Build stage where the failure occurred"
                                },
                                "failureType": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "logline": {
                                  "type": "number",
                                  "nullable": true,
                                  "description": "The line number in the build log where the failure occurred"
                                },
                                "stageMatch": {
                                  "type": "boolean",
                                  "nullable": true,
                                  "description": "Whether the failure stage matched the expected stage"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "canceledBy": {
                            "enum": [
                              "api",
                              "service",
                              "service-timelimit",
                              "concurrency-timelimit",
                              "restart-limit",
                              "evaluation-timelimit",
                              "jenkins-timelimit",
                              "service-badconfiguration",
                              "billing-invalidsubscription"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "causedBy": {
                            "description": "What triggered the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "causedByUser": {
                            "description": "Name of the user who caused the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "formattedPlatformName": {
                            "type": "string",
                            "nullable": true
                          },
                          "editorIcon": {
                            "type": "string",
                            "nullable": true
                          },
                          "workspaceSize": {
                            "description": "size of workspace in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "when the build was created",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "finished": {
                            "description": "when the build completely finished",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutStartTime": {
                            "description": "when the build starting checking out code",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutTimeInSeconds": {
                            "description": "amount of time spent checking out code",
                            "type": "number"
                          },
                          "buildStartTime": {
                            "description": "when the build started compiling",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "buildTimeInSeconds": {
                            "description": "amount of time spend compiling",
                            "type": "number"
                          },
                          "buildTimeoutMinutes": {
                            "description": "total allowed build time before the build attempt times out",
                            "type": "number"
                          },
                          "publishStartTime": {
                            "description": "when the build started saving build artifacts",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "publishTimeInSeconds": {
                            "description": "amount of time spent saving build artifacts",
                            "type": "number"
                          },
                          "totalTimeInSeconds": {
                            "description": "total time for the build",
                            "type": "number"
                          },
                          "billableTimeInSeconds": {
                            "description": "total billable time for the build",
                            "type": "number"
                          },
                          "unitTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "editModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "playModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "lastBuiltRevision": {
                            "description": "source control commit id for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "changeset": {
                            "description": "a list of source control changes between this and the last build",
                            "type": "array"
                          },
                          "favorited": {
                            "description": "if the build is marked as do not delete or not",
                            "type": "boolean"
                          },
                          "label": {
                            "description": "description given when a build is favorited",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "description": "if the build is deleted or not",
                            "type": "boolean"
                          },
                          "headless": {
                            "description": "if the build was built to run in linux headless mode",
                            "type": "boolean"
                          },
                          "credentialsOutdated": {
                            "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                            "type": "boolean"
                          },
                          "groupBuildId": {
                            "description": "the unique ID used to launch a group of attempts",
                            "format": "uuid",
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetGroups": {
                            "description": "list of build target groups this build attempt is a part of",
                            "items": {
                              "example": {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "id": {
                                  "type": "string",
                                  "format": "object-id",
                                  "nullable": true
                                },
                                "deleted": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "deleted",
                                "enabled",
                                "id",
                                "name"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "machineType": {
                            "description": "the type of machine used to build this build",
                            "example": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "properties": {
                              "name": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "enabled": {
                                "type": "boolean"
                              },
                              "operatingSystem": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "enabled",
                              "label",
                              "name",
                              "operatingSystem"
                            ],
                            "type": "object",
                            "additionalProperties": false
                          },
                          "deletedBy": {
                            "description": "email address of the user who deleted this attempt",
                            "type": "string",
                            "nullable": true
                          },
                          "queuedReason": {
                            "description": "reason the build is currently waiting",
                            "enum": [
                              "targetConcurrency",
                              "cooldown",
                              "buildConcurrency",
                              "concurrency",
                              "waitingForBuildAgent",
                              "evaluating",
                              "sentToBuilder",
                              "notPending"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cooldownDate": {
                            "description": "time until this build will be reconsidered for building",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "scmBranch": {
                            "description": "scm branch to be built",
                            "type": "string",
                            "nullable": true
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "The Unity editor architecture used for building",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "a supported operating system version (ex. 'monterey')",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystem": {
                            "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          },
                          "androidSdkVersion": {
                            "description": "a supported android sdk version (ex. 'android_sdk_34')",
                            "type": "string",
                            "nullable": true
                          },
                          "auditChanges": {
                            "type": "number"
                          },
                          "projectVersion": {
                            "example": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "properties": {
                              "name": {
                                "description": "automatically generated name for the build",
                                "type": "string",
                                "nullable": true
                              },
                              "filename": {
                                "description": "filename for the primary artifact",
                                "type": "string",
                                "nullable": true
                              },
                              "projectName": {
                                "description": "name of the project",
                                "type": "string",
                                "nullable": true
                              },
                              "platform": {
                                "enum": [
                                  "ios",
                                  "android",
                                  "webplayer",
                                  "webgl",
                                  "standaloneosxintel",
                                  "standaloneosxintel64",
                                  "standaloneosxuniversal",
                                  "standaloneosx",
                                  "standalonewindows",
                                  "standalonewindows64",
                                  "standalonelinux",
                                  "standalonelinux64",
                                  "standalonelinuxuniversal",
                                  "wsaplayer",
                                  "gamecorescarlett",
                                  "ps5",
                                  "switch"
                                ],
                                "type": "string"
                              },
                              "size": {
                                "description": "size of the the primary build artifact in bytes",
                                "type": "number"
                              },
                              "created": {
                                "description": "creation date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "lastMod": {
                                "description": "last modified date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "udids": {
                                "description": "iPhone unique identifiers that are able to install this build",
                                "items": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              }
                            },
                            "type": "object",
                            "nullable": true,
                            "additionalProperties": false
                          },
                          "projectName": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectId": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectGuid": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgId": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgFk": {
                            "type": "string",
                            "nullable": true
                          },
                          "filetoken": {
                            "type": "string",
                            "nullable": true
                          },
                          "links": {
                            "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                            "properties": {
                              "artifacts": {
                                "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                "type": "array"
                              }
                            },
                            "additionalProperties": {
                              "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                              "example": {
                                "method": "method",
                                "href": "href"
                              },
                              "properties": {
                                "href": {
                                  "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "redirect": {
                                  "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "object"
                          },
                          "buildReport": {
                            "example": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "properties": {
                              "errors": {
                                "type": "integer"
                              },
                              "warnings": {
                                "type": "integer"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "requestedRevision": {
                            "type": "string",
                            "nullable": true
                          },
                          "error": {
                            "type": "string",
                            "nullable": true
                          },
                          "signedUrls": {
                            "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                            "type": "object",
                            "additionalProperties": {
                              "type": "object",
                              "properties": {
                                "ResumableUri": {
                                  "type": "string"
                                },
                                "SignedUrl": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "application/x-apple-aspen-config": {
                "schema": {
                  "example": {
                    "lastBuilt": {
                      "unityVersion": "unityVersion"
                    },
                    "settings": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "createdBy": "createdBy",
                    "credentials": {
                      "signing": {
                        "credentialResourceRef": {
                          "created": "created",
                          "certificate": {
                            "certName": "certName",
                            "teamId": "teamId",
                            "uploaded": "uploaded",
                            "isDistribution": true,
                            "expiration": "expiration",
                            "issuer": "issuer"
                          },
                          "credentialid": "credentialid",
                          "provisioningProfile": {
                            "numDevices": 1.4658129805029452,
                            "teamId": "teamId",
                            "bundleId": "bundleId",
                            "uploaded": "uploaded",
                            "expiration": "expiration",
                            "type": "developer",
                            "uuid": "uuid",
                            "isEnterpriseProfile": true
                          },
                          "keystore": {
                            "debug": true,
                            "alias": "alias",
                            "expiration": "expiration"
                          },
                          "label": "label",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "credentialid": "credentialid"
                      }
                    },
                    "name": "name",
                    "builds": [
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      }
                    ],
                    "buildTargetGroups": [
                      {
                        "name": "name",
                        "id": "id"
                      },
                      {
                        "name": "name",
                        "id": "id"
                      }
                    ],
                    "platform": "ios",
                    "enabled": true,
                    "buildtargetid": "buildtargetid"
                  },
                  "properties": {
                    "guid": {
                      "description": "globally unique id for the build target",
                      "type": "string"
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "createdBy": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "type": "string",
                      "nullable": true
                    },
                    "enabled": {
                      "description": "whether this target can be built by the API",
                      "type": "boolean"
                    },
                    "settings": {
                      "example": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "properties": {
                        "autoBuildLatest": {
                          "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                          "enum": [
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "autoBuild": {
                          "description": "start builds automatically when your repo is updated",
                          "type": "boolean"
                        },
                        "unityVersion": {
                          "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                          "type": "string",
                          "nullable": true
                        },
                        "autoDetectUnityVersion": {
                          "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                          "type": "boolean"
                        },
                        "fallbackPatchVersion": {
                          "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                          "type": "boolean"
                        },
                        "executablename": {
                          "type": "string",
                          "nullable": true
                        },
                        "buildProfilePath": {
                          "type": "string",
                          "nullable": true
                        },
                        "scm": {
                          "example": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "properties": {
                            "type": {
                              "enum": [
                                "git",
                                "svn",
                                "p4",
                                "oauth",
                                "plastic"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "isUnityCloudDrive": {
                              "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                              "type": "boolean"
                            },
                            "repo": {
                              "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                              "type": "string",
                              "nullable": true
                            },
                            "branch": {
                              "type": "string",
                              "nullable": true
                            },
                            "subdirectory": {
                              "description": "subdirectory to build from",
                              "type": "string",
                              "nullable": true
                            },
                            "client": {
                              "description": "perforce only client workspace to build from",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "platform": {
                          "example": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "properties": {
                            "bundleId": {
                              "description": "a unique identifier (com.example.name)",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "buildSchedule": {
                          "description": "For Scheduling builds",
                          "example": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "properties": {
                            "isEnabled": {
                              "default": false,
                              "type": "boolean"
                            },
                            "date": {
                              "format": "date-time",
                              "type": "string",
                              "nullable": true
                            },
                            "repeatCycle": {
                              "enum": [
                                "none",
                                "once",
                                "daily",
                                "weekly",
                                "monthly",
                                "yearly",
                                "cron"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleString": {
                              "description": "cron schedule in string format (* * * * *)",
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleTimezone": {
                              "description": "cron schedule timezone (default UTC)",
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "default": false,
                              "type": "boolean"
                            },
                            "skipBuildIfSameCommit": {
                              "type": "boolean"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "autoBuildCancellation": {
                          "type": "boolean"
                        },
                        "machineTypeLabel": {
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemSelected": {
                          "enum": [
                            "mac",
                            "windows"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemVersion": {
                          "description": "Choose the version of the operating system for building your project.",
                          "type": "string",
                          "nullable": true
                        },
                        "rubyVersion": {
                          "type": "string",
                          "nullable": true
                        },
                        "remoteCacheStrategy": {
                          "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                          "enum": [
                            "none",
                            "library",
                            "workspace",
                            "boostdisk",
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "windowsGitBinary": {
                          "description": "Specifies the Git binary that will be used for Windows builds",
                          "enum": [
                            "inherit",
                            "native",
                            "cygwin"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "buildTargetCopyCache": {
                          "description": "Specifies the id of the build target that this target's cache was copied from",
                          "type": "string",
                          "nullable": true
                        },
                        "architecture": {
                          "description": "Specifies the Unity editor architecture to use for building the project.",
                          "type": "string",
                          "nullable": true
                        },
                        "cacheCompressionLevel": {
                          "description": "Specifies the compression level for caching workspace or Library.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "artifactCompressionLevel": {
                          "description": "Specifies the compression level for compressed final artifacts.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "advanced": {
                          "example": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "properties": {
                            "xcode": {
                              "example": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "properties": {
                                "useArchiveAndExport": {
                                  "type": "boolean"
                                },
                                "customFastlaneConfigPath": {
                                  "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "uploadXCArchive": {
                                  "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                  "type": "boolean"
                                },
                                "shouldNotarize": {
                                  "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "android": {
                              "example": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "properties": {
                                "buildAppBundle": {
                                  "type": "boolean"
                                },
                                "buildAssetPacks": {
                                  "type": "boolean"
                                },
                                "androidSDKVersion": {
                                  "description": "Android SDK Version",
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "unity": {
                              "example": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "properties": {
                                "preExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScript": {
                                  "description": "Relative path to the script that should be run before the build process starts.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postBuildScript": {
                                  "description": "Relative path to the script that should be run after the build process finishes.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "postBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "scriptingDefineSymbols": {
                                  "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "playerExporter": {
                                  "example": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "properties": {
                                    "sceneList": {
                                      "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                      "items": {
                                        "description": "scene names",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "buildOptions": {
                                      "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "export": {
                                      "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                      "type": "boolean"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "playerSettings": {
                                  "example": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "properties": {
                                    "Android": {
                                      "example": {
                                        "useAPKExpansionFiles": true
                                      },
                                      "properties": {
                                        "useAPKExpansionFiles": {
                                          "description": "break up android apk into an installable apk and expansion files",
                                          "type": "boolean"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "editorUserBuildSettings": {
                                  "example": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "properties": {
                                    "androidBuildSystem": {
                                      "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                      "enum": [
                                        "internal",
                                        "gradle"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "standaloneBuildSubtarget": {
                                      "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                      "enum": [
                                        "Player",
                                        "Server"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "assetBundles": {
                                  "example": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "properties": {
                                    "buildBundles": {
                                      "description": "enable asset bundle builds for this target",
                                      "type": "boolean"
                                    },
                                    "basePath": {
                                      "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "buildAssetBundleOptions": {
                                      "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "copyToStreamingAssets": {
                                      "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                      "type": "boolean"
                                    },
                                    "copyBundlePatterns": {
                                      "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "addressables": {
                                  "example": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "properties": {
                                    "buildAddressables": {
                                      "description": "enable addressable builds for this target",
                                      "type": "boolean"
                                    },
                                    "contentUpdate": {
                                      "description": "Update a previously built player with new Addressable Content.",
                                      "type": "boolean"
                                    },
                                    "profileName": {
                                      "description": "which addressables profile should be used for the build",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "failedAddressablesFailsBuild": {
                                      "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                      "type": "boolean"
                                    },
                                    "contentUpdateSettings": {
                                      "example": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      },
                                      "properties": {
                                        "contentStatePath": {
                                          "description": "The path to a Content State .bin file relative to the project root",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "linkedTargetId": {
                                          "description": "The Id of the build target to obtain a Content State .bin file from",
                                          "type": "string",
                                          "nullable": true
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "generateBuildLayout": {
                                      "description": "Whether to generate the bundle build layout report.",
                                      "type": "boolean"
                                    },
                                    "buildLayoutReportFileFormat": {
                                      "description": "The format of the bundle build layout report.",
                                      "enum": [
                                        "JSON",
                                        "TXT"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "runUnitTests": {
                                  "description": "Run any unit tests your project has when a build happens.",
                                  "type": "boolean"
                                },
                                "runEditModeTests": {
                                  "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "runPlayModeTests": {
                                  "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "failedUnitTestFailsBuild": {
                                  "description": "Mark builds as failed if the unit tests do not pass.",
                                  "type": "boolean"
                                },
                                "unitTestMethod": {
                                  "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "disableAssemblyUpdater": {
                                  "description": "Disable assembly updater when running Unity",
                                  "type": "boolean"
                                },
                                "acceptApiUpdate": {
                                  "description": "Accept API changes when running Unity",
                                  "type": "boolean"
                                },
                                "enableLightBake": {
                                  "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "webGL": {
                              "example": {
                                "beautifulCorner": true,
                                "beautifulCornerContent": false
                              },
                              "properties": {
                                "beautifulCorner": {
                                  "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                },
                                "beautifulCornerContent": {
                                  "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "uwp": {
                              "example": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              },
                              "properties": {
                                "windowsSDKVersion": {
                                  "description": "Sets Windows SDK Version to use when building UWP",
                                  "enum": [
                                    "10.0.17134.0",
                                    "10.0.17763.0",
                                    "10.0.18362.0",
                                    "10.0.19041.0",
                                    "10.0.20348.0",
                                    "10.0.22621.0",
                                    "10.0.22000.0"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "visualStudioVersion": {
                                  "description": "Sets the Visual Studio Version to use when building UWP",
                                  "enum": [
                                    "2019",
                                    "2022"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "wsaArchitecture": {
                                  "description": "Sets target architecture for Exectuable Only builds",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "capabilities": {
                                  "description": "Sets the capabilities of the build UWP application",
                                  "items": {
                                    "description": "UWP Capabilities",
                                    "enum": [
                                      "EnterpriseAuthentication",
                                      "InternetClient",
                                      "InternetClientServer",
                                      "MusicLibrary",
                                      "PicturesLibrary",
                                      "PrivateNetworkClientServer",
                                      "SharedUserCertificates",
                                      "VideosLibrary",
                                      "WebCam",
                                      "RemovableStorage",
                                      "Proximity",
                                      "Microphone",
                                      "Location",
                                      "HumanInterfaceDevice",
                                      "AllJoyn",
                                      "BlockedChatMessages",
                                      "Chat",
                                      "CodeGeneration",
                                      "Objects3D",
                                      "PhoneCall",
                                      "UserAccountInformation",
                                      "VoipCall",
                                      "Bluetooth",
                                      "SpatialPerception",
                                      "InputInjectionBrokered",
                                      "Appointments",
                                      "BackgroundMediaPlayback",
                                      "Contacts",
                                      "LowLevelDevices",
                                      "OfflineMapsManagement",
                                      "PhoneCallHistoryPublic",
                                      "PointOfService",
                                      "RecordedCallsFolder",
                                      "RemoteSystem",
                                      "SystemManagement",
                                      "UserDataTasks",
                                      "UserNotificationListener",
                                      "GazeInput"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "targetFamily": {
                                  "description": "Sets the target device family for the build",
                                  "items": {
                                    "description": "The target device family",
                                    "enum": [
                                      "Universal",
                                      "Desktop",
                                      "Mobile",
                                      "Xbox",
                                      "Holographic",
                                      "IoT",
                                      "IoTHeadless"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "buildType": {
                                  "description": "Sets the build type for UWP. Executable",
                                  "enum": [
                                    "ExecutableOnly",
                                    "D3D",
                                    "XAML"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "msbuildConfiguration": {
                                  "description": "Sets the ms build configuration for UWP",
                                  "enum": [
                                    "Debug",
                                    "Release",
                                    "Master",
                                    "MasterWithLTCG"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "platforms": {
                                  "description": "Sets the target platforms for the AppXBundle",
                                  "items": {
                                    "description": "Target Platform",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "publishVisualStudioSolution": {
                                  "description": "Enable publishing of the visual studio .sln file",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "ignorePlasticCheckedInLibrary": {
                          "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                          "type": "boolean"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "buildTargetGroups": {
                      "items": {
                        "example": {
                          "name": "name",
                          "id": "id"
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "lastBuilt": {
                      "example": {
                        "unityVersion": "unityVersion"
                      },
                      "properties": {
                        "unityVersion": {
                          "description": "Last Unity version built by this target. Setting this has no effect.",
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "credentials": {
                      "example": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "properties": {
                        "signing": {
                          "example": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          },
                          "properties": {
                            "credentialid": {
                              "type": "string",
                              "nullable": true
                            },
                            "credentialResourceRef": {
                              "example": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "credentialid": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "created": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "certificate": {
                                  "example": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "certName": {
                                      "description": "certificate name (from the certificate)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isDistribution": {
                                      "description": "if this is a distribution certificate",
                                      "type": "boolean"
                                    },
                                    "issuer": {
                                      "description": "issuer of the certificate",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "provisioningProfile": {
                                  "example": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "bundleId": {
                                      "description": "a unique identifier (com.example.name)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uuid": {
                                      "description": "generated UUID of the profile",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isEnterpriseProfile": {
                                      "description": "is this compiled for Apple's enterprise program",
                                      "type": "boolean"
                                    },
                                    "type": {
                                      "enum": [
                                        "developer",
                                        "adhoc",
                                        "appstore"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "numDevices": {
                                      "description": "number of devices provisioned for this certificate",
                                      "type": "number"
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "keystore": {
                                  "example": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "properties": {
                                    "alias": {
                                      "description": "friendly name for keystore",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "debug": {
                                      "description": "whether this is a debug or production keystore",
                                      "type": "boolean"
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "builds": {
                      "items": {
                        "description": "buildattempt",
                        "example": {
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "failureDetails": [
                            {
                              "stage": "checkout",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 42,
                              "stageMatch": true
                            },
                            {
                              "stage": "build",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 126,
                              "stageMatch": false
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "build": {
                            "type": "number"
                          },
                          "buildtargetid": {
                            "description": "unique id auto-generated from the build target name",
                            "anyOf": [
                              {
                                "type": "string",
                                "nullable": true
                              },
                              {
                                "type": "string",
                                "format": "object-id"
                              }
                            ]
                          },
                          "buildTargetName": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildGUID": {
                            "description": "unique GUID identifying this build",
                            "type": "string",
                            "nullable": true
                          },
                          "buildStatus": {
                            "enum": [
                              "created",
                              "queued",
                              "sentToBuilder",
                              "started",
                              "restarted",
                              "success",
                              "failure",
                              "canceled",
                              "unknown",
                              "processing"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "description": "if the build was built without using data cached from previous builds",
                            "type": "boolean"
                          },
                          "failureDetails": {
                            "description": "list of failure details for this build attempt, when available",
                            "items": {
                              "example": {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              "properties": {
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "publicMessage": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "link": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "stage": {
                                  "type": "string",
                                  "description": "Build stage where the failure occurred"
                                },
                                "failureType": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "logline": {
                                  "type": "number",
                                  "nullable": true,
                                  "description": "The line number in the build log where the failure occurred"
                                },
                                "stageMatch": {
                                  "type": "boolean",
                                  "nullable": true,
                                  "description": "Whether the failure stage matched the expected stage"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "canceledBy": {
                            "enum": [
                              "api",
                              "service",
                              "service-timelimit",
                              "concurrency-timelimit",
                              "restart-limit",
                              "evaluation-timelimit",
                              "jenkins-timelimit",
                              "service-badconfiguration",
                              "billing-invalidsubscription"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "causedBy": {
                            "description": "What triggered the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "causedByUser": {
                            "description": "Name of the user who caused the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "formattedPlatformName": {
                            "type": "string",
                            "nullable": true
                          },
                          "editorIcon": {
                            "type": "string",
                            "nullable": true
                          },
                          "workspaceSize": {
                            "description": "size of workspace in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "when the build was created",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "finished": {
                            "description": "when the build completely finished",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutStartTime": {
                            "description": "when the build starting checking out code",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutTimeInSeconds": {
                            "description": "amount of time spent checking out code",
                            "type": "number"
                          },
                          "buildStartTime": {
                            "description": "when the build started compiling",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "buildTimeInSeconds": {
                            "description": "amount of time spend compiling",
                            "type": "number"
                          },
                          "buildTimeoutMinutes": {
                            "description": "total allowed build time before the build attempt times out",
                            "type": "number"
                          },
                          "publishStartTime": {
                            "description": "when the build started saving build artifacts",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "publishTimeInSeconds": {
                            "description": "amount of time spent saving build artifacts",
                            "type": "number"
                          },
                          "totalTimeInSeconds": {
                            "description": "total time for the build",
                            "type": "number"
                          },
                          "billableTimeInSeconds": {
                            "description": "total billable time for the build",
                            "type": "number"
                          },
                          "unitTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "editModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "playModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "lastBuiltRevision": {
                            "description": "source control commit id for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "changeset": {
                            "description": "a list of source control changes between this and the last build",
                            "type": "array"
                          },
                          "favorited": {
                            "description": "if the build is marked as do not delete or not",
                            "type": "boolean"
                          },
                          "label": {
                            "description": "description given when a build is favorited",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "description": "if the build is deleted or not",
                            "type": "boolean"
                          },
                          "headless": {
                            "description": "if the build was built to run in linux headless mode",
                            "type": "boolean"
                          },
                          "credentialsOutdated": {
                            "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                            "type": "boolean"
                          },
                          "groupBuildId": {
                            "description": "the unique ID used to launch a group of attempts",
                            "format": "uuid",
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetGroups": {
                            "description": "list of build target groups this build attempt is a part of",
                            "items": {
                              "example": {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "id": {
                                  "type": "string",
                                  "format": "object-id",
                                  "nullable": true
                                },
                                "deleted": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "deleted",
                                "enabled",
                                "id",
                                "name"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "machineType": {
                            "description": "the type of machine used to build this build",
                            "example": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "properties": {
                              "name": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "enabled": {
                                "type": "boolean"
                              },
                              "operatingSystem": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "enabled",
                              "label",
                              "name",
                              "operatingSystem"
                            ],
                            "type": "object",
                            "additionalProperties": false
                          },
                          "deletedBy": {
                            "description": "email address of the user who deleted this attempt",
                            "type": "string",
                            "nullable": true
                          },
                          "queuedReason": {
                            "description": "reason the build is currently waiting",
                            "enum": [
                              "targetConcurrency",
                              "cooldown",
                              "buildConcurrency",
                              "concurrency",
                              "waitingForBuildAgent",
                              "evaluating",
                              "sentToBuilder",
                              "notPending"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cooldownDate": {
                            "description": "time until this build will be reconsidered for building",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "scmBranch": {
                            "description": "scm branch to be built",
                            "type": "string",
                            "nullable": true
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "The Unity editor architecture used for building",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "a supported operating system version (ex. 'monterey')",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystem": {
                            "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          },
                          "androidSdkVersion": {
                            "description": "a supported android sdk version (ex. 'android_sdk_34')",
                            "type": "string",
                            "nullable": true
                          },
                          "auditChanges": {
                            "type": "number"
                          },
                          "projectVersion": {
                            "example": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "properties": {
                              "name": {
                                "description": "automatically generated name for the build",
                                "type": "string",
                                "nullable": true
                              },
                              "filename": {
                                "description": "filename for the primary artifact",
                                "type": "string",
                                "nullable": true
                              },
                              "projectName": {
                                "description": "name of the project",
                                "type": "string",
                                "nullable": true
                              },
                              "platform": {
                                "enum": [
                                  "ios",
                                  "android",
                                  "webplayer",
                                  "webgl",
                                  "standaloneosxintel",
                                  "standaloneosxintel64",
                                  "standaloneosxuniversal",
                                  "standaloneosx",
                                  "standalonewindows",
                                  "standalonewindows64",
                                  "standalonelinux",
                                  "standalonelinux64",
                                  "standalonelinuxuniversal",
                                  "wsaplayer",
                                  "gamecorescarlett",
                                  "ps5",
                                  "switch"
                                ],
                                "type": "string"
                              },
                              "size": {
                                "description": "size of the the primary build artifact in bytes",
                                "type": "number"
                              },
                              "created": {
                                "description": "creation date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "lastMod": {
                                "description": "last modified date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "udids": {
                                "description": "iPhone unique identifiers that are able to install this build",
                                "items": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              }
                            },
                            "type": "object",
                            "nullable": true,
                            "additionalProperties": false
                          },
                          "projectName": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectId": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectGuid": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgId": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgFk": {
                            "type": "string",
                            "nullable": true
                          },
                          "filetoken": {
                            "type": "string",
                            "nullable": true
                          },
                          "links": {
                            "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                            "properties": {
                              "artifacts": {
                                "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                "type": "array"
                              }
                            },
                            "additionalProperties": {
                              "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                              "example": {
                                "method": "method",
                                "href": "href"
                              },
                              "properties": {
                                "href": {
                                  "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "redirect": {
                                  "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "object"
                          },
                          "buildReport": {
                            "example": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "properties": {
                              "errors": {
                                "type": "integer"
                              },
                              "warnings": {
                                "type": "integer"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "requestedRevision": {
                            "type": "string",
                            "nullable": true
                          },
                          "error": {
                            "type": "string",
                            "nullable": true
                          },
                          "signedUrls": {
                            "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                            "type": "object",
                            "additionalProperties": {
                              "type": "object",
                              "properties": {
                                "ResumableUri": {
                                  "type": "string"
                                },
                                "SignedUrl": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/plain": {
                "schema": {
                  "example": {
                    "lastBuilt": {
                      "unityVersion": "unityVersion"
                    },
                    "settings": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "createdBy": "createdBy",
                    "credentials": {
                      "signing": {
                        "credentialResourceRef": {
                          "created": "created",
                          "certificate": {
                            "certName": "certName",
                            "teamId": "teamId",
                            "uploaded": "uploaded",
                            "isDistribution": true,
                            "expiration": "expiration",
                            "issuer": "issuer"
                          },
                          "credentialid": "credentialid",
                          "provisioningProfile": {
                            "numDevices": 1.4658129805029452,
                            "teamId": "teamId",
                            "bundleId": "bundleId",
                            "uploaded": "uploaded",
                            "expiration": "expiration",
                            "type": "developer",
                            "uuid": "uuid",
                            "isEnterpriseProfile": true
                          },
                          "keystore": {
                            "debug": true,
                            "alias": "alias",
                            "expiration": "expiration"
                          },
                          "label": "label",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "credentialid": "credentialid"
                      }
                    },
                    "name": "name",
                    "builds": [
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      }
                    ],
                    "buildTargetGroups": [
                      {
                        "name": "name",
                        "id": "id"
                      },
                      {
                        "name": "name",
                        "id": "id"
                      }
                    ],
                    "platform": "ios",
                    "enabled": true,
                    "buildtargetid": "buildtargetid"
                  },
                  "properties": {
                    "guid": {
                      "description": "globally unique id for the build target",
                      "type": "string"
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "createdBy": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "type": "string",
                      "nullable": true
                    },
                    "enabled": {
                      "description": "whether this target can be built by the API",
                      "type": "boolean"
                    },
                    "settings": {
                      "example": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "properties": {
                        "autoBuildLatest": {
                          "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                          "enum": [
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "autoBuild": {
                          "description": "start builds automatically when your repo is updated",
                          "type": "boolean"
                        },
                        "unityVersion": {
                          "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                          "type": "string",
                          "nullable": true
                        },
                        "autoDetectUnityVersion": {
                          "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                          "type": "boolean"
                        },
                        "fallbackPatchVersion": {
                          "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                          "type": "boolean"
                        },
                        "executablename": {
                          "type": "string",
                          "nullable": true
                        },
                        "buildProfilePath": {
                          "type": "string",
                          "nullable": true
                        },
                        "scm": {
                          "example": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "properties": {
                            "type": {
                              "enum": [
                                "git",
                                "svn",
                                "p4",
                                "oauth",
                                "plastic"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "isUnityCloudDrive": {
                              "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                              "type": "boolean"
                            },
                            "repo": {
                              "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                              "type": "string",
                              "nullable": true
                            },
                            "branch": {
                              "type": "string",
                              "nullable": true
                            },
                            "subdirectory": {
                              "description": "subdirectory to build from",
                              "type": "string",
                              "nullable": true
                            },
                            "client": {
                              "description": "perforce only client workspace to build from",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "platform": {
                          "example": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "properties": {
                            "bundleId": {
                              "description": "a unique identifier (com.example.name)",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "buildSchedule": {
                          "description": "For Scheduling builds",
                          "example": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "properties": {
                            "isEnabled": {
                              "default": false,
                              "type": "boolean"
                            },
                            "date": {
                              "format": "date-time",
                              "type": "string",
                              "nullable": true
                            },
                            "repeatCycle": {
                              "enum": [
                                "none",
                                "once",
                                "daily",
                                "weekly",
                                "monthly",
                                "yearly",
                                "cron"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleString": {
                              "description": "cron schedule in string format (* * * * *)",
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleTimezone": {
                              "description": "cron schedule timezone (default UTC)",
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "default": false,
                              "type": "boolean"
                            },
                            "skipBuildIfSameCommit": {
                              "type": "boolean"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "autoBuildCancellation": {
                          "type": "boolean"
                        },
                        "machineTypeLabel": {
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemSelected": {
                          "enum": [
                            "mac",
                            "windows"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemVersion": {
                          "description": "Choose the version of the operating system for building your project.",
                          "type": "string",
                          "nullable": true
                        },
                        "rubyVersion": {
                          "type": "string",
                          "nullable": true
                        },
                        "remoteCacheStrategy": {
                          "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                          "enum": [
                            "none",
                            "library",
                            "workspace",
                            "boostdisk",
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "windowsGitBinary": {
                          "description": "Specifies the Git binary that will be used for Windows builds",
                          "enum": [
                            "inherit",
                            "native",
                            "cygwin"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "buildTargetCopyCache": {
                          "description": "Specifies the id of the build target that this target's cache was copied from",
                          "type": "string",
                          "nullable": true
                        },
                        "architecture": {
                          "description": "Specifies the Unity editor architecture to use for building the project.",
                          "type": "string",
                          "nullable": true
                        },
                        "cacheCompressionLevel": {
                          "description": "Specifies the compression level for caching workspace or Library.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "artifactCompressionLevel": {
                          "description": "Specifies the compression level for compressed final artifacts.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "advanced": {
                          "example": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "properties": {
                            "xcode": {
                              "example": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "properties": {
                                "useArchiveAndExport": {
                                  "type": "boolean"
                                },
                                "customFastlaneConfigPath": {
                                  "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "uploadXCArchive": {
                                  "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                  "type": "boolean"
                                },
                                "shouldNotarize": {
                                  "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "android": {
                              "example": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "properties": {
                                "buildAppBundle": {
                                  "type": "boolean"
                                },
                                "buildAssetPacks": {
                                  "type": "boolean"
                                },
                                "androidSDKVersion": {
                                  "description": "Android SDK Version",
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "unity": {
                              "example": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "properties": {
                                "preExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScript": {
                                  "description": "Relative path to the script that should be run before the build process starts.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postBuildScript": {
                                  "description": "Relative path to the script that should be run after the build process finishes.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "postBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "scriptingDefineSymbols": {
                                  "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "playerExporter": {
                                  "example": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "properties": {
                                    "sceneList": {
                                      "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                      "items": {
                                        "description": "scene names",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "buildOptions": {
                                      "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "export": {
                                      "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                      "type": "boolean"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "playerSettings": {
                                  "example": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "properties": {
                                    "Android": {
                                      "example": {
                                        "useAPKExpansionFiles": true
                                      },
                                      "properties": {
                                        "useAPKExpansionFiles": {
                                          "description": "break up android apk into an installable apk and expansion files",
                                          "type": "boolean"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "editorUserBuildSettings": {
                                  "example": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "properties": {
                                    "androidBuildSystem": {
                                      "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                      "enum": [
                                        "internal",
                                        "gradle"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "standaloneBuildSubtarget": {
                                      "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                      "enum": [
                                        "Player",
                                        "Server"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "assetBundles": {
                                  "example": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "properties": {
                                    "buildBundles": {
                                      "description": "enable asset bundle builds for this target",
                                      "type": "boolean"
                                    },
                                    "basePath": {
                                      "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "buildAssetBundleOptions": {
                                      "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "copyToStreamingAssets": {
                                      "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                      "type": "boolean"
                                    },
                                    "copyBundlePatterns": {
                                      "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "addressables": {
                                  "example": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "properties": {
                                    "buildAddressables": {
                                      "description": "enable addressable builds for this target",
                                      "type": "boolean"
                                    },
                                    "contentUpdate": {
                                      "description": "Update a previously built player with new Addressable Content.",
                                      "type": "boolean"
                                    },
                                    "profileName": {
                                      "description": "which addressables profile should be used for the build",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "failedAddressablesFailsBuild": {
                                      "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                      "type": "boolean"
                                    },
                                    "contentUpdateSettings": {
                                      "example": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      },
                                      "properties": {
                                        "contentStatePath": {
                                          "description": "The path to a Content State .bin file relative to the project root",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "linkedTargetId": {
                                          "description": "The Id of the build target to obtain a Content State .bin file from",
                                          "type": "string",
                                          "nullable": true
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "generateBuildLayout": {
                                      "description": "Whether to generate the bundle build layout report.",
                                      "type": "boolean"
                                    },
                                    "buildLayoutReportFileFormat": {
                                      "description": "The format of the bundle build layout report.",
                                      "enum": [
                                        "JSON",
                                        "TXT"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "runUnitTests": {
                                  "description": "Run any unit tests your project has when a build happens.",
                                  "type": "boolean"
                                },
                                "runEditModeTests": {
                                  "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "runPlayModeTests": {
                                  "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "failedUnitTestFailsBuild": {
                                  "description": "Mark builds as failed if the unit tests do not pass.",
                                  "type": "boolean"
                                },
                                "unitTestMethod": {
                                  "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "disableAssemblyUpdater": {
                                  "description": "Disable assembly updater when running Unity",
                                  "type": "boolean"
                                },
                                "acceptApiUpdate": {
                                  "description": "Accept API changes when running Unity",
                                  "type": "boolean"
                                },
                                "enableLightBake": {
                                  "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "webGL": {
                              "example": {
                                "beautifulCorner": true,
                                "beautifulCornerContent": false
                              },
                              "properties": {
                                "beautifulCorner": {
                                  "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                },
                                "beautifulCornerContent": {
                                  "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "uwp": {
                              "example": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              },
                              "properties": {
                                "windowsSDKVersion": {
                                  "description": "Sets Windows SDK Version to use when building UWP",
                                  "enum": [
                                    "10.0.17134.0",
                                    "10.0.17763.0",
                                    "10.0.18362.0",
                                    "10.0.19041.0",
                                    "10.0.20348.0",
                                    "10.0.22621.0",
                                    "10.0.22000.0"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "visualStudioVersion": {
                                  "description": "Sets the Visual Studio Version to use when building UWP",
                                  "enum": [
                                    "2019",
                                    "2022"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "wsaArchitecture": {
                                  "description": "Sets target architecture for Exectuable Only builds",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "capabilities": {
                                  "description": "Sets the capabilities of the build UWP application",
                                  "items": {
                                    "description": "UWP Capabilities",
                                    "enum": [
                                      "EnterpriseAuthentication",
                                      "InternetClient",
                                      "InternetClientServer",
                                      "MusicLibrary",
                                      "PicturesLibrary",
                                      "PrivateNetworkClientServer",
                                      "SharedUserCertificates",
                                      "VideosLibrary",
                                      "WebCam",
                                      "RemovableStorage",
                                      "Proximity",
                                      "Microphone",
                                      "Location",
                                      "HumanInterfaceDevice",
                                      "AllJoyn",
                                      "BlockedChatMessages",
                                      "Chat",
                                      "CodeGeneration",
                                      "Objects3D",
                                      "PhoneCall",
                                      "UserAccountInformation",
                                      "VoipCall",
                                      "Bluetooth",
                                      "SpatialPerception",
                                      "InputInjectionBrokered",
                                      "Appointments",
                                      "BackgroundMediaPlayback",
                                      "Contacts",
                                      "LowLevelDevices",
                                      "OfflineMapsManagement",
                                      "PhoneCallHistoryPublic",
                                      "PointOfService",
                                      "RecordedCallsFolder",
                                      "RemoteSystem",
                                      "SystemManagement",
                                      "UserDataTasks",
                                      "UserNotificationListener",
                                      "GazeInput"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "targetFamily": {
                                  "description": "Sets the target device family for the build",
                                  "items": {
                                    "description": "The target device family",
                                    "enum": [
                                      "Universal",
                                      "Desktop",
                                      "Mobile",
                                      "Xbox",
                                      "Holographic",
                                      "IoT",
                                      "IoTHeadless"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "buildType": {
                                  "description": "Sets the build type for UWP. Executable",
                                  "enum": [
                                    "ExecutableOnly",
                                    "D3D",
                                    "XAML"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "msbuildConfiguration": {
                                  "description": "Sets the ms build configuration for UWP",
                                  "enum": [
                                    "Debug",
                                    "Release",
                                    "Master",
                                    "MasterWithLTCG"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "platforms": {
                                  "description": "Sets the target platforms for the AppXBundle",
                                  "items": {
                                    "description": "Target Platform",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "publishVisualStudioSolution": {
                                  "description": "Enable publishing of the visual studio .sln file",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "ignorePlasticCheckedInLibrary": {
                          "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                          "type": "boolean"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "buildTargetGroups": {
                      "items": {
                        "example": {
                          "name": "name",
                          "id": "id"
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "lastBuilt": {
                      "example": {
                        "unityVersion": "unityVersion"
                      },
                      "properties": {
                        "unityVersion": {
                          "description": "Last Unity version built by this target. Setting this has no effect.",
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "credentials": {
                      "example": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "properties": {
                        "signing": {
                          "example": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          },
                          "properties": {
                            "credentialid": {
                              "type": "string",
                              "nullable": true
                            },
                            "credentialResourceRef": {
                              "example": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "credentialid": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "created": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "certificate": {
                                  "example": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "certName": {
                                      "description": "certificate name (from the certificate)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isDistribution": {
                                      "description": "if this is a distribution certificate",
                                      "type": "boolean"
                                    },
                                    "issuer": {
                                      "description": "issuer of the certificate",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "provisioningProfile": {
                                  "example": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "bundleId": {
                                      "description": "a unique identifier (com.example.name)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uuid": {
                                      "description": "generated UUID of the profile",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isEnterpriseProfile": {
                                      "description": "is this compiled for Apple's enterprise program",
                                      "type": "boolean"
                                    },
                                    "type": {
                                      "enum": [
                                        "developer",
                                        "adhoc",
                                        "appstore"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "numDevices": {
                                      "description": "number of devices provisioned for this certificate",
                                      "type": "number"
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "keystore": {
                                  "example": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "properties": {
                                    "alias": {
                                      "description": "friendly name for keystore",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "debug": {
                                      "description": "whether this is a debug or production keystore",
                                      "type": "boolean"
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "builds": {
                      "items": {
                        "description": "buildattempt",
                        "example": {
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "failureDetails": [
                            {
                              "stage": "checkout",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 42,
                              "stageMatch": true
                            },
                            {
                              "stage": "build",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 126,
                              "stageMatch": false
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "build": {
                            "type": "number"
                          },
                          "buildtargetid": {
                            "description": "unique id auto-generated from the build target name",
                            "anyOf": [
                              {
                                "type": "string",
                                "nullable": true
                              },
                              {
                                "type": "string",
                                "format": "object-id"
                              }
                            ]
                          },
                          "buildTargetName": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildGUID": {
                            "description": "unique GUID identifying this build",
                            "type": "string",
                            "nullable": true
                          },
                          "buildStatus": {
                            "enum": [
                              "created",
                              "queued",
                              "sentToBuilder",
                              "started",
                              "restarted",
                              "success",
                              "failure",
                              "canceled",
                              "unknown",
                              "processing"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "description": "if the build was built without using data cached from previous builds",
                            "type": "boolean"
                          },
                          "failureDetails": {
                            "description": "list of failure details for this build attempt, when available",
                            "items": {
                              "example": {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              "properties": {
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "publicMessage": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "link": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "stage": {
                                  "type": "string",
                                  "description": "Build stage where the failure occurred"
                                },
                                "failureType": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "logline": {
                                  "type": "number",
                                  "nullable": true,
                                  "description": "The line number in the build log where the failure occurred"
                                },
                                "stageMatch": {
                                  "type": "boolean",
                                  "nullable": true,
                                  "description": "Whether the failure stage matched the expected stage"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "canceledBy": {
                            "enum": [
                              "api",
                              "service",
                              "service-timelimit",
                              "concurrency-timelimit",
                              "restart-limit",
                              "evaluation-timelimit",
                              "jenkins-timelimit",
                              "service-badconfiguration",
                              "billing-invalidsubscription"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "causedBy": {
                            "description": "What triggered the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "causedByUser": {
                            "description": "Name of the user who caused the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "formattedPlatformName": {
                            "type": "string",
                            "nullable": true
                          },
                          "editorIcon": {
                            "type": "string",
                            "nullable": true
                          },
                          "workspaceSize": {
                            "description": "size of workspace in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "when the build was created",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "finished": {
                            "description": "when the build completely finished",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutStartTime": {
                            "description": "when the build starting checking out code",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutTimeInSeconds": {
                            "description": "amount of time spent checking out code",
                            "type": "number"
                          },
                          "buildStartTime": {
                            "description": "when the build started compiling",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "buildTimeInSeconds": {
                            "description": "amount of time spend compiling",
                            "type": "number"
                          },
                          "buildTimeoutMinutes": {
                            "description": "total allowed build time before the build attempt times out",
                            "type": "number"
                          },
                          "publishStartTime": {
                            "description": "when the build started saving build artifacts",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "publishTimeInSeconds": {
                            "description": "amount of time spent saving build artifacts",
                            "type": "number"
                          },
                          "totalTimeInSeconds": {
                            "description": "total time for the build",
                            "type": "number"
                          },
                          "billableTimeInSeconds": {
                            "description": "total billable time for the build",
                            "type": "number"
                          },
                          "unitTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "editModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "playModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "lastBuiltRevision": {
                            "description": "source control commit id for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "changeset": {
                            "description": "a list of source control changes between this and the last build",
                            "type": "array"
                          },
                          "favorited": {
                            "description": "if the build is marked as do not delete or not",
                            "type": "boolean"
                          },
                          "label": {
                            "description": "description given when a build is favorited",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "description": "if the build is deleted or not",
                            "type": "boolean"
                          },
                          "headless": {
                            "description": "if the build was built to run in linux headless mode",
                            "type": "boolean"
                          },
                          "credentialsOutdated": {
                            "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                            "type": "boolean"
                          },
                          "groupBuildId": {
                            "description": "the unique ID used to launch a group of attempts",
                            "format": "uuid",
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetGroups": {
                            "description": "list of build target groups this build attempt is a part of",
                            "items": {
                              "example": {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "id": {
                                  "type": "string",
                                  "format": "object-id",
                                  "nullable": true
                                },
                                "deleted": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "deleted",
                                "enabled",
                                "id",
                                "name"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "machineType": {
                            "description": "the type of machine used to build this build",
                            "example": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "properties": {
                              "name": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "enabled": {
                                "type": "boolean"
                              },
                              "operatingSystem": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "enabled",
                              "label",
                              "name",
                              "operatingSystem"
                            ],
                            "type": "object",
                            "additionalProperties": false
                          },
                          "deletedBy": {
                            "description": "email address of the user who deleted this attempt",
                            "type": "string",
                            "nullable": true
                          },
                          "queuedReason": {
                            "description": "reason the build is currently waiting",
                            "enum": [
                              "targetConcurrency",
                              "cooldown",
                              "buildConcurrency",
                              "concurrency",
                              "waitingForBuildAgent",
                              "evaluating",
                              "sentToBuilder",
                              "notPending"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cooldownDate": {
                            "description": "time until this build will be reconsidered for building",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "scmBranch": {
                            "description": "scm branch to be built",
                            "type": "string",
                            "nullable": true
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "The Unity editor architecture used for building",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "a supported operating system version (ex. 'monterey')",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystem": {
                            "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          },
                          "androidSdkVersion": {
                            "description": "a supported android sdk version (ex. 'android_sdk_34')",
                            "type": "string",
                            "nullable": true
                          },
                          "auditChanges": {
                            "type": "number"
                          },
                          "projectVersion": {
                            "example": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "properties": {
                              "name": {
                                "description": "automatically generated name for the build",
                                "type": "string",
                                "nullable": true
                              },
                              "filename": {
                                "description": "filename for the primary artifact",
                                "type": "string",
                                "nullable": true
                              },
                              "projectName": {
                                "description": "name of the project",
                                "type": "string",
                                "nullable": true
                              },
                              "platform": {
                                "enum": [
                                  "ios",
                                  "android",
                                  "webplayer",
                                  "webgl",
                                  "standaloneosxintel",
                                  "standaloneosxintel64",
                                  "standaloneosxuniversal",
                                  "standaloneosx",
                                  "standalonewindows",
                                  "standalonewindows64",
                                  "standalonelinux",
                                  "standalonelinux64",
                                  "standalonelinuxuniversal",
                                  "wsaplayer",
                                  "gamecorescarlett",
                                  "ps5",
                                  "switch"
                                ],
                                "type": "string"
                              },
                              "size": {
                                "description": "size of the the primary build artifact in bytes",
                                "type": "number"
                              },
                              "created": {
                                "description": "creation date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "lastMod": {
                                "description": "last modified date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "udids": {
                                "description": "iPhone unique identifiers that are able to install this build",
                                "items": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              }
                            },
                            "type": "object",
                            "nullable": true,
                            "additionalProperties": false
                          },
                          "projectName": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectId": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectGuid": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgId": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgFk": {
                            "type": "string",
                            "nullable": true
                          },
                          "filetoken": {
                            "type": "string",
                            "nullable": true
                          },
                          "links": {
                            "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                            "properties": {
                              "artifacts": {
                                "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                "type": "array"
                              }
                            },
                            "additionalProperties": {
                              "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                              "example": {
                                "method": "method",
                                "href": "href"
                              },
                              "properties": {
                                "href": {
                                  "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "redirect": {
                                  "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "object"
                          },
                          "buildReport": {
                            "example": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "properties": {
                              "errors": {
                                "type": "integer"
                              },
                              "warnings": {
                                "type": "integer"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "requestedRevision": {
                            "type": "string",
                            "nullable": true
                          },
                          "error": {
                            "type": "string",
                            "nullable": true
                          },
                          "signedUrls": {
                            "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                            "type": "object",
                            "additionalProperties": {
                              "type": "object",
                              "properties": {
                                "ResumableUri": {
                                  "type": "string"
                                },
                                "SignedUrl": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/html": {
                "schema": {
                  "example": {
                    "lastBuilt": {
                      "unityVersion": "unityVersion"
                    },
                    "settings": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "createdBy": "createdBy",
                    "credentials": {
                      "signing": {
                        "credentialResourceRef": {
                          "created": "created",
                          "certificate": {
                            "certName": "certName",
                            "teamId": "teamId",
                            "uploaded": "uploaded",
                            "isDistribution": true,
                            "expiration": "expiration",
                            "issuer": "issuer"
                          },
                          "credentialid": "credentialid",
                          "provisioningProfile": {
                            "numDevices": 1.4658129805029452,
                            "teamId": "teamId",
                            "bundleId": "bundleId",
                            "uploaded": "uploaded",
                            "expiration": "expiration",
                            "type": "developer",
                            "uuid": "uuid",
                            "isEnterpriseProfile": true
                          },
                          "keystore": {
                            "debug": true,
                            "alias": "alias",
                            "expiration": "expiration"
                          },
                          "label": "label",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "credentialid": "credentialid"
                      }
                    },
                    "name": "name",
                    "builds": [
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      }
                    ],
                    "buildTargetGroups": [
                      {
                        "name": "name",
                        "id": "id"
                      },
                      {
                        "name": "name",
                        "id": "id"
                      }
                    ],
                    "platform": "ios",
                    "enabled": true,
                    "buildtargetid": "buildtargetid"
                  },
                  "properties": {
                    "guid": {
                      "description": "globally unique id for the build target",
                      "type": "string"
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "createdBy": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "type": "string",
                      "nullable": true
                    },
                    "enabled": {
                      "description": "whether this target can be built by the API",
                      "type": "boolean"
                    },
                    "settings": {
                      "example": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "properties": {
                        "autoBuildLatest": {
                          "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                          "enum": [
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "autoBuild": {
                          "description": "start builds automatically when your repo is updated",
                          "type": "boolean"
                        },
                        "unityVersion": {
                          "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                          "type": "string",
                          "nullable": true
                        },
                        "autoDetectUnityVersion": {
                          "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                          "type": "boolean"
                        },
                        "fallbackPatchVersion": {
                          "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                          "type": "boolean"
                        },
                        "executablename": {
                          "type": "string",
                          "nullable": true
                        },
                        "buildProfilePath": {
                          "type": "string",
                          "nullable": true
                        },
                        "scm": {
                          "example": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "properties": {
                            "type": {
                              "enum": [
                                "git",
                                "svn",
                                "p4",
                                "oauth",
                                "plastic"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "isUnityCloudDrive": {
                              "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                              "type": "boolean"
                            },
                            "repo": {
                              "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                              "type": "string",
                              "nullable": true
                            },
                            "branch": {
                              "type": "string",
                              "nullable": true
                            },
                            "subdirectory": {
                              "description": "subdirectory to build from",
                              "type": "string",
                              "nullable": true
                            },
                            "client": {
                              "description": "perforce only client workspace to build from",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "platform": {
                          "example": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "properties": {
                            "bundleId": {
                              "description": "a unique identifier (com.example.name)",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "buildSchedule": {
                          "description": "For Scheduling builds",
                          "example": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "properties": {
                            "isEnabled": {
                              "default": false,
                              "type": "boolean"
                            },
                            "date": {
                              "format": "date-time",
                              "type": "string",
                              "nullable": true
                            },
                            "repeatCycle": {
                              "enum": [
                                "none",
                                "once",
                                "daily",
                                "weekly",
                                "monthly",
                                "yearly",
                                "cron"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleString": {
                              "description": "cron schedule in string format (* * * * *)",
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleTimezone": {
                              "description": "cron schedule timezone (default UTC)",
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "default": false,
                              "type": "boolean"
                            },
                            "skipBuildIfSameCommit": {
                              "type": "boolean"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "autoBuildCancellation": {
                          "type": "boolean"
                        },
                        "machineTypeLabel": {
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemSelected": {
                          "enum": [
                            "mac",
                            "windows"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemVersion": {
                          "description": "Choose the version of the operating system for building your project.",
                          "type": "string",
                          "nullable": true
                        },
                        "rubyVersion": {
                          "type": "string",
                          "nullable": true
                        },
                        "remoteCacheStrategy": {
                          "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                          "enum": [
                            "none",
                            "library",
                            "workspace",
                            "boostdisk",
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "windowsGitBinary": {
                          "description": "Specifies the Git binary that will be used for Windows builds",
                          "enum": [
                            "inherit",
                            "native",
                            "cygwin"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "buildTargetCopyCache": {
                          "description": "Specifies the id of the build target that this target's cache was copied from",
                          "type": "string",
                          "nullable": true
                        },
                        "architecture": {
                          "description": "Specifies the Unity editor architecture to use for building the project.",
                          "type": "string",
                          "nullable": true
                        },
                        "cacheCompressionLevel": {
                          "description": "Specifies the compression level for caching workspace or Library.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "artifactCompressionLevel": {
                          "description": "Specifies the compression level for compressed final artifacts.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "advanced": {
                          "example": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "properties": {
                            "xcode": {
                              "example": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "properties": {
                                "useArchiveAndExport": {
                                  "type": "boolean"
                                },
                                "customFastlaneConfigPath": {
                                  "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "uploadXCArchive": {
                                  "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                  "type": "boolean"
                                },
                                "shouldNotarize": {
                                  "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "android": {
                              "example": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "properties": {
                                "buildAppBundle": {
                                  "type": "boolean"
                                },
                                "buildAssetPacks": {
                                  "type": "boolean"
                                },
                                "androidSDKVersion": {
                                  "description": "Android SDK Version",
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "unity": {
                              "example": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "properties": {
                                "preExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScript": {
                                  "description": "Relative path to the script that should be run before the build process starts.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postBuildScript": {
                                  "description": "Relative path to the script that should be run after the build process finishes.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "postBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "scriptingDefineSymbols": {
                                  "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "playerExporter": {
                                  "example": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "properties": {
                                    "sceneList": {
                                      "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                      "items": {
                                        "description": "scene names",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "buildOptions": {
                                      "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "export": {
                                      "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                      "type": "boolean"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "playerSettings": {
                                  "example": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "properties": {
                                    "Android": {
                                      "example": {
                                        "useAPKExpansionFiles": true
                                      },
                                      "properties": {
                                        "useAPKExpansionFiles": {
                                          "description": "break up android apk into an installable apk and expansion files",
                                          "type": "boolean"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "editorUserBuildSettings": {
                                  "example": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "properties": {
                                    "androidBuildSystem": {
                                      "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                      "enum": [
                                        "internal",
                                        "gradle"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "standaloneBuildSubtarget": {
                                      "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                      "enum": [
                                        "Player",
                                        "Server"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "assetBundles": {
                                  "example": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "properties": {
                                    "buildBundles": {
                                      "description": "enable asset bundle builds for this target",
                                      "type": "boolean"
                                    },
                                    "basePath": {
                                      "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "buildAssetBundleOptions": {
                                      "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "copyToStreamingAssets": {
                                      "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                      "type": "boolean"
                                    },
                                    "copyBundlePatterns": {
                                      "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "addressables": {
                                  "example": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "properties": {
                                    "buildAddressables": {
                                      "description": "enable addressable builds for this target",
                                      "type": "boolean"
                                    },
                                    "contentUpdate": {
                                      "description": "Update a previously built player with new Addressable Content.",
                                      "type": "boolean"
                                    },
                                    "profileName": {
                                      "description": "which addressables profile should be used for the build",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "failedAddressablesFailsBuild": {
                                      "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                      "type": "boolean"
                                    },
                                    "contentUpdateSettings": {
                                      "example": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      },
                                      "properties": {
                                        "contentStatePath": {
                                          "description": "The path to a Content State .bin file relative to the project root",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "linkedTargetId": {
                                          "description": "The Id of the build target to obtain a Content State .bin file from",
                                          "type": "string",
                                          "nullable": true
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "generateBuildLayout": {
                                      "description": "Whether to generate the bundle build layout report.",
                                      "type": "boolean"
                                    },
                                    "buildLayoutReportFileFormat": {
                                      "description": "The format of the bundle build layout report.",
                                      "enum": [
                                        "JSON",
                                        "TXT"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "runUnitTests": {
                                  "description": "Run any unit tests your project has when a build happens.",
                                  "type": "boolean"
                                },
                                "runEditModeTests": {
                                  "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "runPlayModeTests": {
                                  "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "failedUnitTestFailsBuild": {
                                  "description": "Mark builds as failed if the unit tests do not pass.",
                                  "type": "boolean"
                                },
                                "unitTestMethod": {
                                  "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "disableAssemblyUpdater": {
                                  "description": "Disable assembly updater when running Unity",
                                  "type": "boolean"
                                },
                                "acceptApiUpdate": {
                                  "description": "Accept API changes when running Unity",
                                  "type": "boolean"
                                },
                                "enableLightBake": {
                                  "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "webGL": {
                              "example": {
                                "beautifulCorner": true,
                                "beautifulCornerContent": false
                              },
                              "properties": {
                                "beautifulCorner": {
                                  "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                },
                                "beautifulCornerContent": {
                                  "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "uwp": {
                              "example": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              },
                              "properties": {
                                "windowsSDKVersion": {
                                  "description": "Sets Windows SDK Version to use when building UWP",
                                  "enum": [
                                    "10.0.17134.0",
                                    "10.0.17763.0",
                                    "10.0.18362.0",
                                    "10.0.19041.0",
                                    "10.0.20348.0",
                                    "10.0.22621.0",
                                    "10.0.22000.0"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "visualStudioVersion": {
                                  "description": "Sets the Visual Studio Version to use when building UWP",
                                  "enum": [
                                    "2019",
                                    "2022"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "wsaArchitecture": {
                                  "description": "Sets target architecture for Exectuable Only builds",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "capabilities": {
                                  "description": "Sets the capabilities of the build UWP application",
                                  "items": {
                                    "description": "UWP Capabilities",
                                    "enum": [
                                      "EnterpriseAuthentication",
                                      "InternetClient",
                                      "InternetClientServer",
                                      "MusicLibrary",
                                      "PicturesLibrary",
                                      "PrivateNetworkClientServer",
                                      "SharedUserCertificates",
                                      "VideosLibrary",
                                      "WebCam",
                                      "RemovableStorage",
                                      "Proximity",
                                      "Microphone",
                                      "Location",
                                      "HumanInterfaceDevice",
                                      "AllJoyn",
                                      "BlockedChatMessages",
                                      "Chat",
                                      "CodeGeneration",
                                      "Objects3D",
                                      "PhoneCall",
                                      "UserAccountInformation",
                                      "VoipCall",
                                      "Bluetooth",
                                      "SpatialPerception",
                                      "InputInjectionBrokered",
                                      "Appointments",
                                      "BackgroundMediaPlayback",
                                      "Contacts",
                                      "LowLevelDevices",
                                      "OfflineMapsManagement",
                                      "PhoneCallHistoryPublic",
                                      "PointOfService",
                                      "RecordedCallsFolder",
                                      "RemoteSystem",
                                      "SystemManagement",
                                      "UserDataTasks",
                                      "UserNotificationListener",
                                      "GazeInput"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "targetFamily": {
                                  "description": "Sets the target device family for the build",
                                  "items": {
                                    "description": "The target device family",
                                    "enum": [
                                      "Universal",
                                      "Desktop",
                                      "Mobile",
                                      "Xbox",
                                      "Holographic",
                                      "IoT",
                                      "IoTHeadless"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "buildType": {
                                  "description": "Sets the build type for UWP. Executable",
                                  "enum": [
                                    "ExecutableOnly",
                                    "D3D",
                                    "XAML"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "msbuildConfiguration": {
                                  "description": "Sets the ms build configuration for UWP",
                                  "enum": [
                                    "Debug",
                                    "Release",
                                    "Master",
                                    "MasterWithLTCG"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "platforms": {
                                  "description": "Sets the target platforms for the AppXBundle",
                                  "items": {
                                    "description": "Target Platform",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "publishVisualStudioSolution": {
                                  "description": "Enable publishing of the visual studio .sln file",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "ignorePlasticCheckedInLibrary": {
                          "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                          "type": "boolean"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "buildTargetGroups": {
                      "items": {
                        "example": {
                          "name": "name",
                          "id": "id"
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "lastBuilt": {
                      "example": {
                        "unityVersion": "unityVersion"
                      },
                      "properties": {
                        "unityVersion": {
                          "description": "Last Unity version built by this target. Setting this has no effect.",
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "credentials": {
                      "example": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "properties": {
                        "signing": {
                          "example": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          },
                          "properties": {
                            "credentialid": {
                              "type": "string",
                              "nullable": true
                            },
                            "credentialResourceRef": {
                              "example": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "credentialid": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "created": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "certificate": {
                                  "example": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "certName": {
                                      "description": "certificate name (from the certificate)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isDistribution": {
                                      "description": "if this is a distribution certificate",
                                      "type": "boolean"
                                    },
                                    "issuer": {
                                      "description": "issuer of the certificate",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "provisioningProfile": {
                                  "example": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "bundleId": {
                                      "description": "a unique identifier (com.example.name)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uuid": {
                                      "description": "generated UUID of the profile",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isEnterpriseProfile": {
                                      "description": "is this compiled for Apple's enterprise program",
                                      "type": "boolean"
                                    },
                                    "type": {
                                      "enum": [
                                        "developer",
                                        "adhoc",
                                        "appstore"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "numDevices": {
                                      "description": "number of devices provisioned for this certificate",
                                      "type": "number"
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "keystore": {
                                  "example": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "properties": {
                                    "alias": {
                                      "description": "friendly name for keystore",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "debug": {
                                      "description": "whether this is a debug or production keystore",
                                      "type": "boolean"
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "builds": {
                      "items": {
                        "description": "buildattempt",
                        "example": {
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "failureDetails": [
                            {
                              "stage": "checkout",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 42,
                              "stageMatch": true
                            },
                            {
                              "stage": "build",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 126,
                              "stageMatch": false
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "build": {
                            "type": "number"
                          },
                          "buildtargetid": {
                            "description": "unique id auto-generated from the build target name",
                            "anyOf": [
                              {
                                "type": "string",
                                "nullable": true
                              },
                              {
                                "type": "string",
                                "format": "object-id"
                              }
                            ]
                          },
                          "buildTargetName": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildGUID": {
                            "description": "unique GUID identifying this build",
                            "type": "string",
                            "nullable": true
                          },
                          "buildStatus": {
                            "enum": [
                              "created",
                              "queued",
                              "sentToBuilder",
                              "started",
                              "restarted",
                              "success",
                              "failure",
                              "canceled",
                              "unknown",
                              "processing"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "description": "if the build was built without using data cached from previous builds",
                            "type": "boolean"
                          },
                          "failureDetails": {
                            "description": "list of failure details for this build attempt, when available",
                            "items": {
                              "example": {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              "properties": {
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "publicMessage": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "link": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "stage": {
                                  "type": "string",
                                  "description": "Build stage where the failure occurred"
                                },
                                "failureType": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "logline": {
                                  "type": "number",
                                  "nullable": true,
                                  "description": "The line number in the build log where the failure occurred"
                                },
                                "stageMatch": {
                                  "type": "boolean",
                                  "nullable": true,
                                  "description": "Whether the failure stage matched the expected stage"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "canceledBy": {
                            "enum": [
                              "api",
                              "service",
                              "service-timelimit",
                              "concurrency-timelimit",
                              "restart-limit",
                              "evaluation-timelimit",
                              "jenkins-timelimit",
                              "service-badconfiguration",
                              "billing-invalidsubscription"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "causedBy": {
                            "description": "What triggered the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "causedByUser": {
                            "description": "Name of the user who caused the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "formattedPlatformName": {
                            "type": "string",
                            "nullable": true
                          },
                          "editorIcon": {
                            "type": "string",
                            "nullable": true
                          },
                          "workspaceSize": {
                            "description": "size of workspace in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "when the build was created",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "finished": {
                            "description": "when the build completely finished",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutStartTime": {
                            "description": "when the build starting checking out code",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutTimeInSeconds": {
                            "description": "amount of time spent checking out code",
                            "type": "number"
                          },
                          "buildStartTime": {
                            "description": "when the build started compiling",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "buildTimeInSeconds": {
                            "description": "amount of time spend compiling",
                            "type": "number"
                          },
                          "buildTimeoutMinutes": {
                            "description": "total allowed build time before the build attempt times out",
                            "type": "number"
                          },
                          "publishStartTime": {
                            "description": "when the build started saving build artifacts",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "publishTimeInSeconds": {
                            "description": "amount of time spent saving build artifacts",
                            "type": "number"
                          },
                          "totalTimeInSeconds": {
                            "description": "total time for the build",
                            "type": "number"
                          },
                          "billableTimeInSeconds": {
                            "description": "total billable time for the build",
                            "type": "number"
                          },
                          "unitTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "editModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "playModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "lastBuiltRevision": {
                            "description": "source control commit id for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "changeset": {
                            "description": "a list of source control changes between this and the last build",
                            "type": "array"
                          },
                          "favorited": {
                            "description": "if the build is marked as do not delete or not",
                            "type": "boolean"
                          },
                          "label": {
                            "description": "description given when a build is favorited",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "description": "if the build is deleted or not",
                            "type": "boolean"
                          },
                          "headless": {
                            "description": "if the build was built to run in linux headless mode",
                            "type": "boolean"
                          },
                          "credentialsOutdated": {
                            "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                            "type": "boolean"
                          },
                          "groupBuildId": {
                            "description": "the unique ID used to launch a group of attempts",
                            "format": "uuid",
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetGroups": {
                            "description": "list of build target groups this build attempt is a part of",
                            "items": {
                              "example": {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "id": {
                                  "type": "string",
                                  "format": "object-id",
                                  "nullable": true
                                },
                                "deleted": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "deleted",
                                "enabled",
                                "id",
                                "name"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "machineType": {
                            "description": "the type of machine used to build this build",
                            "example": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "properties": {
                              "name": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "enabled": {
                                "type": "boolean"
                              },
                              "operatingSystem": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "enabled",
                              "label",
                              "name",
                              "operatingSystem"
                            ],
                            "type": "object",
                            "additionalProperties": false
                          },
                          "deletedBy": {
                            "description": "email address of the user who deleted this attempt",
                            "type": "string",
                            "nullable": true
                          },
                          "queuedReason": {
                            "description": "reason the build is currently waiting",
                            "enum": [
                              "targetConcurrency",
                              "cooldown",
                              "buildConcurrency",
                              "concurrency",
                              "waitingForBuildAgent",
                              "evaluating",
                              "sentToBuilder",
                              "notPending"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cooldownDate": {
                            "description": "time until this build will be reconsidered for building",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "scmBranch": {
                            "description": "scm branch to be built",
                            "type": "string",
                            "nullable": true
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "The Unity editor architecture used for building",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "a supported operating system version (ex. 'monterey')",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystem": {
                            "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          },
                          "androidSdkVersion": {
                            "description": "a supported android sdk version (ex. 'android_sdk_34')",
                            "type": "string",
                            "nullable": true
                          },
                          "auditChanges": {
                            "type": "number"
                          },
                          "projectVersion": {
                            "example": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "properties": {
                              "name": {
                                "description": "automatically generated name for the build",
                                "type": "string",
                                "nullable": true
                              },
                              "filename": {
                                "description": "filename for the primary artifact",
                                "type": "string",
                                "nullable": true
                              },
                              "projectName": {
                                "description": "name of the project",
                                "type": "string",
                                "nullable": true
                              },
                              "platform": {
                                "enum": [
                                  "ios",
                                  "android",
                                  "webplayer",
                                  "webgl",
                                  "standaloneosxintel",
                                  "standaloneosxintel64",
                                  "standaloneosxuniversal",
                                  "standaloneosx",
                                  "standalonewindows",
                                  "standalonewindows64",
                                  "standalonelinux",
                                  "standalonelinux64",
                                  "standalonelinuxuniversal",
                                  "wsaplayer",
                                  "gamecorescarlett",
                                  "ps5",
                                  "switch"
                                ],
                                "type": "string"
                              },
                              "size": {
                                "description": "size of the the primary build artifact in bytes",
                                "type": "number"
                              },
                              "created": {
                                "description": "creation date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "lastMod": {
                                "description": "last modified date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "udids": {
                                "description": "iPhone unique identifiers that are able to install this build",
                                "items": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              }
                            },
                            "type": "object",
                            "nullable": true,
                            "additionalProperties": false
                          },
                          "projectName": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectId": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectGuid": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgId": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgFk": {
                            "type": "string",
                            "nullable": true
                          },
                          "filetoken": {
                            "type": "string",
                            "nullable": true
                          },
                          "links": {
                            "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                            "properties": {
                              "artifacts": {
                                "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                "type": "array"
                              }
                            },
                            "additionalProperties": {
                              "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                              "example": {
                                "method": "method",
                                "href": "href"
                              },
                              "properties": {
                                "href": {
                                  "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "redirect": {
                                  "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "object"
                          },
                          "buildReport": {
                            "example": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "properties": {
                              "errors": {
                                "type": "integer"
                              },
                              "warnings": {
                                "type": "integer"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "requestedRevision": {
                            "type": "string",
                            "nullable": true
                          },
                          "error": {
                            "type": "string",
                            "nullable": true
                          },
                          "signedUrls": {
                            "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                            "type": "object",
                            "additionalProperties": {
                              "type": "object",
                              "properties": {
                                "ResumableUri": {
                                  "type": "string"
                                },
                                "SignedUrl": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/csv": {
                "schema": {
                  "example": {
                    "lastBuilt": {
                      "unityVersion": "unityVersion"
                    },
                    "settings": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "createdBy": "createdBy",
                    "credentials": {
                      "signing": {
                        "credentialResourceRef": {
                          "created": "created",
                          "certificate": {
                            "certName": "certName",
                            "teamId": "teamId",
                            "uploaded": "uploaded",
                            "isDistribution": true,
                            "expiration": "expiration",
                            "issuer": "issuer"
                          },
                          "credentialid": "credentialid",
                          "provisioningProfile": {
                            "numDevices": 1.4658129805029452,
                            "teamId": "teamId",
                            "bundleId": "bundleId",
                            "uploaded": "uploaded",
                            "expiration": "expiration",
                            "type": "developer",
                            "uuid": "uuid",
                            "isEnterpriseProfile": true
                          },
                          "keystore": {
                            "debug": true,
                            "alias": "alias",
                            "expiration": "expiration"
                          },
                          "label": "label",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "credentialid": "credentialid"
                      }
                    },
                    "name": "name",
                    "builds": [
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      }
                    ],
                    "buildTargetGroups": [
                      {
                        "name": "name",
                        "id": "id"
                      },
                      {
                        "name": "name",
                        "id": "id"
                      }
                    ],
                    "platform": "ios",
                    "enabled": true,
                    "buildtargetid": "buildtargetid"
                  },
                  "properties": {
                    "guid": {
                      "description": "globally unique id for the build target",
                      "type": "string"
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "createdBy": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "type": "string",
                      "nullable": true
                    },
                    "enabled": {
                      "description": "whether this target can be built by the API",
                      "type": "boolean"
                    },
                    "settings": {
                      "example": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "properties": {
                        "autoBuildLatest": {
                          "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                          "enum": [
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "autoBuild": {
                          "description": "start builds automatically when your repo is updated",
                          "type": "boolean"
                        },
                        "unityVersion": {
                          "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                          "type": "string",
                          "nullable": true
                        },
                        "autoDetectUnityVersion": {
                          "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                          "type": "boolean"
                        },
                        "fallbackPatchVersion": {
                          "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                          "type": "boolean"
                        },
                        "executablename": {
                          "type": "string",
                          "nullable": true
                        },
                        "buildProfilePath": {
                          "type": "string",
                          "nullable": true
                        },
                        "scm": {
                          "example": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "properties": {
                            "type": {
                              "enum": [
                                "git",
                                "svn",
                                "p4",
                                "oauth",
                                "plastic"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "isUnityCloudDrive": {
                              "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                              "type": "boolean"
                            },
                            "repo": {
                              "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                              "type": "string",
                              "nullable": true
                            },
                            "branch": {
                              "type": "string",
                              "nullable": true
                            },
                            "subdirectory": {
                              "description": "subdirectory to build from",
                              "type": "string",
                              "nullable": true
                            },
                            "client": {
                              "description": "perforce only client workspace to build from",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "platform": {
                          "example": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "properties": {
                            "bundleId": {
                              "description": "a unique identifier (com.example.name)",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "buildSchedule": {
                          "description": "For Scheduling builds",
                          "example": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "properties": {
                            "isEnabled": {
                              "default": false,
                              "type": "boolean"
                            },
                            "date": {
                              "format": "date-time",
                              "type": "string",
                              "nullable": true
                            },
                            "repeatCycle": {
                              "enum": [
                                "none",
                                "once",
                                "daily",
                                "weekly",
                                "monthly",
                                "yearly",
                                "cron"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleString": {
                              "description": "cron schedule in string format (* * * * *)",
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleTimezone": {
                              "description": "cron schedule timezone (default UTC)",
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "default": false,
                              "type": "boolean"
                            },
                            "skipBuildIfSameCommit": {
                              "type": "boolean"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "autoBuildCancellation": {
                          "type": "boolean"
                        },
                        "machineTypeLabel": {
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemSelected": {
                          "enum": [
                            "mac",
                            "windows"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemVersion": {
                          "description": "Choose the version of the operating system for building your project.",
                          "type": "string",
                          "nullable": true
                        },
                        "rubyVersion": {
                          "type": "string",
                          "nullable": true
                        },
                        "remoteCacheStrategy": {
                          "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                          "enum": [
                            "none",
                            "library",
                            "workspace",
                            "boostdisk",
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "windowsGitBinary": {
                          "description": "Specifies the Git binary that will be used for Windows builds",
                          "enum": [
                            "inherit",
                            "native",
                            "cygwin"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "buildTargetCopyCache": {
                          "description": "Specifies the id of the build target that this target's cache was copied from",
                          "type": "string",
                          "nullable": true
                        },
                        "architecture": {
                          "description": "Specifies the Unity editor architecture to use for building the project.",
                          "type": "string",
                          "nullable": true
                        },
                        "cacheCompressionLevel": {
                          "description": "Specifies the compression level for caching workspace or Library.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "artifactCompressionLevel": {
                          "description": "Specifies the compression level for compressed final artifacts.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "advanced": {
                          "example": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "properties": {
                            "xcode": {
                              "example": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "properties": {
                                "useArchiveAndExport": {
                                  "type": "boolean"
                                },
                                "customFastlaneConfigPath": {
                                  "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "uploadXCArchive": {
                                  "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                  "type": "boolean"
                                },
                                "shouldNotarize": {
                                  "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "android": {
                              "example": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "properties": {
                                "buildAppBundle": {
                                  "type": "boolean"
                                },
                                "buildAssetPacks": {
                                  "type": "boolean"
                                },
                                "androidSDKVersion": {
                                  "description": "Android SDK Version",
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "unity": {
                              "example": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "properties": {
                                "preExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScript": {
                                  "description": "Relative path to the script that should be run before the build process starts.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postBuildScript": {
                                  "description": "Relative path to the script that should be run after the build process finishes.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "postBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "scriptingDefineSymbols": {
                                  "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "playerExporter": {
                                  "example": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "properties": {
                                    "sceneList": {
                                      "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                      "items": {
                                        "description": "scene names",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "buildOptions": {
                                      "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "export": {
                                      "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                      "type": "boolean"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "playerSettings": {
                                  "example": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "properties": {
                                    "Android": {
                                      "example": {
                                        "useAPKExpansionFiles": true
                                      },
                                      "properties": {
                                        "useAPKExpansionFiles": {
                                          "description": "break up android apk into an installable apk and expansion files",
                                          "type": "boolean"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "editorUserBuildSettings": {
                                  "example": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "properties": {
                                    "androidBuildSystem": {
                                      "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                      "enum": [
                                        "internal",
                                        "gradle"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "standaloneBuildSubtarget": {
                                      "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                      "enum": [
                                        "Player",
                                        "Server"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "assetBundles": {
                                  "example": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "properties": {
                                    "buildBundles": {
                                      "description": "enable asset bundle builds for this target",
                                      "type": "boolean"
                                    },
                                    "basePath": {
                                      "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "buildAssetBundleOptions": {
                                      "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "copyToStreamingAssets": {
                                      "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                      "type": "boolean"
                                    },
                                    "copyBundlePatterns": {
                                      "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "addressables": {
                                  "example": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "properties": {
                                    "buildAddressables": {
                                      "description": "enable addressable builds for this target",
                                      "type": "boolean"
                                    },
                                    "contentUpdate": {
                                      "description": "Update a previously built player with new Addressable Content.",
                                      "type": "boolean"
                                    },
                                    "profileName": {
                                      "description": "which addressables profile should be used for the build",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "failedAddressablesFailsBuild": {
                                      "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                      "type": "boolean"
                                    },
                                    "contentUpdateSettings": {
                                      "example": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      },
                                      "properties": {
                                        "contentStatePath": {
                                          "description": "The path to a Content State .bin file relative to the project root",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "linkedTargetId": {
                                          "description": "The Id of the build target to obtain a Content State .bin file from",
                                          "type": "string",
                                          "nullable": true
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "generateBuildLayout": {
                                      "description": "Whether to generate the bundle build layout report.",
                                      "type": "boolean"
                                    },
                                    "buildLayoutReportFileFormat": {
                                      "description": "The format of the bundle build layout report.",
                                      "enum": [
                                        "JSON",
                                        "TXT"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "runUnitTests": {
                                  "description": "Run any unit tests your project has when a build happens.",
                                  "type": "boolean"
                                },
                                "runEditModeTests": {
                                  "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "runPlayModeTests": {
                                  "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "failedUnitTestFailsBuild": {
                                  "description": "Mark builds as failed if the unit tests do not pass.",
                                  "type": "boolean"
                                },
                                "unitTestMethod": {
                                  "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "disableAssemblyUpdater": {
                                  "description": "Disable assembly updater when running Unity",
                                  "type": "boolean"
                                },
                                "acceptApiUpdate": {
                                  "description": "Accept API changes when running Unity",
                                  "type": "boolean"
                                },
                                "enableLightBake": {
                                  "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "webGL": {
                              "example": {
                                "beautifulCorner": true,
                                "beautifulCornerContent": false
                              },
                              "properties": {
                                "beautifulCorner": {
                                  "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                },
                                "beautifulCornerContent": {
                                  "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "uwp": {
                              "example": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              },
                              "properties": {
                                "windowsSDKVersion": {
                                  "description": "Sets Windows SDK Version to use when building UWP",
                                  "enum": [
                                    "10.0.17134.0",
                                    "10.0.17763.0",
                                    "10.0.18362.0",
                                    "10.0.19041.0",
                                    "10.0.20348.0",
                                    "10.0.22621.0",
                                    "10.0.22000.0"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "visualStudioVersion": {
                                  "description": "Sets the Visual Studio Version to use when building UWP",
                                  "enum": [
                                    "2019",
                                    "2022"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "wsaArchitecture": {
                                  "description": "Sets target architecture for Exectuable Only builds",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "capabilities": {
                                  "description": "Sets the capabilities of the build UWP application",
                                  "items": {
                                    "description": "UWP Capabilities",
                                    "enum": [
                                      "EnterpriseAuthentication",
                                      "InternetClient",
                                      "InternetClientServer",
                                      "MusicLibrary",
                                      "PicturesLibrary",
                                      "PrivateNetworkClientServer",
                                      "SharedUserCertificates",
                                      "VideosLibrary",
                                      "WebCam",
                                      "RemovableStorage",
                                      "Proximity",
                                      "Microphone",
                                      "Location",
                                      "HumanInterfaceDevice",
                                      "AllJoyn",
                                      "BlockedChatMessages",
                                      "Chat",
                                      "CodeGeneration",
                                      "Objects3D",
                                      "PhoneCall",
                                      "UserAccountInformation",
                                      "VoipCall",
                                      "Bluetooth",
                                      "SpatialPerception",
                                      "InputInjectionBrokered",
                                      "Appointments",
                                      "BackgroundMediaPlayback",
                                      "Contacts",
                                      "LowLevelDevices",
                                      "OfflineMapsManagement",
                                      "PhoneCallHistoryPublic",
                                      "PointOfService",
                                      "RecordedCallsFolder",
                                      "RemoteSystem",
                                      "SystemManagement",
                                      "UserDataTasks",
                                      "UserNotificationListener",
                                      "GazeInput"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "targetFamily": {
                                  "description": "Sets the target device family for the build",
                                  "items": {
                                    "description": "The target device family",
                                    "enum": [
                                      "Universal",
                                      "Desktop",
                                      "Mobile",
                                      "Xbox",
                                      "Holographic",
                                      "IoT",
                                      "IoTHeadless"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "buildType": {
                                  "description": "Sets the build type for UWP. Executable",
                                  "enum": [
                                    "ExecutableOnly",
                                    "D3D",
                                    "XAML"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "msbuildConfiguration": {
                                  "description": "Sets the ms build configuration for UWP",
                                  "enum": [
                                    "Debug",
                                    "Release",
                                    "Master",
                                    "MasterWithLTCG"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "platforms": {
                                  "description": "Sets the target platforms for the AppXBundle",
                                  "items": {
                                    "description": "Target Platform",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "publishVisualStudioSolution": {
                                  "description": "Enable publishing of the visual studio .sln file",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "ignorePlasticCheckedInLibrary": {
                          "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                          "type": "boolean"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "buildTargetGroups": {
                      "items": {
                        "example": {
                          "name": "name",
                          "id": "id"
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "lastBuilt": {
                      "example": {
                        "unityVersion": "unityVersion"
                      },
                      "properties": {
                        "unityVersion": {
                          "description": "Last Unity version built by this target. Setting this has no effect.",
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "credentials": {
                      "example": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "properties": {
                        "signing": {
                          "example": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          },
                          "properties": {
                            "credentialid": {
                              "type": "string",
                              "nullable": true
                            },
                            "credentialResourceRef": {
                              "example": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "credentialid": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "created": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "certificate": {
                                  "example": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "certName": {
                                      "description": "certificate name (from the certificate)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isDistribution": {
                                      "description": "if this is a distribution certificate",
                                      "type": "boolean"
                                    },
                                    "issuer": {
                                      "description": "issuer of the certificate",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "provisioningProfile": {
                                  "example": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "bundleId": {
                                      "description": "a unique identifier (com.example.name)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uuid": {
                                      "description": "generated UUID of the profile",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isEnterpriseProfile": {
                                      "description": "is this compiled for Apple's enterprise program",
                                      "type": "boolean"
                                    },
                                    "type": {
                                      "enum": [
                                        "developer",
                                        "adhoc",
                                        "appstore"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "numDevices": {
                                      "description": "number of devices provisioned for this certificate",
                                      "type": "number"
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "keystore": {
                                  "example": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "properties": {
                                    "alias": {
                                      "description": "friendly name for keystore",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "debug": {
                                      "description": "whether this is a debug or production keystore",
                                      "type": "boolean"
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "builds": {
                      "items": {
                        "description": "buildattempt",
                        "example": {
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "failureDetails": [
                            {
                              "stage": "checkout",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 42,
                              "stageMatch": true
                            },
                            {
                              "stage": "build",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 126,
                              "stageMatch": false
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "build": {
                            "type": "number"
                          },
                          "buildtargetid": {
                            "description": "unique id auto-generated from the build target name",
                            "anyOf": [
                              {
                                "type": "string",
                                "nullable": true
                              },
                              {
                                "type": "string",
                                "format": "object-id"
                              }
                            ]
                          },
                          "buildTargetName": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildGUID": {
                            "description": "unique GUID identifying this build",
                            "type": "string",
                            "nullable": true
                          },
                          "buildStatus": {
                            "enum": [
                              "created",
                              "queued",
                              "sentToBuilder",
                              "started",
                              "restarted",
                              "success",
                              "failure",
                              "canceled",
                              "unknown",
                              "processing"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "description": "if the build was built without using data cached from previous builds",
                            "type": "boolean"
                          },
                          "failureDetails": {
                            "description": "list of failure details for this build attempt, when available",
                            "items": {
                              "example": {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              "properties": {
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "publicMessage": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "link": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "stage": {
                                  "type": "string",
                                  "description": "Build stage where the failure occurred"
                                },
                                "failureType": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "logline": {
                                  "type": "number",
                                  "nullable": true,
                                  "description": "The line number in the build log where the failure occurred"
                                },
                                "stageMatch": {
                                  "type": "boolean",
                                  "nullable": true,
                                  "description": "Whether the failure stage matched the expected stage"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "canceledBy": {
                            "enum": [
                              "api",
                              "service",
                              "service-timelimit",
                              "concurrency-timelimit",
                              "restart-limit",
                              "evaluation-timelimit",
                              "jenkins-timelimit",
                              "service-badconfiguration",
                              "billing-invalidsubscription"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "causedBy": {
                            "description": "What triggered the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "causedByUser": {
                            "description": "Name of the user who caused the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "formattedPlatformName": {
                            "type": "string",
                            "nullable": true
                          },
                          "editorIcon": {
                            "type": "string",
                            "nullable": true
                          },
                          "workspaceSize": {
                            "description": "size of workspace in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "when the build was created",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "finished": {
                            "description": "when the build completely finished",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutStartTime": {
                            "description": "when the build starting checking out code",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutTimeInSeconds": {
                            "description": "amount of time spent checking out code",
                            "type": "number"
                          },
                          "buildStartTime": {
                            "description": "when the build started compiling",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "buildTimeInSeconds": {
                            "description": "amount of time spend compiling",
                            "type": "number"
                          },
                          "buildTimeoutMinutes": {
                            "description": "total allowed build time before the build attempt times out",
                            "type": "number"
                          },
                          "publishStartTime": {
                            "description": "when the build started saving build artifacts",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "publishTimeInSeconds": {
                            "description": "amount of time spent saving build artifacts",
                            "type": "number"
                          },
                          "totalTimeInSeconds": {
                            "description": "total time for the build",
                            "type": "number"
                          },
                          "billableTimeInSeconds": {
                            "description": "total billable time for the build",
                            "type": "number"
                          },
                          "unitTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "editModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "playModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "lastBuiltRevision": {
                            "description": "source control commit id for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "changeset": {
                            "description": "a list of source control changes between this and the last build",
                            "type": "array"
                          },
                          "favorited": {
                            "description": "if the build is marked as do not delete or not",
                            "type": "boolean"
                          },
                          "label": {
                            "description": "description given when a build is favorited",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "description": "if the build is deleted or not",
                            "type": "boolean"
                          },
                          "headless": {
                            "description": "if the build was built to run in linux headless mode",
                            "type": "boolean"
                          },
                          "credentialsOutdated": {
                            "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                            "type": "boolean"
                          },
                          "groupBuildId": {
                            "description": "the unique ID used to launch a group of attempts",
                            "format": "uuid",
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetGroups": {
                            "description": "list of build target groups this build attempt is a part of",
                            "items": {
                              "example": {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "id": {
                                  "type": "string",
                                  "format": "object-id",
                                  "nullable": true
                                },
                                "deleted": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "deleted",
                                "enabled",
                                "id",
                                "name"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "machineType": {
                            "description": "the type of machine used to build this build",
                            "example": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "properties": {
                              "name": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "enabled": {
                                "type": "boolean"
                              },
                              "operatingSystem": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "enabled",
                              "label",
                              "name",
                              "operatingSystem"
                            ],
                            "type": "object",
                            "additionalProperties": false
                          },
                          "deletedBy": {
                            "description": "email address of the user who deleted this attempt",
                            "type": "string",
                            "nullable": true
                          },
                          "queuedReason": {
                            "description": "reason the build is currently waiting",
                            "enum": [
                              "targetConcurrency",
                              "cooldown",
                              "buildConcurrency",
                              "concurrency",
                              "waitingForBuildAgent",
                              "evaluating",
                              "sentToBuilder",
                              "notPending"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cooldownDate": {
                            "description": "time until this build will be reconsidered for building",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "scmBranch": {
                            "description": "scm branch to be built",
                            "type": "string",
                            "nullable": true
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "The Unity editor architecture used for building",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "a supported operating system version (ex. 'monterey')",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystem": {
                            "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          },
                          "androidSdkVersion": {
                            "description": "a supported android sdk version (ex. 'android_sdk_34')",
                            "type": "string",
                            "nullable": true
                          },
                          "auditChanges": {
                            "type": "number"
                          },
                          "projectVersion": {
                            "example": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "properties": {
                              "name": {
                                "description": "automatically generated name for the build",
                                "type": "string",
                                "nullable": true
                              },
                              "filename": {
                                "description": "filename for the primary artifact",
                                "type": "string",
                                "nullable": true
                              },
                              "projectName": {
                                "description": "name of the project",
                                "type": "string",
                                "nullable": true
                              },
                              "platform": {
                                "enum": [
                                  "ios",
                                  "android",
                                  "webplayer",
                                  "webgl",
                                  "standaloneosxintel",
                                  "standaloneosxintel64",
                                  "standaloneosxuniversal",
                                  "standaloneosx",
                                  "standalonewindows",
                                  "standalonewindows64",
                                  "standalonelinux",
                                  "standalonelinux64",
                                  "standalonelinuxuniversal",
                                  "wsaplayer",
                                  "gamecorescarlett",
                                  "ps5",
                                  "switch"
                                ],
                                "type": "string"
                              },
                              "size": {
                                "description": "size of the the primary build artifact in bytes",
                                "type": "number"
                              },
                              "created": {
                                "description": "creation date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "lastMod": {
                                "description": "last modified date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "udids": {
                                "description": "iPhone unique identifiers that are able to install this build",
                                "items": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              }
                            },
                            "type": "object",
                            "nullable": true,
                            "additionalProperties": false
                          },
                          "projectName": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectId": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectGuid": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgId": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgFk": {
                            "type": "string",
                            "nullable": true
                          },
                          "filetoken": {
                            "type": "string",
                            "nullable": true
                          },
                          "links": {
                            "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                            "properties": {
                              "artifacts": {
                                "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                "type": "array"
                              }
                            },
                            "additionalProperties": {
                              "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                              "example": {
                                "method": "method",
                                "href": "href"
                              },
                              "properties": {
                                "href": {
                                  "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "redirect": {
                                  "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "object"
                          },
                          "buildReport": {
                            "example": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "properties": {
                              "errors": {
                                "type": "integer"
                              },
                              "warnings": {
                                "type": "integer"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "requestedRevision": {
                            "type": "string",
                            "nullable": true
                          },
                          "error": {
                            "type": "string",
                            "nullable": true
                          },
                          "signedUrls": {
                            "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                            "type": "object",
                            "additionalProperties": {
                              "type": "object",
                              "properties": {
                                "ResumableUri": {
                                  "type": "string"
                                },
                                "SignedUrl": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "text/x-generic": {
                "schema": {
                  "example": {
                    "lastBuilt": {
                      "unityVersion": "unityVersion"
                    },
                    "settings": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "createdBy": "createdBy",
                    "credentials": {
                      "signing": {
                        "credentialResourceRef": {
                          "created": "created",
                          "certificate": {
                            "certName": "certName",
                            "teamId": "teamId",
                            "uploaded": "uploaded",
                            "isDistribution": true,
                            "expiration": "expiration",
                            "issuer": "issuer"
                          },
                          "credentialid": "credentialid",
                          "provisioningProfile": {
                            "numDevices": 1.4658129805029452,
                            "teamId": "teamId",
                            "bundleId": "bundleId",
                            "uploaded": "uploaded",
                            "expiration": "expiration",
                            "type": "developer",
                            "uuid": "uuid",
                            "isEnterpriseProfile": true
                          },
                          "keystore": {
                            "debug": true,
                            "alias": "alias",
                            "expiration": "expiration"
                          },
                          "label": "label",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "credentialid": "credentialid"
                      }
                    },
                    "name": "name",
                    "builds": [
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      {
                        "testResults": {
                          "unit_test_editmode": "{}",
                          "unit_test": "{}",
                          "unit_test_playmode": "{}"
                        },
                        "checkoutTimeInSeconds": 7.061401241503109,
                        "auditChanges": 1.4894159098541704,
                        "operatingSystem": "operatingSystem",
                        "buildGUID": "buildGUID",
                        "changeset": [
                          "{}",
                          "{}"
                        ],
                        "buildReport": {
                          "warnings": 1,
                          "errors": 7
                        },
                        "unityVersion": "unityVersion",
                        "lastBuiltRevision": "lastBuiltRevision",
                        "customConfig": {
                          "unity": {
                            "editorUserBuildSettings": {
                              "switchCreateRomFile": true
                            }
                          },
                          "generateGamePatch": true,
                          "ps5": {
                            "buildType": "PC Hosted"
                          }
                        },
                        "failureDetails": [
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          },
                          {
                            "stages": [
                              "stages",
                              "stages"
                            ],
                            "failureType": "failureType",
                            "count": 5.637376656633329,
                            "label": "label",
                            "publicMessage": "publicMessage",
                            "link": "link",
                            "displayName": "displayName"
                          }
                        ],
                        "orgFk": "orgFk",
                        "links": {
                          "key": {
                            "method": "method",
                            "meta": "{}",
                            "href": "href"
                          }
                        },
                        "cooldownDate": "cooldownDate",
                        "created": "created",
                        "causedBy": "causedBy",
                        "playModeTestTimeInSeconds": 1.0246457001441578,
                        "workspaceSize": 2.3021358869347655,
                        "finished": "finished",
                        "billableTimeInSeconds": 4.145608029883936,
                        "credentialsOutdated": true,
                        "editorIcon": "editorIcon",
                        "publishTimeInSeconds": 3.616076749251911,
                        "queuedReason": "targetConcurrency",
                        "projectGuid": "projectGuid",
                        "buildTargetGroups": [
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          },
                          {
                            "deleted": true,
                            "name": "name",
                            "id": "id",
                            "enabled": true
                          }
                        ],
                        "projectName": "projectName",
                        "publishStartTime": "publishStartTime",
                        "projectId": "projectId",
                        "localUnityVersion": "localUnityVersion",
                        "projectVersion": {
                          "filename": "filename",
                          "size": 6.84685269835264,
                          "created": "created",
                          "udids": [
                            "udids",
                            "udids"
                          ],
                          "name": "name",
                          "bundleId": "bundleId",
                          "links": "{}",
                          "projectName": "projectName",
                          "lastMod": "lastMod",
                          "platform": "ios"
                        },
                        "cleanBuild": true,
                        "formattedPlatformName": "formattedPlatformName",
                        "totalTimeInSeconds": 2.027123023002322,
                        "canceledBy": "api",
                        "error": "error",
                        "filetoken": "filetoken",
                        "platform": "ios",
                        "checkoutStartTime": "checkoutStartTime",
                        "deletedBy": "deletedBy",
                        "orgId": "orgId",
                        "buildStatus": "created",
                        "unitTestTimeInSeconds": 7.386281948385884,
                        "androidSdkVersion": "androidSdkVersion",
                        "operatingSystemVersion": "operatingSystemVersion",
                        "editModeTestTimeInSeconds": 1.2315135367772556,
                        "buildStartTime": "buildStartTime",
                        "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                        "causedByUser": "causedByUser",
                        "buildTimeInSeconds": 9.301444243932576,
                        "machineType": {
                          "name": "name",
                          "label": "label",
                          "operatingSystem": "operatingSystem",
                          "enabled": true
                        },
                        "buildtargetid": "buildtargetid",
                        "favorited": true,
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "requestedRevision": "requestedRevision",
                        "label": "label",
                        "headless": true,
                        "scmBranch": "scmBranch",
                        "deleted": true,
                        "build": 5.962133916683182,
                        "buildTargetName": "buildTargetName",
                        "xcodeVersion": "xcodeVersion",
                        "config": {
                          "buildVersion": "buildVersion",
                          "ps5": {
                            "packageMasterVersion": "packageMasterVersion",
                            "buildType": "PC Hosted",
                            "packageContentVersion": "packageContentVersion",
                            "referenceBuildAttempt": true
                          },
                          "displayVersion": "displayVersion",
                          "latestPatchBuildAttempt": true,
                          "referenceBuildAttempt": true
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      }
                    ],
                    "buildTargetGroups": [
                      {
                        "name": "name",
                        "id": "id"
                      },
                      {
                        "name": "name",
                        "id": "id"
                      }
                    ],
                    "platform": "ios",
                    "enabled": true,
                    "buildtargetid": "buildtargetid"
                  },
                  "properties": {
                    "guid": {
                      "description": "globally unique id for the build target",
                      "type": "string"
                    },
                    "name": {
                      "type": "string",
                      "nullable": true
                    },
                    "createdBy": {
                      "type": "string",
                      "nullable": true
                    },
                    "platform": {
                      "enum": [
                        "ios",
                        "android",
                        "webplayer",
                        "webgl",
                        "standaloneosxintel",
                        "standaloneosxintel64",
                        "standaloneosxuniversal",
                        "standaloneosx",
                        "standalonewindows",
                        "standalonewindows64",
                        "standalonelinux",
                        "standalonelinux64",
                        "standalonelinuxuniversal",
                        "wsaplayer",
                        "gamecorescarlett",
                        "ps5",
                        "switch"
                      ],
                      "type": "string"
                    },
                    "buildtargetid": {
                      "description": "unique id auto-generated from the build target name",
                      "type": "string",
                      "nullable": true
                    },
                    "enabled": {
                      "description": "whether this target can be built by the API",
                      "type": "boolean"
                    },
                    "settings": {
                      "example": {
                        "advanced": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "platform": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "autoBuildLatest": "inherit",
                        "unityVersion": "unityVersion",
                        "autoBuild": true,
                        "operatingSystemVersion": "operatingSystemVersion",
                        "ignorePlasticCheckedInLibrary": true,
                        "remoteCacheStrategy": "none",
                        "scm": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "executablename": "executablename",
                        "architecture": "architecture",
                        "buildProfilePath": "buildProfilePath",
                        "fallbackPatchVersion": true,
                        "artifactCompressionLevel": "inherit",
                        "rubyVersion": "rubyVersion",
                        "buildTargetCopyCache": "buildTargetCopyCache",
                        "cacheCompressionLevel": "inherit",
                        "autoDetectUnityVersion": true,
                        "windowsGitBinary": "inherit",
                        "operatingSystemSelected": "mac",
                        "autoBuildCancellation": false,
                        "buildSchedule": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "machineTypeLabel": "machineTypeLabel"
                      },
                      "properties": {
                        "autoBuildLatest": {
                          "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                          "enum": [
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "autoBuild": {
                          "description": "start builds automatically when your repo is updated",
                          "type": "boolean"
                        },
                        "unityVersion": {
                          "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                          "type": "string",
                          "nullable": true
                        },
                        "autoDetectUnityVersion": {
                          "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                          "type": "boolean"
                        },
                        "fallbackPatchVersion": {
                          "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                          "type": "boolean"
                        },
                        "executablename": {
                          "type": "string",
                          "nullable": true
                        },
                        "buildProfilePath": {
                          "type": "string",
                          "nullable": true
                        },
                        "scm": {
                          "example": {
                            "repo": "repo",
                            "isUnityCloudDrive": true,
                            "client": "client",
                            "type": "git",
                            "branch": "branch",
                            "subdirectory": "subdirectory"
                          },
                          "properties": {
                            "type": {
                              "enum": [
                                "git",
                                "svn",
                                "p4",
                                "oauth",
                                "plastic"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "isUnityCloudDrive": {
                              "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                              "type": "boolean"
                            },
                            "repo": {
                              "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                              "type": "string",
                              "nullable": true
                            },
                            "branch": {
                              "type": "string",
                              "nullable": true
                            },
                            "subdirectory": {
                              "description": "subdirectory to build from",
                              "type": "string",
                              "nullable": true
                            },
                            "client": {
                              "description": "perforce only client workspace to build from",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "platform": {
                          "example": {
                            "bundleId": "bundleId",
                            "xcodeVersion": "xcodeVersion"
                          },
                          "properties": {
                            "bundleId": {
                              "description": "a unique identifier (com.example.name)",
                              "type": "string",
                              "nullable": true
                            },
                            "xcodeVersion": {
                              "description": "a supported xcode version (ex. 'xcode13_0_0')",
                              "type": "string",
                              "nullable": true
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "buildSchedule": {
                          "description": "For Scheduling builds",
                          "example": {
                            "date": "2000-01-23T04:56:07.000+00:00",
                            "cronScheduleString": "cronScheduleString",
                            "cleanBuild": false,
                            "repeatCycle": "once",
                            "isEnabled": false,
                            "skipBuildIfSameCommit": true,
                            "cronScheduleTimezone": "cronScheduleTimezone"
                          },
                          "properties": {
                            "isEnabled": {
                              "default": false,
                              "type": "boolean"
                            },
                            "date": {
                              "format": "date-time",
                              "type": "string",
                              "nullable": true
                            },
                            "repeatCycle": {
                              "enum": [
                                "none",
                                "once",
                                "daily",
                                "weekly",
                                "monthly",
                                "yearly",
                                "cron"
                              ],
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleString": {
                              "description": "cron schedule in string format (* * * * *)",
                              "type": "string",
                              "nullable": true
                            },
                            "cronScheduleTimezone": {
                              "description": "cron schedule timezone (default UTC)",
                              "type": "string",
                              "nullable": true
                            },
                            "cleanBuild": {
                              "default": false,
                              "type": "boolean"
                            },
                            "skipBuildIfSameCommit": {
                              "type": "boolean"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "autoBuildCancellation": {
                          "type": "boolean"
                        },
                        "machineTypeLabel": {
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemSelected": {
                          "enum": [
                            "mac",
                            "windows"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "operatingSystemVersion": {
                          "description": "Choose the version of the operating system for building your project.",
                          "type": "string",
                          "nullable": true
                        },
                        "rubyVersion": {
                          "type": "string",
                          "nullable": true
                        },
                        "remoteCacheStrategy": {
                          "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                          "enum": [
                            "none",
                            "library",
                            "workspace",
                            "boostdisk",
                            "inherit"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "windowsGitBinary": {
                          "description": "Specifies the Git binary that will be used for Windows builds",
                          "enum": [
                            "inherit",
                            "native",
                            "cygwin"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "buildTargetCopyCache": {
                          "description": "Specifies the id of the build target that this target's cache was copied from",
                          "type": "string",
                          "nullable": true
                        },
                        "architecture": {
                          "description": "Specifies the Unity editor architecture to use for building the project.",
                          "type": "string",
                          "nullable": true
                        },
                        "cacheCompressionLevel": {
                          "description": "Specifies the compression level for caching workspace or Library.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "artifactCompressionLevel": {
                          "description": "Specifies the compression level for compressed final artifacts.",
                          "enum": [
                            "inherit",
                            "none",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9"
                          ],
                          "type": "string",
                          "nullable": true
                        },
                        "advanced": {
                          "example": {
                            "unity": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "android": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "xcode": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "uwp": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            }
                          },
                          "properties": {
                            "xcode": {
                              "example": {
                                "customFastlaneConfigPath": "customFastlaneConfigPath",
                                "useArchiveAndExport": true,
                                "uploadXCArchive": true,
                                "shouldNotarize": true
                              },
                              "properties": {
                                "useArchiveAndExport": {
                                  "type": "boolean"
                                },
                                "customFastlaneConfigPath": {
                                  "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "uploadXCArchive": {
                                  "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                  "type": "boolean"
                                },
                                "shouldNotarize": {
                                  "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "android": {
                              "example": {
                                "buildAssetPacks": true,
                                "androidSDKVersion": "androidSDKVersion",
                                "buildAppBundle": true
                              },
                              "properties": {
                                "buildAppBundle": {
                                  "type": "boolean"
                                },
                                "buildAssetPacks": {
                                  "type": "boolean"
                                },
                                "androidSDKVersion": {
                                  "description": "Android SDK Version",
                                  "type": "string",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "unity": {
                              "example": {
                                "postBuildScriptFailsBuild": true,
                                "preExportMethod": "preExportMethod",
                                "playerSettings": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "preBuildScriptFailsBuild": true,
                                "runPlayModeTests": true,
                                "disableAssemblyUpdater": true,
                                "editorUserBuildSettings": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "runUnitTests": true,
                                "runEditModeTests": true,
                                "postBuildScript": "postBuildScript",
                                "acceptApiUpdate": true,
                                "enableLightBake": true,
                                "postExportMethod": "postExportMethod",
                                "assetBundles": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "failedUnitTestFailsBuild": true,
                                "addressables": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "unitTestMethod": "unitTestMethod",
                                "playerExporter": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "scriptingDefineSymbols": "scriptingDefineSymbols",
                                "preBuildScript": "preBuildScript"
                              },
                              "properties": {
                                "preExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postExportMethod": {
                                  "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScript": {
                                  "description": "Relative path to the script that should be run before the build process starts.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "postBuildScript": {
                                  "description": "Relative path to the script that should be run after the build process finishes.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "preBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "postBuildScriptFailsBuild": {
                                  "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                  "type": "boolean"
                                },
                                "scriptingDefineSymbols": {
                                  "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                  "type": "string",
                                  "nullable": true
                                },
                                "playerExporter": {
                                  "example": {
                                    "buildOptions": [
                                      "buildOptions",
                                      "buildOptions"
                                    ],
                                    "sceneList": [
                                      "sceneList",
                                      "sceneList"
                                    ],
                                    "export": true
                                  },
                                  "properties": {
                                    "sceneList": {
                                      "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                      "items": {
                                        "description": "scene names",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "buildOptions": {
                                      "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    },
                                    "export": {
                                      "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                      "type": "boolean"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "playerSettings": {
                                  "example": {
                                    "Android": {
                                      "useAPKExpansionFiles": true
                                    }
                                  },
                                  "properties": {
                                    "Android": {
                                      "example": {
                                        "useAPKExpansionFiles": true
                                      },
                                      "properties": {
                                        "useAPKExpansionFiles": {
                                          "description": "break up android apk into an installable apk and expansion files",
                                          "type": "boolean"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "editorUserBuildSettings": {
                                  "example": {
                                    "androidBuildSystem": "internal",
                                    "standaloneBuildSubtarget": "Player"
                                  },
                                  "properties": {
                                    "androidBuildSystem": {
                                      "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                      "enum": [
                                        "internal",
                                        "gradle"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "standaloneBuildSubtarget": {
                                      "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                      "enum": [
                                        "Player",
                                        "Server"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "assetBundles": {
                                  "example": {
                                    "copyToStreamingAssets": true,
                                    "basePath": "basePath",
                                    "buildAssetBundleOptions": "buildAssetBundleOptions",
                                    "copyBundlePatterns": [
                                      "copyBundlePatterns",
                                      "copyBundlePatterns"
                                    ],
                                    "buildBundles": true
                                  },
                                  "properties": {
                                    "buildBundles": {
                                      "description": "enable asset bundle builds for this target",
                                      "type": "boolean"
                                    },
                                    "basePath": {
                                      "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "buildAssetBundleOptions": {
                                      "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "copyToStreamingAssets": {
                                      "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                      "type": "boolean"
                                    },
                                    "copyBundlePatterns": {
                                      "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                      "items": {
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "addressables": {
                                  "example": {
                                    "profileName": "profileName",
                                    "failedAddressablesFailsBuild": true,
                                    "buildLayoutReportFileFormat": "JSON",
                                    "contentUpdate": true,
                                    "buildAddressables": true,
                                    "generateBuildLayout": true,
                                    "contentUpdateSettings": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    }
                                  },
                                  "properties": {
                                    "buildAddressables": {
                                      "description": "enable addressable builds for this target",
                                      "type": "boolean"
                                    },
                                    "contentUpdate": {
                                      "description": "Update a previously built player with new Addressable Content.",
                                      "type": "boolean"
                                    },
                                    "profileName": {
                                      "description": "which addressables profile should be used for the build",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "failedAddressablesFailsBuild": {
                                      "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                      "type": "boolean"
                                    },
                                    "contentUpdateSettings": {
                                      "example": {
                                        "linkedTargetId": "linkedTargetId",
                                        "contentStatePath": "contentStatePath"
                                      },
                                      "properties": {
                                        "contentStatePath": {
                                          "description": "The path to a Content State .bin file relative to the project root",
                                          "type": "string",
                                          "nullable": true
                                        },
                                        "linkedTargetId": {
                                          "description": "The Id of the build target to obtain a Content State .bin file from",
                                          "type": "string",
                                          "nullable": true
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "generateBuildLayout": {
                                      "description": "Whether to generate the bundle build layout report.",
                                      "type": "boolean"
                                    },
                                    "buildLayoutReportFileFormat": {
                                      "description": "The format of the bundle build layout report.",
                                      "enum": [
                                        "JSON",
                                        "TXT"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "runUnitTests": {
                                  "description": "Run any unit tests your project has when a build happens.",
                                  "type": "boolean"
                                },
                                "runEditModeTests": {
                                  "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "runPlayModeTests": {
                                  "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                  "type": "boolean"
                                },
                                "failedUnitTestFailsBuild": {
                                  "description": "Mark builds as failed if the unit tests do not pass.",
                                  "type": "boolean"
                                },
                                "unitTestMethod": {
                                  "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                  "type": "string",
                                  "nullable": true
                                },
                                "disableAssemblyUpdater": {
                                  "description": "Disable assembly updater when running Unity",
                                  "type": "boolean"
                                },
                                "acceptApiUpdate": {
                                  "description": "Accept API changes when running Unity",
                                  "type": "boolean"
                                },
                                "enableLightBake": {
                                  "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "webGL": {
                              "example": {
                                "beautifulCorner": true,
                                "beautifulCornerContent": false
                              },
                              "properties": {
                                "beautifulCorner": {
                                  "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                },
                                "beautifulCornerContent": {
                                  "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "uwp": {
                              "example": {
                                "capabilities": [
                                  "EnterpriseAuthentication",
                                  "EnterpriseAuthentication"
                                ],
                                "wsaArchitecture": "x64",
                                "windowsSDKVersion": "10.0.17134.0",
                                "buildType": "ExecutableOnly",
                                "msbuildConfiguration": "Debug",
                                "publishVisualStudioSolution": true,
                                "visualStudioVersion": "2019",
                                "targetFamily": [
                                  "Universal",
                                  "Universal"
                                ],
                                "platforms": [
                                  "x64",
                                  "x64"
                                ]
                              },
                              "properties": {
                                "windowsSDKVersion": {
                                  "description": "Sets Windows SDK Version to use when building UWP",
                                  "enum": [
                                    "10.0.17134.0",
                                    "10.0.17763.0",
                                    "10.0.18362.0",
                                    "10.0.19041.0",
                                    "10.0.20348.0",
                                    "10.0.22621.0",
                                    "10.0.22000.0"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "visualStudioVersion": {
                                  "description": "Sets the Visual Studio Version to use when building UWP",
                                  "enum": [
                                    "2019",
                                    "2022"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "wsaArchitecture": {
                                  "description": "Sets target architecture for Exectuable Only builds",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "capabilities": {
                                  "description": "Sets the capabilities of the build UWP application",
                                  "items": {
                                    "description": "UWP Capabilities",
                                    "enum": [
                                      "EnterpriseAuthentication",
                                      "InternetClient",
                                      "InternetClientServer",
                                      "MusicLibrary",
                                      "PicturesLibrary",
                                      "PrivateNetworkClientServer",
                                      "SharedUserCertificates",
                                      "VideosLibrary",
                                      "WebCam",
                                      "RemovableStorage",
                                      "Proximity",
                                      "Microphone",
                                      "Location",
                                      "HumanInterfaceDevice",
                                      "AllJoyn",
                                      "BlockedChatMessages",
                                      "Chat",
                                      "CodeGeneration",
                                      "Objects3D",
                                      "PhoneCall",
                                      "UserAccountInformation",
                                      "VoipCall",
                                      "Bluetooth",
                                      "SpatialPerception",
                                      "InputInjectionBrokered",
                                      "Appointments",
                                      "BackgroundMediaPlayback",
                                      "Contacts",
                                      "LowLevelDevices",
                                      "OfflineMapsManagement",
                                      "PhoneCallHistoryPublic",
                                      "PointOfService",
                                      "RecordedCallsFolder",
                                      "RemoteSystem",
                                      "SystemManagement",
                                      "UserDataTasks",
                                      "UserNotificationListener",
                                      "GazeInput"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "targetFamily": {
                                  "description": "Sets the target device family for the build",
                                  "items": {
                                    "description": "The target device family",
                                    "enum": [
                                      "Universal",
                                      "Desktop",
                                      "Mobile",
                                      "Xbox",
                                      "Holographic",
                                      "IoT",
                                      "IoTHeadless"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "buildType": {
                                  "description": "Sets the build type for UWP. Executable",
                                  "enum": [
                                    "ExecutableOnly",
                                    "D3D",
                                    "XAML"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "msbuildConfiguration": {
                                  "description": "Sets the ms build configuration for UWP",
                                  "enum": [
                                    "Debug",
                                    "Release",
                                    "Master",
                                    "MasterWithLTCG"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "platforms": {
                                  "description": "Sets the target platforms for the AppXBundle",
                                  "items": {
                                    "description": "Target Platform",
                                    "enum": [
                                      "x64",
                                      "x86",
                                      "ARM",
                                      "ARM64"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "type": "array"
                                },
                                "publishVisualStudioSolution": {
                                  "description": "Enable publishing of the visual studio .sln file",
                                  "type": "boolean"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "ignorePlasticCheckedInLibrary": {
                          "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                          "type": "boolean"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "buildTargetGroups": {
                      "items": {
                        "example": {
                          "name": "name",
                          "id": "id"
                        },
                        "properties": {
                          "id": {
                            "type": "string",
                            "format": "object-id",
                            "nullable": true
                          },
                          "name": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    },
                    "lastBuilt": {
                      "example": {
                        "unityVersion": "unityVersion"
                      },
                      "properties": {
                        "unityVersion": {
                          "description": "Last Unity version built by this target. Setting this has no effect.",
                          "type": "string",
                          "nullable": true
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "credentials": {
                      "example": {
                        "signing": {
                          "credentialResourceRef": {
                            "created": "created",
                            "certificate": {
                              "certName": "certName",
                              "teamId": "teamId",
                              "uploaded": "uploaded",
                              "isDistribution": true,
                              "expiration": "expiration",
                              "issuer": "issuer"
                            },
                            "credentialid": "credentialid",
                            "provisioningProfile": {
                              "numDevices": 1.4658129805029452,
                              "teamId": "teamId",
                              "bundleId": "bundleId",
                              "uploaded": "uploaded",
                              "expiration": "expiration",
                              "type": "developer",
                              "uuid": "uuid",
                              "isEnterpriseProfile": true
                            },
                            "keystore": {
                              "debug": true,
                              "alias": "alias",
                              "expiration": "expiration"
                            },
                            "label": "label",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "credentialid": "credentialid"
                        }
                      },
                      "properties": {
                        "signing": {
                          "example": {
                            "credentialResourceRef": {
                              "created": "created",
                              "certificate": {
                                "certName": "certName",
                                "teamId": "teamId",
                                "uploaded": "uploaded",
                                "isDistribution": true,
                                "expiration": "expiration",
                                "issuer": "issuer"
                              },
                              "credentialid": "credentialid",
                              "provisioningProfile": {
                                "numDevices": 1.4658129805029452,
                                "teamId": "teamId",
                                "bundleId": "bundleId",
                                "uploaded": "uploaded",
                                "expiration": "expiration",
                                "type": "developer",
                                "uuid": "uuid",
                                "isEnterpriseProfile": true
                              },
                              "keystore": {
                                "debug": true,
                                "alias": "alias",
                                "expiration": "expiration"
                              },
                              "label": "label",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "credentialid": "credentialid"
                          },
                          "properties": {
                            "credentialid": {
                              "type": "string",
                              "nullable": true
                            },
                            "credentialResourceRef": {
                              "example": {
                                "created": "created",
                                "certificate": {
                                  "certName": "certName",
                                  "teamId": "teamId",
                                  "uploaded": "uploaded",
                                  "isDistribution": true,
                                  "expiration": "expiration",
                                  "issuer": "issuer"
                                },
                                "credentialid": "credentialid",
                                "provisioningProfile": {
                                  "numDevices": 1.4658129805029452,
                                  "teamId": "teamId",
                                  "bundleId": "bundleId",
                                  "uploaded": "uploaded",
                                  "expiration": "expiration",
                                  "type": "developer",
                                  "uuid": "uuid",
                                  "isEnterpriseProfile": true
                                },
                                "keystore": {
                                  "debug": true,
                                  "alias": "alias",
                                  "expiration": "expiration"
                                },
                                "label": "label",
                                "lastMod": "lastMod",
                                "platform": "ios"
                              },
                              "properties": {
                                "platform": {
                                  "enum": [
                                    "ios",
                                    "android",
                                    "webplayer",
                                    "webgl",
                                    "standaloneosxintel",
                                    "standaloneosxintel64",
                                    "standaloneosxuniversal",
                                    "standaloneosx",
                                    "standalonewindows",
                                    "standalonewindows64",
                                    "standalonelinux",
                                    "standalonelinux64",
                                    "standalonelinuxuniversal",
                                    "wsaplayer",
                                    "gamecorescarlett",
                                    "ps5",
                                    "switch"
                                  ],
                                  "type": "string"
                                },
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "credentialid": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "created": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "lastMod": {
                                  "type": "string",
                                  "format": "date-time",
                                  "nullable": true
                                },
                                "certificate": {
                                  "example": {
                                    "certName": "certName",
                                    "teamId": "teamId",
                                    "uploaded": "uploaded",
                                    "isDistribution": true,
                                    "expiration": "expiration",
                                    "issuer": "issuer"
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "certName": {
                                      "description": "certificate name (from the certificate)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isDistribution": {
                                      "description": "if this is a distribution certificate",
                                      "type": "boolean"
                                    },
                                    "issuer": {
                                      "description": "issuer of the certificate",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "provisioningProfile": {
                                  "example": {
                                    "numDevices": 1.4658129805029452,
                                    "teamId": "teamId",
                                    "bundleId": "bundleId",
                                    "uploaded": "uploaded",
                                    "expiration": "expiration",
                                    "type": "developer",
                                    "uuid": "uuid",
                                    "isEnterpriseProfile": true
                                  },
                                  "properties": {
                                    "teamId": {
                                      "description": "generated team id from Apple",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "bundleId": {
                                      "description": "a unique identifier (com.example.name)",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "uuid": {
                                      "description": "generated UUID of the profile",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    },
                                    "isEnterpriseProfile": {
                                      "description": "is this compiled for Apple's enterprise program",
                                      "type": "boolean"
                                    },
                                    "type": {
                                      "enum": [
                                        "developer",
                                        "adhoc",
                                        "appstore"
                                      ],
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "numDevices": {
                                      "description": "number of devices provisioned for this certificate",
                                      "type": "number"
                                    },
                                    "uploaded": {
                                      "description": "uploaded date",
                                      "type": "string",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "keystore": {
                                  "example": {
                                    "debug": true,
                                    "alias": "alias",
                                    "expiration": "expiration"
                                  },
                                  "properties": {
                                    "alias": {
                                      "description": "friendly name for keystore",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "debug": {
                                      "description": "whether this is a debug or production keystore",
                                      "type": "boolean"
                                    },
                                    "expiration": {
                                      "description": "expiration date",
                                      "type": "string",
                                      "format": "date-time",
                                      "nullable": true
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "builds": {
                      "items": {
                        "description": "buildattempt",
                        "example": {
                          "checkoutTimeInSeconds": 7.061401241503109,
                          "auditChanges": 1.4894159098541704,
                          "operatingSystem": "operatingSystem",
                          "buildGUID": "buildGUID",
                          "changeset": [
                            "{}",
                            "{}"
                          ],
                          "buildReport": {
                            "warnings": 1,
                            "errors": 7
                          },
                          "unityVersion": "unityVersion",
                          "lastBuiltRevision": "lastBuiltRevision",
                          "failureDetails": [
                            {
                              "stage": "checkout",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 42,
                              "stageMatch": true
                            },
                            {
                              "stage": "build",
                              "failureType": "failureType",
                              "label": "label",
                              "publicMessage": "publicMessage",
                              "link": "link",
                              "displayName": "displayName",
                              "logline": 126,
                              "stageMatch": false
                            }
                          ],
                          "orgFk": "orgFk",
                          "links": {
                            "key": {
                              "method": "method",
                              "meta": "{}",
                              "href": "href"
                            }
                          },
                          "cooldownDate": "cooldownDate",
                          "created": "created",
                          "causedBy": "causedBy",
                          "playModeTestTimeInSeconds": 1.0246457001441578,
                          "workspaceSize": 2.3021358869347655,
                          "finished": "finished",
                          "billableTimeInSeconds": 4.145608029883936,
                          "credentialsOutdated": true,
                          "editorIcon": "editorIcon",
                          "publishTimeInSeconds": 3.616076749251911,
                          "queuedReason": "targetConcurrency",
                          "projectGuid": "projectGuid",
                          "buildTargetGroups": [
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            },
                            {
                              "deleted": true,
                              "name": "name",
                              "id": "id",
                              "enabled": true
                            }
                          ],
                          "projectName": "projectName",
                          "publishStartTime": "publishStartTime",
                          "projectId": "projectId",
                          "projectVersion": {
                            "filename": "filename",
                            "size": 6.84685269835264,
                            "created": "created",
                            "udids": [
                              "udids",
                              "udids"
                            ],
                            "name": "name",
                            "bundleId": "bundleId",
                            "projectName": "projectName",
                            "lastMod": "lastMod",
                            "platform": "ios"
                          },
                          "cleanBuild": true,
                          "formattedPlatformName": "formattedPlatformName",
                          "totalTimeInSeconds": 2.027123023002322,
                          "canceledBy": "api",
                          "error": "error",
                          "filetoken": "filetoken",
                          "platform": "ios",
                          "checkoutStartTime": "checkoutStartTime",
                          "deletedBy": "deletedBy",
                          "orgId": "orgId",
                          "buildStatus": "created",
                          "unitTestTimeInSeconds": 7.386281948385884,
                          "androidSdkVersion": "androidSdkVersion",
                          "operatingSystemVersion": "operatingSystemVersion",
                          "editModeTestTimeInSeconds": 1.2315135367772556,
                          "buildStartTime": "buildStartTime",
                          "groupBuildId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
                          "causedByUser": "causedByUser",
                          "buildTimeInSeconds": 9.301444243932576,
                          "machineType": {
                            "name": "name",
                            "label": "label",
                            "operatingSystem": "operatingSystem",
                            "enabled": true
                          },
                          "buildtargetid": "buildtargetid",
                          "favorited": true,
                          "architecture": "architecture",
                          "buildProfilePath": "buildProfilePath",
                          "requestedRevision": "requestedRevision",
                          "label": "label",
                          "headless": true,
                          "scmBranch": "scmBranch",
                          "deleted": true,
                          "build": 5.962133916683182,
                          "buildTargetName": "buildTargetName",
                          "xcodeVersion": "xcodeVersion",
                          "machineTypeLabel": "machineTypeLabel"
                        },
                        "properties": {
                          "build": {
                            "type": "number"
                          },
                          "buildtargetid": {
                            "description": "unique id auto-generated from the build target name",
                            "anyOf": [
                              {
                                "type": "string",
                                "nullable": true
                              },
                              {
                                "type": "string",
                                "format": "object-id"
                              }
                            ]
                          },
                          "buildTargetName": {
                            "type": "string",
                            "nullable": true
                          },
                          "buildGUID": {
                            "description": "unique GUID identifying this build",
                            "type": "string",
                            "nullable": true
                          },
                          "buildStatus": {
                            "enum": [
                              "created",
                              "queued",
                              "sentToBuilder",
                              "started",
                              "restarted",
                              "success",
                              "failure",
                              "canceled",
                              "unknown",
                              "processing"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "description": "if the build was built without using data cached from previous builds",
                            "type": "boolean"
                          },
                          "failureDetails": {
                            "description": "list of failure details for this build attempt, when available",
                            "items": {
                              "example": {
                                "stage": "checkout",
                                "failureType": "failureType",
                                "label": "label",
                                "publicMessage": "publicMessage",
                                "link": "link",
                                "displayName": "displayName",
                                "logline": 42,
                                "stageMatch": true
                              },
                              "properties": {
                                "label": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "publicMessage": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "link": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "stage": {
                                  "type": "string",
                                  "description": "Build stage where the failure occurred"
                                },
                                "failureType": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "logline": {
                                  "type": "number",
                                  "nullable": true,
                                  "description": "The line number in the build log where the failure occurred"
                                },
                                "stageMatch": {
                                  "type": "boolean",
                                  "nullable": true,
                                  "description": "Whether the failure stage matched the expected stage"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "canceledBy": {
                            "enum": [
                              "api",
                              "service",
                              "service-timelimit",
                              "concurrency-timelimit",
                              "restart-limit",
                              "evaluation-timelimit",
                              "jenkins-timelimit",
                              "service-badconfiguration",
                              "billing-invalidsubscription"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "causedBy": {
                            "description": "What triggered the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "causedByUser": {
                            "description": "Name of the user who caused the build to be created",
                            "type": "string",
                            "nullable": true
                          },
                          "buildProfilePath": {
                            "type": "string",
                            "nullable": true
                          },
                          "platform": {
                            "enum": [
                              "ios",
                              "android",
                              "webplayer",
                              "webgl",
                              "standaloneosxintel",
                              "standaloneosxintel64",
                              "standaloneosxuniversal",
                              "standaloneosx",
                              "standalonewindows",
                              "standalonewindows64",
                              "standalonelinux",
                              "standalonelinux64",
                              "standalonelinuxuniversal",
                              "wsaplayer",
                              "gamecorescarlett",
                              "ps5",
                              "switch"
                            ],
                            "type": "string"
                          },
                          "formattedPlatformName": {
                            "type": "string",
                            "nullable": true
                          },
                          "editorIcon": {
                            "type": "string",
                            "nullable": true
                          },
                          "workspaceSize": {
                            "description": "size of workspace in bytes",
                            "type": "number"
                          },
                          "created": {
                            "description": "when the build was created",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "finished": {
                            "description": "when the build completely finished",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutStartTime": {
                            "description": "when the build starting checking out code",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "checkoutTimeInSeconds": {
                            "description": "amount of time spent checking out code",
                            "type": "number"
                          },
                          "buildStartTime": {
                            "description": "when the build started compiling",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "buildTimeInSeconds": {
                            "description": "amount of time spend compiling",
                            "type": "number"
                          },
                          "buildTimeoutMinutes": {
                            "description": "total allowed build time before the build attempt times out",
                            "type": "number"
                          },
                          "publishStartTime": {
                            "description": "when the build started saving build artifacts",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "publishTimeInSeconds": {
                            "description": "amount of time spent saving build artifacts",
                            "type": "number"
                          },
                          "totalTimeInSeconds": {
                            "description": "total time for the build",
                            "type": "number"
                          },
                          "billableTimeInSeconds": {
                            "description": "total billable time for the build",
                            "type": "number"
                          },
                          "unitTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "editModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "playModeTestTimeInSeconds": {
                            "description": "total time for unit test execution step",
                            "type": "number"
                          },
                          "lastBuiltRevision": {
                            "description": "source control commit id for the build",
                            "type": "string",
                            "nullable": true
                          },
                          "changeset": {
                            "description": "a list of source control changes between this and the last build",
                            "type": "array"
                          },
                          "favorited": {
                            "description": "if the build is marked as do not delete or not",
                            "type": "boolean"
                          },
                          "label": {
                            "description": "description given when a build is favorited",
                            "type": "string",
                            "nullable": true
                          },
                          "deleted": {
                            "description": "if the build is deleted or not",
                            "type": "boolean"
                          },
                          "headless": {
                            "description": "if the build was built to run in linux headless mode",
                            "type": "boolean"
                          },
                          "credentialsOutdated": {
                            "description": "if a newer credential has been attached to this buildtarget and the build can be re-signed",
                            "type": "boolean"
                          },
                          "groupBuildId": {
                            "description": "the unique ID used to launch a group of attempts",
                            "format": "uuid",
                            "type": "string",
                            "nullable": true
                          },
                          "buildTargetGroups": {
                            "description": "list of build target groups this build attempt is a part of",
                            "items": {
                              "example": {
                                "deleted": true,
                                "name": "name",
                                "id": "id",
                                "enabled": true
                              },
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "id": {
                                  "type": "string",
                                  "format": "object-id",
                                  "nullable": true
                                },
                                "deleted": {
                                  "type": "boolean"
                                },
                                "enabled": {
                                  "type": "boolean"
                                }
                              },
                              "required": [
                                "deleted",
                                "enabled",
                                "id",
                                "name"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "machineType": {
                            "description": "the type of machine used to build this build",
                            "example": {
                              "name": "name",
                              "label": "label",
                              "operatingSystem": "operatingSystem",
                              "enabled": true
                            },
                            "properties": {
                              "name": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "enabled": {
                                "type": "boolean"
                              },
                              "operatingSystem": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "enabled",
                              "label",
                              "name",
                              "operatingSystem"
                            ],
                            "type": "object",
                            "additionalProperties": false
                          },
                          "deletedBy": {
                            "description": "email address of the user who deleted this attempt",
                            "type": "string",
                            "nullable": true
                          },
                          "queuedReason": {
                            "description": "reason the build is currently waiting",
                            "enum": [
                              "targetConcurrency",
                              "cooldown",
                              "buildConcurrency",
                              "concurrency",
                              "waitingForBuildAgent",
                              "evaluating",
                              "sentToBuilder",
                              "notPending"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cooldownDate": {
                            "description": "time until this build will be reconsidered for building",
                            "type": "string",
                            "format": "date-time",
                            "nullable": true
                          },
                          "scmBranch": {
                            "description": "scm branch to be built",
                            "type": "string",
                            "nullable": true
                          },
                          "unityVersion": {
                            "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                            "type": "string",
                            "nullable": true
                          },
                          "architecture": {
                            "description": "The Unity editor architecture used for building",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystemVersion": {
                            "description": "a supported operating system version (ex. 'monterey')",
                            "type": "string",
                            "nullable": true
                          },
                          "operatingSystem": {
                            "description": "the OS that this build ran (or will run) on (ex. 'windows' / 'mac')",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          },
                          "androidSdkVersion": {
                            "description": "a supported android sdk version (ex. 'android_sdk_34')",
                            "type": "string",
                            "nullable": true
                          },
                          "auditChanges": {
                            "type": "number"
                          },
                          "projectVersion": {
                            "example": {
                              "filename": "filename",
                              "size": 6.84685269835264,
                              "created": "created",
                              "udids": [
                                "udids",
                                "udids"
                              ],
                              "name": "name",
                              "bundleId": "bundleId",
                              "projectName": "projectName",
                              "lastMod": "lastMod",
                              "platform": "ios"
                            },
                            "properties": {
                              "name": {
                                "description": "automatically generated name for the build",
                                "type": "string",
                                "nullable": true
                              },
                              "filename": {
                                "description": "filename for the primary artifact",
                                "type": "string",
                                "nullable": true
                              },
                              "projectName": {
                                "description": "name of the project",
                                "type": "string",
                                "nullable": true
                              },
                              "platform": {
                                "enum": [
                                  "ios",
                                  "android",
                                  "webplayer",
                                  "webgl",
                                  "standaloneosxintel",
                                  "standaloneosxintel64",
                                  "standaloneosxuniversal",
                                  "standaloneosx",
                                  "standalonewindows",
                                  "standalonewindows64",
                                  "standalonelinux",
                                  "standalonelinux64",
                                  "standalonelinuxuniversal",
                                  "wsaplayer",
                                  "gamecorescarlett",
                                  "ps5",
                                  "switch"
                                ],
                                "type": "string"
                              },
                              "size": {
                                "description": "size of the the primary build artifact in bytes",
                                "type": "number"
                              },
                              "created": {
                                "description": "creation date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "lastMod": {
                                "description": "last modified date",
                                "type": "string",
                                "format": "date-time",
                                "nullable": true
                              },
                              "bundleId": {
                                "description": "a unique identifier (com.example.name)",
                                "type": "string",
                                "nullable": true
                              },
                              "udids": {
                                "description": "iPhone unique identifiers that are able to install this build",
                                "items": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              }
                            },
                            "type": "object",
                            "nullable": true,
                            "additionalProperties": false
                          },
                          "projectName": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectId": {
                            "type": "string",
                            "nullable": true
                          },
                          "projectGuid": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgId": {
                            "type": "string",
                            "nullable": true
                          },
                          "orgFk": {
                            "type": "string",
                            "nullable": true
                          },
                          "filetoken": {
                            "type": "string",
                            "nullable": true
                          },
                          "links": {
                            "description": "Hypermedia links for this build (e.g. `self`, `log`, `auditlog`,\n`download_primary`, `download_dsym`, `create_share`,\n`revoke_share`, `icon`). Each entry follows the\n`buildattempt_links_value` shape. `href` values may be absolute\nor relative — see the \"Hypermedia links\" section of the API\noverview.",
                            "properties": {
                              "artifacts": {
                                "description": "Per-archive download links. Only populated when the request\nincludes `?include=links.artifacts`. Each entry exposes the\narchive's `files[]`, where every file carries an `href` and a\n`redirect` flag with the same semantics as the keyed links\nabove.",
                                "type": "array"
                              }
                            },
                            "additionalProperties": {
                              "description": "A single hypermedia link. `href` may be either an absolute URL\n(e.g. a signed storage URL) or a path relative to this API (e.g.\n`/api/v1/orgs/.../download/files.json`). Relative `href`s must be\nresolved against the same scheme and host you used to call this\nendpoint. When `redirect` is `true`, the link points back at this\nAPI; following it returns a `303` whose body contains a signed\nstorage URL (the response does **not** set a `Location` header,\nso clients must read the URL from the body). See the\n\"Hypermedia links\" section in the API overview for details.",
                              "example": {
                                "method": "method",
                                "href": "href"
                              },
                              "properties": {
                                "href": {
                                  "description": "Absolute URL or path relative to this API's base path\n(`/api/v1`). Relative values must be resolved against the host\nyou used to make the request.",
                                  "type": "string",
                                  "nullable": true
                                },
                                "method": {
                                  "type": "string",
                                  "nullable": true
                                },
                                "redirect": {
                                  "description": "When `true`, `href` points back at this API. Issuing a `GET`\nagainst it returns a `303` whose JSON body is the signed\nstorage URL (no `Location` header is set). Clients must read\nthe URL from the body and `GET` it directly — standard\nredirect-following (e.g. `curl -L`, browser fetch) will not\nwork for these links.",
                                  "type": "boolean",
                                  "nullable": true
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "object"
                          },
                          "buildReport": {
                            "example": {
                              "warnings": 1,
                              "errors": 7
                            },
                            "properties": {
                              "errors": {
                                "type": "integer"
                              },
                              "warnings": {
                                "type": "integer"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "machineTypeLabel": {
                            "type": "string",
                            "nullable": true
                          },
                          "requestedRevision": {
                            "type": "string",
                            "nullable": true
                          },
                          "error": {
                            "type": "string",
                            "nullable": true
                          },
                          "signedUrls": {
                            "description": "Signed URLs for direct upload. Only present for local builds\nwhen files are provided in the request.\n",
                            "type": "object",
                            "additionalProperties": {
                              "type": "object",
                              "properties": {
                                "ResumableUri": {
                                  "type": "string"
                                },
                                "SignedUrl": {
                                  "type": "string"
                                }
                              },
                              "additionalProperties": false
                            },
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              }
            },
            "description": "OK"
          },
          "default": {
            "description": "Error",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "put": {
        "summary": "Update build target details",
        "operationId": "updateBuildTarget",
        "x-eov-operation-handler": "buildtargets",
        "tags": [
          "buildtargets"
        ],
        "security": [
          {
            "apikey": [],
            "permissions": [
              "project:manager"
            ]
          }
        ],
        "parameters": [
          {
            "description": "Organization identifier",
            "in": "path",
            "name": "orgid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Project identifier",
            "in": "path",
            "name": "projectid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "unique id auto-generated from the build target name",
            "in": "path",
            "name": "buildtargetid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "name": {
                    "type": "string",
                    "nullable": true
                  },
                  "platform": {
                    "enum": [
                      "ios",
                      "android",
                      "webplayer",
                      "webgl",
                      "standaloneosxintel",
                      "standaloneosxintel64",
                      "standaloneosxuniversal",
                      "standaloneosx",
                      "standalonewindows",
                      "standalonewindows64",
                      "standalonelinux",
                      "standalonelinux64",
                      "standalonelinuxuniversal",
                      "wsaplayer",
                      "gamecorescarlett",
                      "ps5",
                      "switch"
                    ],
                    "type": "string"
                  },
                  "targetType": {
                    "enum": [
                      "normal",
                      "projectPreview",
                      "editor"
                    ],
                    "type": "string"
                  },
                  "enabled": {
                    "type": "boolean"
                  },
                  "settings": {
                    "example": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
                      "platform": {
                        "bundleId": "bundleId",
                        "xcodeVersion": "xcodeVersion"
                      },
                      "autoBuildLatest": "inherit",
                      "unityVersion": "unityVersion",
                      "autoBuild": true,
                      "operatingSystemVersion": "operatingSystemVersion",
                      "ignorePlasticCheckedInLibrary": true,
                      "remoteCacheStrategy": "none",
                      "scm": {
                        "repo": "repo",
                        "isUnityCloudDrive": true,
                        "client": "client",
                        "type": "git",
                        "branch": "branch",
                        "subdirectory": "subdirectory"
                      },
                      "executablename": "executablename",
                      "architecture": "architecture",
                      "buildProfilePath": "buildProfilePath",
                      "fallbackPatchVersion": true,
                      "artifactCompressionLevel": "inherit",
                      "rubyVersion": "rubyVersion",
                      "buildTargetCopyCache": "buildTargetCopyCache",
                      "cacheCompressionLevel": "inherit",
                      "autoDetectUnityVersion": true,
                      "windowsGitBinary": "inherit",
                      "operatingSystemSelected": "mac",
                      "autoBuildCancellation": false,
                      "buildSchedule": {
                        "date": "2000-01-23T04:56:07.000+00:00",
                        "cronScheduleString": "cronScheduleString",
                        "cleanBuild": false,
                        "repeatCycle": "once",
                        "isEnabled": false,
                        "skipBuildIfSameCommit": true,
                        "cronScheduleTimezone": "cronScheduleTimezone"
                      },
                      "machineTypeLabel": "machineTypeLabel"
                    },
                    "properties": {
                      "autoBuildLatest": {
                        "description": "start build automatically when using a linked Unity version (ex. Always Use Latest 6000.X) and the linked version is updated",
                        "enum": [
                          "inherit"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "autoBuild": {
                        "description": "start builds automatically when your repo is updated",
                        "type": "boolean"
                      },
                      "unityVersion": {
                        "description": "'latest' or a unity dot version with underscores (ex. '4_6_5')",
                        "type": "string",
                        "nullable": true
                      },
                      "autoDetectUnityVersion": {
                        "description": "attempt to automatically detect which unity version to use, fallback to specified unityVersion if unable to.",
                        "type": "boolean"
                      },
                      "fallbackPatchVersion": {
                        "description": "attempt to get a similar unity patch version to use, applies to unavailable auto-detected Unity versions only.",
                        "type": "boolean"
                      },
                      "executablename": {
                        "type": "string",
                        "nullable": true
                      },
                      "buildProfilePath": {
                        "type": "string",
                        "nullable": true
                      },
                      "scm": {
                        "example": {
                          "repo": "repo",
                          "isUnityCloudDrive": true,
                          "client": "client",
                          "type": "git",
                          "branch": "branch",
                          "subdirectory": "subdirectory"
                        },
                        "properties": {
                          "type": {
                            "enum": [
                              "git",
                              "svn",
                              "p4",
                              "oauth",
                              "plastic"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "isUnityCloudDrive": {
                            "description": "If true, the build will use the Unity Cloud Drive for the source code (only applies to UVCS projects).",
                            "type": "boolean"
                          },
                          "repo": {
                            "description": "Which repo to use. Only applies to Plastic SCM, other SCM types configure repo on the project level.",
                            "type": "string",
                            "nullable": true
                          },
                          "branch": {
                            "type": "string",
                            "nullable": true
                          },
                          "subdirectory": {
                            "description": "subdirectory to build from",
                            "type": "string",
                            "nullable": true
                          },
                          "client": {
                            "description": "perforce only client workspace to build from",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "platform": {
                        "example": {
                          "bundleId": "bundleId",
                          "xcodeVersion": "xcodeVersion"
                        },
                        "properties": {
                          "bundleId": {
                            "description": "a unique identifier (com.example.name)",
                            "type": "string",
                            "nullable": true
                          },
                          "xcodeVersion": {
                            "description": "a supported xcode version (ex. 'xcode13_0_0')",
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "buildSchedule": {
                        "description": "For Scheduling builds",
                        "example": {
                          "date": "2000-01-23T04:56:07.000+00:00",
                          "cronScheduleString": "cronScheduleString",
                          "cleanBuild": false,
                          "repeatCycle": "once",
                          "isEnabled": false,
                          "skipBuildIfSameCommit": true,
                          "cronScheduleTimezone": "cronScheduleTimezone"
                        },
                        "properties": {
                          "isEnabled": {
                            "default": false,
                            "type": "boolean"
                          },
                          "date": {
                            "format": "date-time",
                            "type": "string",
                            "nullable": true
                          },
                          "repeatCycle": {
                            "enum": [
                              "none",
                              "once",
                              "daily",
                              "weekly",
                              "monthly",
                              "yearly",
                              "cron"
                            ],
                            "type": "string",
                            "nullable": true
                          },
                          "cronScheduleString": {
                            "description": "cron schedule in string format (* * * * *)",
                            "type": "string",
                            "nullable": true
                          },
                          "cronScheduleTimezone": {
                            "description": "cron schedule timezone (default UTC)",
                            "type": "string",
                            "nullable": true
                          },
                          "cleanBuild": {
                            "default": false,
                            "type": "boolean"
                          },
                          "skipBuildIfSameCommit": {
                            "type": "boolean"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "autoBuildCancellation": {
                        "type": "boolean"
                      },
                      "machineTypeLabel": {
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemSelected": {
                        "enum": [
                          "mac",
                          "windows"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "operatingSystemVersion": {
                        "description": "Choose the version of the operating system for building your project.",
                        "type": "string",
                        "nullable": true
                      },
                      "rubyVersion": {
                        "type": "string",
                        "nullable": true
                      },
                      "remoteCacheStrategy": {
                        "description": "Specifies the caching strategy (none, library, workspace, or inherit) for remote data storage and retrieval",
                        "enum": [
                          "none",
                          "library",
                          "workspace",
                          "boostdisk",
                          "inherit"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "windowsGitBinary": {
                        "description": "Specifies the Git binary that will be used for Windows builds",
                        "enum": [
                          "inherit",
                          "native",
                          "cygwin"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "buildTargetCopyCache": {
                        "description": "Specifies the id of the build target that this target's cache was copied from",
                        "type": "string",
                        "nullable": true
                      },
                      "architecture": {
                        "description": "Specifies the Unity editor architecture to use for building the project.",
                        "type": "string",
                        "nullable": true
                      },
                      "cacheCompressionLevel": {
                        "description": "Specifies the compression level for caching workspace or Library.",
                        "enum": [
                          "inherit",
                          "none",
                          "1",
                          "2",
                          "3",
                          "4",
                          "5",
                          "6",
                          "7",
                          "8",
                          "9"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "artifactCompressionLevel": {
                        "description": "Specifies the compression level for compressed final artifacts.",
                        "enum": [
                          "inherit",
                          "none",
                          "1",
                          "2",
                          "3",
                          "4",
                          "5",
                          "6",
                          "7",
                          "8",
                          "9"
                        ],
                        "type": "string",
                        "nullable": true
                      },
                      "advanced": {
                        "example": {
                          "unity": {
                            "postBuildScriptFailsBuild": true,
                            "preExportMethod": "preExportMethod",
                            "playerSettings": {
                              "Android": {
                                "useAPKExpansionFiles": true
                              }
                            },
                            "preBuildScriptFailsBuild": true,
                            "runPlayModeTests": true,
                            "disableAssemblyUpdater": true,
                            "editorUserBuildSettings": {
                              "androidBuildSystem": "internal",
                              "standaloneBuildSubtarget": "Player"
                            },
                            "runUnitTests": true,
                            "runEditModeTests": true,
                            "postBuildScript": "postBuildScript",
                            "acceptApiUpdate": true,
                            "enableLightBake": true,
                            "postExportMethod": "postExportMethod",
                            "assetBundles": {
                              "copyToStreamingAssets": true,
                              "basePath": "basePath",
                              "buildAssetBundleOptions": "buildAssetBundleOptions",
                              "copyBundlePatterns": [
                                "copyBundlePatterns",
                                "copyBundlePatterns"
                              ],
                              "buildBundles": true
                            },
                            "failedUnitTestFailsBuild": true,
                            "addressables": {
                              "profileName": "profileName",
                              "failedAddressablesFailsBuild": true,
                              "buildLayoutReportFileFormat": "JSON",
                              "contentUpdate": true,
                              "buildAddressables": true,
                              "generateBuildLayout": true,
                              "contentUpdateSettings": {
                                "linkedTargetId": "linkedTargetId",
                                "contentStatePath": "contentStatePath"
                              }
                            },
                            "unitTestMethod": "unitTestMethod",
                            "playerExporter": {
                              "buildOptions": [
                                "buildOptions",
                                "buildOptions"
                              ],
                              "sceneList": [
                                "sceneList",
                                "sceneList"
                              ],
                              "export": true
                            },
                            "scriptingDefineSymbols": "scriptingDefineSymbols",
                            "preBuildScript": "preBuildScript"
                          },
                          "android": {
                            "buildAssetPacks": true,
                            "androidSDKVersion": "androidSDKVersion",
                            "buildAppBundle": true
                          },
                          "xcode": {
                            "customFastlaneConfigPath": "customFastlaneConfigPath",
                            "useArchiveAndExport": true,
                            "uploadXCArchive": true,
                            "shouldNotarize": true
                          },
                          "uwp": {
                            "capabilities": [
                              "EnterpriseAuthentication",
                              "EnterpriseAuthentication"
                            ],
                            "wsaArchitecture": "x64",
                            "windowsSDKVersion": "10.0.17134.0",
                            "buildType": "ExecutableOnly",
                            "msbuildConfiguration": "Debug",
                            "publishVisualStudioSolution": true,
                            "visualStudioVersion": "2019",
                            "targetFamily": [
                              "Universal",
                              "Universal"
                            ],
                            "platforms": [
                              "x64",
                              "x64"
                            ]
                          }
                        },
                        "properties": {
                          "xcode": {
                            "example": {
                              "customFastlaneConfigPath": "customFastlaneConfigPath",
                              "useArchiveAndExport": true,
                              "uploadXCArchive": true,
                              "shouldNotarize": true
                            },
                            "properties": {
                              "useArchiveAndExport": {
                                "type": "boolean"
                              },
                              "customFastlaneConfigPath": {
                                "description": "The path (including file name) from the project root to the custom FastLane configuration json file to configure multiple provisioning files, or customize the FastLane build process.\nSee https://forum.unity.com/threads/xcode-9-multiple-provisioning-profiles.545121/\nWill look for Assets/ucb_xcode_fastlane.json by default, if not specified.",
                                "type": "string",
                                "nullable": true
                              },
                              "uploadXCArchive": {
                                "description": "Upload the XCArchive file produced by the build. This file will be downloadable from the dashboard if this property is true.",
                                "type": "boolean"
                              },
                              "shouldNotarize": {
                                "description": "Only used with OSX targets, this triggers signing and notarization process for the executable.",
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "android": {
                            "example": {
                              "buildAssetPacks": true,
                              "androidSDKVersion": "androidSDKVersion",
                              "buildAppBundle": true
                            },
                            "properties": {
                              "buildAppBundle": {
                                "type": "boolean"
                              },
                              "buildAssetPacks": {
                                "type": "boolean"
                              },
                              "androidSDKVersion": {
                                "description": "Android SDK Version",
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "unity": {
                            "example": {
                              "postBuildScriptFailsBuild": true,
                              "preExportMethod": "preExportMethod",
                              "playerSettings": {
                                "Android": {
                                  "useAPKExpansionFiles": true
                                }
                              },
                              "preBuildScriptFailsBuild": true,
                              "runPlayModeTests": true,
                              "disableAssemblyUpdater": true,
                              "editorUserBuildSettings": {
                                "androidBuildSystem": "internal",
                                "standaloneBuildSubtarget": "Player"
                              },
                              "runUnitTests": true,
                              "runEditModeTests": true,
                              "postBuildScript": "postBuildScript",
                              "acceptApiUpdate": true,
                              "enableLightBake": true,
                              "postExportMethod": "postExportMethod",
                              "assetBundles": {
                                "copyToStreamingAssets": true,
                                "basePath": "basePath",
                                "buildAssetBundleOptions": "buildAssetBundleOptions",
                                "copyBundlePatterns": [
                                  "copyBundlePatterns",
                                  "copyBundlePatterns"
                                ],
                                "buildBundles": true
                              },
                              "failedUnitTestFailsBuild": true,
                              "addressables": {
                                "profileName": "profileName",
                                "failedAddressablesFailsBuild": true,
                                "buildLayoutReportFileFormat": "JSON",
                                "contentUpdate": true,
                                "buildAddressables": true,
                                "generateBuildLayout": true,
                                "contentUpdateSettings": {
                                  "linkedTargetId": "linkedTargetId",
                                  "contentStatePath": "contentStatePath"
                                }
                              },
                              "unitTestMethod": "unitTestMethod",
                              "playerExporter": {
                                "buildOptions": [
                                  "buildOptions",
                                  "buildOptions"
                                ],
                                "sceneList": [
                                  "sceneList",
                                  "sceneList"
                                ],
                                "export": true
                              },
                              "scriptingDefineSymbols": "scriptingDefineSymbols",
                              "preBuildScript": "preBuildScript"
                            },
                            "properties": {
                              "preExportMethod": {
                                "description": "The fully-qualified name of a public static method you want us to call before we start the Unity build process.\nFor example: ClassName.NeatMethod or NameSpace.ClassName.NeatMethod.\nNo trailing parenthesis, and it can't have the same name as your Post-Export method!",
                                "type": "string",
                                "nullable": true
                              },
                              "postExportMethod": {
                                "description": "The fully-qualified name of a public static method you want us to call after we finish the Unity build process\n(but before Xcode). For example: ClassName.CoolMethod or NameSpace.ClassName.CoolMethod. No trailing parenthesis,\nand it can't have the same name as your Post-Export method! This method must accept a string parameter, which\nwill receive the path to the exported Unity player (or Xcode project in the case of iOS).",
                                "type": "string",
                                "nullable": true
                              },
                              "preBuildScript": {
                                "description": "Relative path to the script that should be run before the build process starts.",
                                "type": "string",
                                "nullable": true
                              },
                              "postBuildScript": {
                                "description": "Relative path to the script that should be run after the build process finishes.",
                                "type": "string",
                                "nullable": true
                              },
                              "preBuildScriptFailsBuild": {
                                "description": "If this is true, a non-zero exit code on your preBuildScript will cause your build to be marked as Failed",
                                "type": "boolean"
                              },
                              "postBuildScriptFailsBuild": {
                                "description": "If this is true, a non-zero exit code on your postBuildScript will cause your build to be marked as Failed",
                                "type": "boolean"
                              },
                              "scriptingDefineSymbols": {
                                "description": "Enter the names of the symbols you want to define for iOS. These symbols can then be used as the conditions\nfor #if directives just like the built-in ones. (i.e. #IF MYDEFINE or #IF AMAZON)",
                                "type": "string",
                                "nullable": true
                              },
                              "playerExporter": {
                                "example": {
                                  "buildOptions": [
                                    "buildOptions",
                                    "buildOptions"
                                  ],
                                  "sceneList": [
                                    "sceneList",
                                    "sceneList"
                                  ],
                                  "export": true
                                },
                                "properties": {
                                  "sceneList": {
                                    "description": "A list of scenes to build overriding those specified in the Build Settings menu of your Unity project.",
                                    "items": {
                                      "description": "scene names",
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "buildOptions": {
                                    "description": "Unity Editor build options. Use BuildOptions.Development and BuildOptions.AllowDebugging to create a development build.",
                                    "items": {
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  },
                                  "export": {
                                    "description": "Enable exporting a player from Unity (i.e. running BuildPipeline.BuildPlayer). Enabling this is equivalent to disabling\nContent-only Build in Build Target on Developer Dashboard. In general, this should be true, unless you are doing something\nsomething like an asset bundle only build or unit test only build without generating an actual build artifact.",
                                    "type": "boolean"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "playerSettings": {
                                "example": {
                                  "Android": {
                                    "useAPKExpansionFiles": true
                                  }
                                },
                                "properties": {
                                  "Android": {
                                    "example": {
                                      "useAPKExpansionFiles": true
                                    },
                                    "properties": {
                                      "useAPKExpansionFiles": {
                                        "description": "break up android apk into an installable apk and expansion files",
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "editorUserBuildSettings": {
                                "example": {
                                  "androidBuildSystem": "internal",
                                  "standaloneBuildSubtarget": "Player"
                                },
                                "properties": {
                                  "androidBuildSystem": {
                                    "description": "which android build system to build with (android only, supported in Unity 5.5+)",
                                    "enum": [
                                      "internal",
                                      "gradle"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "standaloneBuildSubtarget": {
                                    "description": "standalone build subtarget for Dedicated Server Build (supported in Unity 2021.2+). see https://docs.unity3d.com/2021.2/Documentation/ScriptReference/StandaloneBuildSubtarget.html",
                                    "enum": [
                                      "Player",
                                      "Server"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "assetBundles": {
                                "example": {
                                  "copyToStreamingAssets": true,
                                  "basePath": "basePath",
                                  "buildAssetBundleOptions": "buildAssetBundleOptions",
                                  "copyBundlePatterns": [
                                    "copyBundlePatterns",
                                    "copyBundlePatterns"
                                  ],
                                  "buildBundles": true
                                },
                                "properties": {
                                  "buildBundles": {
                                    "description": "enable asset bundle builds for this target",
                                    "type": "boolean"
                                  },
                                  "basePath": {
                                    "description": "base path relative to Assets folder where asset bundles are output. Default is 'AssetBundles'",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "buildAssetBundleOptions": {
                                    "description": "comma separated list of flags from BuildAssetBundleOptions. see https://docs.unity3d.com/ScriptReference/BuildAssetBundleOptions.html",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "copyToStreamingAssets": {
                                    "description": "copy bundles to streaming assets folder, which will be packaged into the exported player.",
                                    "type": "boolean"
                                  },
                                  "copyBundlePatterns": {
                                    "description": "array of patterns to match (C# Regular Expressions) when copying asset bundle files. By default, all bundles will be copied.",
                                    "items": {
                                      "type": "string",
                                      "nullable": true
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "addressables": {
                                "example": {
                                  "profileName": "profileName",
                                  "failedAddressablesFailsBuild": true,
                                  "buildLayoutReportFileFormat": "JSON",
                                  "contentUpdate": true,
                                  "buildAddressables": true,
                                  "generateBuildLayout": true,
                                  "contentUpdateSettings": {
                                    "linkedTargetId": "linkedTargetId",
                                    "contentStatePath": "contentStatePath"
                                  }
                                },
                                "properties": {
                                  "buildAddressables": {
                                    "description": "enable addressable builds for this target",
                                    "type": "boolean"
                                  },
                                  "contentUpdate": {
                                    "description": "Update a previously built player with new Addressable Content.",
                                    "type": "boolean"
                                  },
                                  "profileName": {
                                    "description": "which addressables profile should be used for the build",
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "failedAddressablesFailsBuild": {
                                    "description": "Exit and mark the build as failed if an error occurs when addressables are built",
                                    "type": "boolean"
                                  },
                                  "contentUpdateSettings": {
                                    "example": {
                                      "linkedTargetId": "linkedTargetId",
                                      "contentStatePath": "contentStatePath"
                                    },
                                    "properties": {
                                      "contentStatePath": {
                                        "description": "The path to a Content State .bin file relative to the project root",
                                        "type": "string",
                                        "nullable": true
                                      },
                                      "linkedTargetId": {
                                        "description": "The Id of the build target to obtain a Content State .bin file from",
                                        "type": "string",
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "generateBuildLayout": {
                                    "description": "Whether to generate the bundle build layout report.",
                                    "type": "boolean"
                                  },
                                  "buildLayoutReportFileFormat": {
                                    "description": "The format of the bundle build layout report.",
                                    "enum": [
                                      "JSON",
                                      "TXT"
                                    ],
                                    "type": "string",
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "runUnitTests": {
                                "description": "Run any unit tests your project has when a build happens.",
                                "type": "boolean"
                              },
                              "runEditModeTests": {
                                "description": "Should Edit Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                "type": "boolean"
                              },
                              "runPlayModeTests": {
                                "description": "Should Play Mode unit tests be run? NOTE: requires runUnitTests to be true and building\nwith Unity 5.6 or newer.",
                                "type": "boolean"
                              },
                              "failedUnitTestFailsBuild": {
                                "description": "Mark builds as failed if the unit tests do not pass.",
                                "type": "boolean"
                              },
                              "unitTestMethod": {
                                "description": "LEGACY - The Unity method to call when running unit tests (only supported in Unity 5.2 and lower).",
                                "type": "string",
                                "nullable": true
                              },
                              "disableAssemblyUpdater": {
                                "description": "Disable assembly updater when running Unity",
                                "type": "boolean"
                              },
                              "acceptApiUpdate": {
                                "description": "Accept API changes when running Unity",
                                "type": "boolean"
                              },
                              "enableLightBake": {
                                "description": "Enable lightmap baking (disabled by default since it is very slow and usually unnecessary)",
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "webGL": {
                            "example": {
                              "beautifulCorner": true,
                              "beautifulCornerContent": false
                            },
                            "properties": {
                              "beautifulCorner": {
                                "description": "Enable Beautiful Corner for WebGL builds. Only one build target per project can have Beautiful Corner enabled.",
                                "type": "boolean",
                                "nullable": true
                              },
                              "beautifulCornerContent": {
                                "description": "Enable Beautiful Corner Content for WebGL builds. Only one build target per project can have Beautiful Corner Content enabled. Requires addressables to be enabled.",
                                "type": "boolean",
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "uwp": {
                            "example": {
                              "capabilities": [
                                "EnterpriseAuthentication",
                                "EnterpriseAuthentication"
                              ],
                              "wsaArchitecture": "x64",
                              "windowsSDKVersion": "10.0.17134.0",
                              "buildType": "ExecutableOnly",
                              "msbuildConfiguration": "Debug",
                              "publishVisualStudioSolution": true,
                              "visualStudioVersion": "2019",
                              "targetFamily": [
                                "Universal",
                                "Universal"
                              ],
                              "platforms": [
                                "x64",
                                "x64"
                              ]
                            },
                            "properties": {
                              "windowsSDKVersion": {
                                "description": "Sets Windows SDK Version to use when building UWP",
                                "enum": [
                                  "10.0.17134.0",
                                  "10.0.17763.0",
                                  "10.0.18362.0",
                                  "10.0.19041.0",
                                  "10.0.20348.0",
                                  "10.0.22621.0",
                                  "10.0.22000.0"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "visualStudioVersion": {
                                "description": "Sets the Visual Studio Version to use when building UWP",
                                "enum": [
                                  "2019",
                                  "2022"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "wsaArchitecture": {
                                "description": "Sets target architecture for Exectuable Only builds",
                                "enum": [
                                  "x64",
                                  "x86",
                                  "ARM",
                                  "ARM64"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "capabilities": {
                                "description": "Sets the capabilities of the build UWP application",
                                "items": {
                                  "description": "UWP Capabilities",
                                  "enum": [
                                    "EnterpriseAuthentication",
                                    "InternetClient",
                                    "InternetClientServer",
                                    "MusicLibrary",
                                    "PicturesLibrary",
                                    "PrivateNetworkClientServer",
                                    "SharedUserCertificates",
                                    "VideosLibrary",
                                    "WebCam",
                                    "RemovableStorage",
                                    "Proximity",
                                    "Microphone",
                                    "Location",
                                    "HumanInterfaceDevice",
                                    "AllJoyn",
                                    "BlockedChatMessages",
                                    "Chat",
                                    "CodeGeneration",
                                    "Objects3D",
                                    "PhoneCall",
                                    "UserAccountInformation",
                                    "VoipCall",
                                    "Bluetooth",
                                    "SpatialPerception",
                                    "InputInjectionBrokered",
                                    "Appointments",
                                    "BackgroundMediaPlayback",
                                    "Contacts",
                                    "LowLevelDevices",
                                    "OfflineMapsManagement",
                                    "PhoneCallHistoryPublic",
                                    "PointOfService",
                                    "RecordedCallsFolder",
                                    "RemoteSystem",
                                    "SystemManagement",
                                    "UserDataTasks",
                                    "UserNotificationListener",
                                    "GazeInput"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              },
                              "targetFamily": {
                                "description": "Sets the target device family for the build",
                                "items": {
                                  "description": "The target device family",
                                  "enum": [
                                    "Universal",
                                    "Desktop",
                                    "Mobile",
                                    "Xbox",
                                    "Holographic",
                                    "IoT",
                                    "IoTHeadless"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              },
                              "buildType": {
                                "description": "Sets the build type for UWP. Executable",
                                "enum": [
                                  "ExecutableOnly",
                                  "D3D",
                                  "XAML"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "msbuildConfiguration": {
                                "description": "Sets the ms build configuration for UWP",
                                "enum": [
                                  "Debug",
                                  "Release",
                                  "Master",
                                  "MasterWithLTCG"
                                ],
                                "type": "string",
                                "nullable": true
                              },
                              "platforms": {
                                "description": "Sets the target platforms for the AppXBundle",
                                "items": {
                                  "description": "Target Platform",
                                  "enum": [
                                    "x64",
                                    "x86",
                                    "ARM",
                                    "ARM64"
                                  ],
                                  "type": "string",
                                  "nullable": true
                                },
                                "type": "array"
                              },
                              "publishVisualStudioSolution": {
                                "description": "Enable publishing of the visual studio .sln file",
                                "type": "boolean"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "ignorePlasticCheckedInLibrary": {
                        "description": "Ignore the checked-in Library folder when building from Plastic SCM.",
                        "type": "boolean"
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "credentials": {
                    "properties": {
                      "signing": {
                        "properties": {
                          "credentialid": {
                            "type": "string",
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  }
                },
                "type": "object",
                "additionalProperties": false
              }
            }
          },
          "description": "Options for build target create/update",
          "required": true
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{\n  \"name\": \"Mac\",\n  \"platform\": \"webplayer\",\n  \"buildtargetid\": \"mac\",\n  \"enabled\": false,\n  \"settings\": {\n    \"autoBuild\": false,\n    \"unityVersion\": \"latest\",\n    \"autoDetectUnityVersion\": \"false\",\n    \"fallbackPatchVersion\": \"false\",\n    \"executablename\": \"Mac\",\n    \"scm\": {\n      \"type\": \"git\"\n    },\n    \"platform\": {},\n    \"advanced\": {}\n  },\n  \"credentials\": {\n    \"signing\": {}\n  },\n  \"links\": {\n    \"self\": {\n      \"method\": \"get\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/mac\"\n    },\n    \"start_builds\": {\n      \"method\": \"post\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/mac/builds\"\n    },\n    \"list_builds\": {\n      \"method\": \"get\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/mac/builds\"\n    },\n    \"cancel_builds\": {\n      \"method\": \"delete\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/mac/builds\"\n    },\n    \"polling\": {\n      \"method\": \"post\",\n      \"href\": \"/api/v1/orgs/example-org/projects/new-project/buildtargets/mac/polling\"\n    }\n  }\n}",
                "schema": {
                  "example": {
                    "lastBuilt": {
                      "unityVersion": "unityVersion"
                    },
                    "settings": {
                      "advanced": {
                        "unity": {
                          "postBuildScriptFailsBuild": true,
                          "preExportMethod": "preExportMethod",
                          "playerSettings": {
                            "Android": {
                              "useAPKExpansionFiles": true
                            }
                          },
                          "preBuildScriptFailsBuild": true,
                          "runPlayModeTests": true,
                          "disableAssemblyUpdater": true,
                          "editorUserBuildSettings": {
                            "androidBuildSystem": "internal",
                            "standaloneBuildSubtarget": "Player"
                          },
                          "runUnitTests": true,
                          "runEditModeTests": true,
                          "postBuildScript": "postBuildScript",
                          "acceptApiUpdate": true,
                          "enableLightBake": true,
                          "postExportMethod": "postExportMethod",
                          "assetBundles": {
                            "copyToStreamingAssets": true,
                            "basePath": "basePath",
                            "buildAssetBundleOptions": "buildAssetBundleOptions",
                            "copyBundlePatterns": [
                              "copyBundlePatterns",
                              "copyBundlePatterns"
                            ],
                            "buildBundles": true
                          },
                          "failedUnitTestFailsBuild": true,
                          "addressables": {
                            "profileName": "profileName",
                            "failedAddressablesFailsBuild": true,
                            "buildLayoutReportFileFormat": "JSON",
                            "contentUpdate": true,
                            "buildAddressables": true,
                            "generateBuildLayout": true,
                            "contentUpdateSettings": {
                              "linkedTargetId": "linkedTargetId",
                              "contentStatePath": "contentStatePath"
                            }
                          },
                          "unitTestMethod": "unitTestMethod",
                          "playerExporter": {
                            "buildOptions": [
                              "buildOptions",
                              "buildOptions"
                            ],
                            "sceneList": [
                              "sceneList",
                              "sceneList"
                            ],
                            "export": true
                          },
                          "scriptingDefineSymbols": "scriptingDefineSymbols",
                          "preBuildScript": "preBuildScript"
                        },
                        "android": {
                          "buildAssetPacks": true,
                          "androidSDKVersion": "androidSDKVersion",
                          "buildAppBundle": true
                        },
                        "xcode": {
                          "customFastlaneConfigPath": "customFastlaneConfigPath",
                          "useArchiveAndExport": true,
                          "uploadXCArchive": true,
                          "shouldNotarize": true
                        },
                        "uwp": {
                          "capabilities": [
                            "EnterpriseAuthentication",
                            "EnterpriseAuthentication"
                          ],
                          "wsaArchitecture": "x64",
                          "windowsSDKVersion": "10.0.17134.0",
                          "buildType": "ExecutableOnly",
                          "msbuildConfiguration": "Debug",
                          "publishVisualStudioSolution": true,
                          "visualStudioVersion": "2019",
                          "targetFamily": [
                            "Universal",
                            "Universal"
                          ],
                          "platforms": [
                            "x64",
                            "x64"
                          ]
                        }
                      },
