Unity · Schema

EscalationRules

Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud Gaming

Properties

Name Type Description
timeoutSeconds integer
backfillEnabled boolean
View JSON Schema on GitHub

JSON Schema

unity-escalationrules-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EscalationRules",
  "title": "EscalationRules",
  "type": "object",
  "properties": {
    "timeoutSeconds": {
      "type": "integer"
    },
    "backfillEnabled": {
      "type": "boolean"
    }
  }
}