{"title":"ColormapInfo","type":"object","$schema":"http://json-schema.org/draft-07/schema","description":"The colormap information used when rendering raster data.","properties":{"color":{"description":"The pixel color.","$ref":"color_schema.json"},"label":{"type":"string","description":"The label used for the pixel value."},"value":{"type":"number","description":"The raster pixel value."}},"required":["color","value"],"additionalProperties":false}