Unity · Schema

StartBuildRequest

Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud Gaming

Properties

Name Type Description
clean boolean Whether to start a clean build
delay integer Seconds to delay before starting
View JSON Schema on GitHub

JSON Schema

unity-startbuildrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StartBuildRequest",
  "title": "StartBuildRequest",
  "type": "object",
  "properties": {
    "clean": {
      "type": "boolean",
      "description": "Whether to start a clean build"
    },
    "delay": {
      "type": "integer",
      "description": "Seconds to delay before starting"
    }
  }
}