{
  "title": "version",
  "type": "string",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "Root element in the web scene specifying a string value indicating the web scene version.",
  "enum": [
    "1.8",
    "1.9",
    "1.10",
    "1.11",
    "1.12",
    "1.13",
    "1.14",
    "1.15",
    "1.16",
    "1.17"
  ],
  "esriDocumentation": {
    "examples": [
      {
        "title": "version",
        "code": {
          "version": "1.17"
        }
      }
    ]
  }
}
