{
  "classes": {
    "tileset": {
      "properties": {
        "author": {
          "description": "The person or entity that made the tileset",
          "type": "STRING"
        },
        "date": {
          "description": "Date of tileset creation in YYYY-MM-DD format",
          "type": "STRING"
        },
        "centerCartographic": {
          "description": "Center of the tileset as [longitude, latitude, height] where longitude and latitude are in radians, and height is in meters].",
          "type": "ARRAY",
          "componentType": "FLOAT64",
          "componentCount": "3"
        },
        "tileCount": {
          "description": "Total number of tiles in the tileset",
          "type": "UINT8"
        }
      }
    }
  }
}
