Unity · Schema

PlayerInventory

Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud Gaming

Properties

Name Type Description
results array
View JSON Schema on GitHub

JSON Schema

unity-playerinventory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PlayerInventory",
  "title": "PlayerInventory",
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/InventoryItem"
      }
    }
  }
}