Unity · Schema

EconomyConfigList

Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud Gaming

Properties

Name Type Description
results array
links object
View JSON Schema on GitHub

JSON Schema

unity-economyconfiglist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EconomyConfigList",
  "title": "EconomyConfigList",
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EconomyConfig"
      }
    },
    "links": {
      "type": "object",
      "properties": {
        "next": {
          "type": "string"
        }
      }
    }
  }
}