Unity · Schema

ConfigList

Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud Gaming

Properties

Name Type Description
configs array
View JSON Schema on GitHub

JSON Schema

unity-configlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigList",
  "title": "ConfigList",
  "type": "object",
  "properties": {
    "configs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Config"
      }
    }
  }
}