Unity · Schema

UpdateFleetRequest

Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud Gaming

Properties

Name Type Description
name string
buildConfiguration object
scalingSettings object
View JSON Schema on GitHub

JSON Schema

unity-updatefleetrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateFleetRequest",
  "title": "UpdateFleetRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "buildConfiguration": {
      "$ref": "#/components/schemas/BuildConfiguration"
    },
    "scalingSettings": {
      "$ref": "#/components/schemas/ScalingSettings"
    }
  }
}