Unity · Schema

UpdatePlayerRequest

Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud Gaming

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

unity-updateplayerrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdatePlayerRequest",
  "title": "UpdatePlayerRequest",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/DataObject"
      }
    }
  }
}