include "basic.fbs"; table FlatLayerMissing { coords: FlatWorldTileCoords; layer_name: string; } root_type FlatLayerMissing;