Unity · Schema

ScriptVersion

Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud Gaming

Properties

Name Type Description
code string The JavaScript code
datePublished string
View JSON Schema on GitHub

JSON Schema

unity-scriptversion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScriptVersion",
  "title": "ScriptVersion",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "The JavaScript code"
    },
    "datePublished": {
      "type": "string",
      "format": "date-time"
    }
  }
}