{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MLM extension 1.5.1",
  "description": "STAC MLM for STAC Items and STAC Collections.",
  "allOf": [
    {
      "anyOf": [
        {
          "$ref": "https://ogcincubator.github.io/bblocks-stac/build/annotated/contrib/stac/collection/schema.json"
        },
        {
          "$ref": "https://ogcincubator.github.io/bblocks-stac/build/annotated/contrib/stac/item/schema.json"
        }
      ]
    },
    {
      "$ref": "https://stac-extensions.github.io/mlm/v1.5.1/schema.json"
    }
  ],
  "x-jsonld-extra-terms": {
    "raster:bands": {
      "x-jsonld-id": "https://w3id.org/ogc/stac/raster/bands",
      "x-jsonld-context": {
        "@vocab": "https://w3id.org/ogc/stac/raster/"
      }
    },
    "raster:range": {
      "x-jsonld-id": "https://w3id.org/ogc/stac/raster/range",
      "x-jsonld-container": "@list"
    }
  },
  "x-jsonld-prefixes": {
    "raster": "https://w3id.org/ogc/stac/raster/"
  }
}