Raster
For raster assets (tif, geotif, tiff, geotiff extensions), in addition to the required fields, users are required to declare recorded bands under band_info field.
Common bands
In this tutorial, we will describe the asset L2A_PVI.tif from the zip folder. The asset is an RGB image with RGB bands.

Config
We will prepare the following raster_simple_config.json:
Field explanation:
band_info is a list of band objects represented in the raster:
name: band's namecommon_name: band's name that are more well-known.wavelength: band's wavelengthdescription: band's description
Aside from name, other fields are optional. Note that common_name supports a very small subset of well-known names. If users provide a common_name value that is not on this list, the program will raise an error.
Command and Output
Save the config as raster_simple_config.json and run the following command:
Uncommon/unknown bands
In this tutorial, we will use the asset vegetation_cover.tif asset, which contains a custom band vegetation_cover.

Config
We will prepare the following raster_custom_config.json:
Note that we only provide name and description since other information is unknown.
Command and Output
To serialise the metadata. Save the config as raster_custom_config.json and run the serialisation command: