"description":"The attribution (credit) string for the terrain.",
"type":"string",
"default":""
},
"available":{
"description":"The tile availability information. The outer array is indexed by tile level. The inner array is a list of rectangles of availability at that level. Tiles themselves may also contain further availability information for their subtree.",
"type":"array",
"items":{
"type":"array",
"items":{
"$ref":"availabilityRectangle.schema.json"
}
}
},
"bounds":{
"description":"The bounding box of the terrain, expressed as west, south, east, north in degrees.",
"type":"array",
"default":[-180,-90,180,90],
"minItems":4,
"maxItems":4,
"items":{
"type":"number"
}
},
"description":{
"description":"The description of this terrain tileset.",
"type":"string",
"default":""
},
"extensions":{
"description":"The extensions available for this tileset.",
"type":"array",
"items":{
"type":"string"
}
},
"format":{
"description":"The format of the terrain tiles. Should be `\"quantized-mesh-1.0\"`.",
"type":"string",
"default":"quantized-mesh-1.0"
},
"maxzoom":{
"description":"The maximum level for which there are any available tiles.",
"type":"integer"
},
"minzoom":{
"description":"The minimum level for which there are any available tiles.",
"type":"integer",
"default":0
},
"metadataAvailability":{
"description":"The levels at metadata is found in tiles. For example, if this value is 10, then metadata is found at levels 0, 10, 20, etc.",
"type":"integer"
},
"name":{
"description":"The name of this terrain tileset.",